Skip to content

Commit

Permalink
docs - remove unneeded deps. remove shader from ipfs (#480)
Browse files Browse the repository at this point in the history
* remove unneeded deps. remove shader from ipfs

* fix docs homepage

* disable git autodeploy
  • Loading branch information
oveddan authored Jun 27, 2024
1 parent b9a5873 commit 30bc268
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 940 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches:
- main
jobs:
Deploy-Preview:
Deploy:
runs-on: ubuntu-latest
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
Expand Down
153 changes: 0 additions & 153 deletions docs/components/IntroShader.tsx

This file was deleted.

4 changes: 0 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,10 @@
"@mdx-js/mdx": "^3.0.0",
"@tanstack/react-query": "^5.37.1",
"@types/react": "latest",
"glslCanvas": "^0.2.6",
"react": "latest",
"react-dom": "latest",
"typescript": "^5.2.2",
"viem": "^2.11.1",
"vike": "^0.4.177",
"vite-plugin-ssr": "^0.4.142",
"vite-plugin-vercel": "^7.0.0",
"vite-tsconfig-paths": "^4.3.2",
"vocs": "^1.0.0-alpha.52",
"wagmi": "^2.9.4",
Expand Down
1 change: 0 additions & 1 deletion docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: landing
---

import { Card, CardContainer } from "../components/Card";
import { IntroShader } from "../components/IntroShader";
import { HomePage } from 'vocs/components'
import { HomePageLogo } from "../components/HomePageLogo";

Expand Down
3 changes: 3 additions & 0 deletions docs/vercel.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"git": {
"deploymentEnabled": false
},
"redirects": [
{
"source": "/protocol-sdk/getting-started",
Expand Down
Loading

0 comments on commit 30bc268

Please sign in to comment.