docsify-cli icon indicating copy to clipboard operation
docsify-cli copied to clipboard

🖌 docsify cli tool - A magical documentation generator.

Results 34 docsify-cli issues
Sort by recently updated
recently updated
newest added

Something that is missing from the CLI is something like a `--cors` flag. I have some changes locally that I should make a PR with soon...

the `serve` command try to watch all the files in the serving directory, including the `node_modules`, what results in `ENOSPC` error on linux when trying to watch too many files....

I installed [docsify-cli](https://github.com/docsifyjs/docsify-cli) v4.4.4 and got several security reports in my repo: - **Inefficient Regular Expression Complexity in marked:** [email protected] requires marked@^1.2.9 via a transitive dependency on [email protected] [email protected] requires...

### Version npm: 6.14.4 ### Steps to reproduce ``` $ sudo npm install docsify-cli -g /usr/local/bin/docsify -> /usr/local/lib/node_modules/docsify-cli/bin/docsify npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/docsify-cli/node_modules/chokidar/node_modules/fsevents): npm WARN notsup SKIPPING...

fixes #179 Reference docsifyjs/docsify#1290 I will do another PR for documentation if this one helps :)

## Option Has: - Online CDN - Built-in JavaScript & CSS From another Issues: https://github.com/docsifyjs/docsify/issues/2159#issue-1830573127

Now generator is using markdown filenames to guess menu title. This PR introduces an option to use title in markdown file instead. USAGE: ``` docsify generate ../docs --markdown-titles ``` it...

Can there be an option to allow dot files in `docsify serve`? E.g. `.prettierrc.yaml`. i am trying to embed this file, and it is failing: ```md [.prettierrc.yaml](.prettierrc.yaml ":include") ``` ```log...

enhancement

Yarn (v2/3) by default operates in a strict Plug'n'Play mode which does not allow directly loading indirect dependencies. `lib/commands/init.js` directly requires `ansi-colors`, but it's not listed in `package.json`. `yarn run...

If a path contains `.` character. Example filename `3.AsPhpLibrary/5.Votes/2.VotesTags.md`. `docsify serve` does not update the content, cannot reach directly, and continue the comportment of issue #132 ![image](https://user-images.githubusercontent.com/4020317/211776870-4736e518-2ff9-4055-b25e-ba525f12cc37.png)