We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f92075 commit dc49b7cCopy full SHA for dc49b7c
GITBOOK.md
@@ -24,5 +24,5 @@ $ gitbook serve
24
25
## Build
26
```bash
27
-$ npm run build
+$ gitbook build
28
```
book.json
@@ -9,7 +9,7 @@
9
"-sharing"
10
],
11
"variables": {
12
- "api": "https://oasis-engine.github.io/api/0.1/",
13
- "docs": "https://oasis-engine.github.io/docs/"
+ "api": "https://oasis-engine.github.io/0.1/api/",
+ "docs": "https://oasis-engine.github.io/0.1/manual/"
14
}
15
package.json
0 commit comments