Skip to content

Commit dc49b7c

Browse files
committed
update book variables
1 parent 8f92075 commit dc49b7c

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

GITBOOK.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ $ gitbook serve
2424

2525
## Build
2626
```bash
27-
$ npm run build
27+
$ gitbook build
2828
```

book.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"-sharing"
1010
],
1111
"variables": {
12-
"api": "https://oasis-engine.github.io/api/0.1/",
13-
"docs": "https://oasis-engine.github.io/docs/"
12+
"api": "https://oasis-engine.github.io/0.1/api/",
13+
"docs": "https://oasis-engine.github.io/0.1/manual/"
1414
}
1515
}

package.json

-5
This file was deleted.

0 commit comments

Comments
 (0)