We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc3a8f commit e688898Copy full SHA for e688898
README.md
@@ -1,4 +1,4 @@
1
-# website
+# bit-docs-website
2
3
Website that documents bit-docs.
4
@@ -30,4 +30,4 @@ Now visit <http://127.0.0.1:8080/>
30
npm run gh-pages
31
```
32
33
-Now visit <https://bit-docs.github.io/website/>
+Now visit <https://bit-docs.github.io/bit-docs-website>
package.json
@@ -19,6 +19,9 @@
19
"url": "git+https://github.com/bit-docs/website.git"
20
},
21
"scripts": {
22
+ "gen": "npm run bit-docs",
23
+ "see": "http-server gh-pages",
24
+ "pub": "npm run gh-pages",
25
"bit-docs": "bit-docs -d",
26
"gh-pages": "gh-pages -d gh-pages",
27
"test": "echo \"Error: no test specified\" && exit 1"
0 commit comments