You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+50-29Lines changed: 50 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,38 @@
1
1
# docsify-cli
2
2
3
-
[](https://travis-ci.org/docsifyjs/docsify-cli)
`<path>` defaults to the current directory. Use relative paths like `./docs` (or `docs`).
44
65
45
-
*`--local` option:
46
-
* Shorthand: `-l`
47
-
* Type: boolean
48
-
* Default: `false`
49
-
* Description: Copy `docsify` files to the docs path, defaults to `false` using `unpkg.com` as the content delivery network (CDN). To explicitly set this option to `false` use `--no-local`.
50
-
*`--theme` option:
51
-
* Shorthand: `-t`
52
-
* Type: string
53
-
* Default: `vue`
54
-
* Description: Choose a theme, defaults to `vue`, other choices are `buble`, `dark` and `pure`.
66
+
-`--local` option:
67
+
- Shorthand: `-l`
68
+
- Type: boolean
69
+
- Default: `false`
70
+
- Description: Copy `docsify` files to the docs path, defaults to `false` using `unpkg.com` as the content delivery network (CDN). To explicitly set this option to `false` use `--no-local`.
71
+
-`--theme` option:
72
+
- Shorthand: `-t`
73
+
- Type: string
74
+
- Default: `vue`
75
+
- Description: Choose a theme, defaults to `vue`, other choices are `buble`, `dark` and `pure`.
0 commit comments