Skip to content

Commit

Permalink
docs build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Jan 16, 2023
1 parent 0d6861a commit 47d1887
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/.gitignore
@@ -0,0 +1,3 @@
.next
components
node_modules
20 changes: 20 additions & 0 deletions docs/package.json
@@ -0,0 +1,20 @@
{
"name": "docs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"react": "^18.2.0",
"nextra-theme-docs": "^2.0.3",
"nextra": "^2.0.3",
"next": "^13.1.1",
"react-dom": "^18.2.0"
},
"devDependencies": {},
"scripts": {
"build": "echo \"ok\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -252,5 +252,8 @@
"github": {
"release": true
}
},
"directories": {
"doc": "docs"
}
}

0 comments on commit 47d1887

Please sign in to comment.