docsify-cli
docsify-cli copied to clipboard
🖌 docsify cli tool - A magical documentation generator.
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.  #### Changes included in this PR - Changes to...
I would like to know why generating multi-level directories is not supported
Dependency module Marked 1.2.9 npm module is having a high vulnerability open. https://github.com/advisories/GHSA-rrrm-qjm4-v8hf Marked-1.2.9 is a transient dependency for parent module docsify-cli. docsify-cli latest version is 4.4.4 which is still...
If I try to reach the root `index.html` everything is fine: `http://localhost:3000/` is properly displaying `index.html` but if I try to reach a sub folder with another `index.html`: `http://localhost:3000/a/b/` ,...
> it's on windows My file struct is: ```text └─doctest .nojekyll index.html markdown.md more-pages.md my404.md plugins.md pwa.md quickstart.md README.md ssr.md SUMMARY.md themes.md vue.md write-a-plugin.md _sidebar.md ``` after i run `docsify...
(win10 environment) npm i docsify-cli -g complete but run docsify init ./docs report an error : 'docsify' is not an internal or external command, nor is it a runnable program...
The local development server spawned by `docsify serve` listens on all interfaces by default. This might be a security concern when working on an insecure local network. This PR restricts...
http header.md -> sidebar title display : [http header](docs/http header) test#1.md -> 404 xxx?.md -> 404
I have installed Docsify using npm then I see there are 3 folders, namely docsify, docsify-cli, docsify-server-renderer. Now what do I do next? i tried to create a folder and...
Enhance #130 Generate sidebar with nested md files like descripte in https://github.com/docsifyjs/docsify/issues/1290