docsifyjs / docsifyjs/docsify-cli
Add root path to serve
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 782
- Forks
- 166
- Avg merge
- 10h 49m
- Merged PRs (30d)
- 1
Description
Github pages serve user sites one level down:
```
https://davestewart.github.io/vuex-pathify
```
It would be useful to be able to simulate this:
```bash
docsify serve docs --path vuex-pathify
```
```
localhost:3000/vuex-pathify
```
Contributor guide
Assessment
This issue has not been assessed yet.