docsify
docsify copied to clipboard
🃏 A magical documentation site generator.
We have some baggage, - support for CommonJS build from ES Modules, and code that is CommonJS - old code to support ancient browsers like IE 11, which is _dead_...
## Summary I removed the try-catch from build/emoji.js because it prevented the output from being helpful when there was an error, and made the script exit with zero instead of...
## Feature request #### Problem or desire The hamburger menu is positioned at the bottom of the page in mobile view:  #### Steps to reproduce 1. Visit https://intro.opensauced.pizza/ on...
## Summary Currently, using relative links to non-markdown files are broken and give a 404. This PR addresses this and should fix cases such as described in https://github.com/docsifyjs/docsify/issues/1929 and others....
## Bug Report As far as I know, there are no same issues on here, no same questions on StackOverflow. Sorry if already exist same one. #### Steps to reproduce...
## Feature request An option to put the sidebar on the right instead of the left #### What problem does this feature solve? Sometimes people want it on the other...
## Feature request #### Problem or desire The size of the 'x' button near the search should have to be a little larger to be more consistent with the UI...
Also archive the docsify-cli repo after.
## Bug Report #### Steps to reproduce ``` D:\src\docsifyjs+docsify> node build/emoji.js Build emoji - Fetching emoji data from https://api.github.com/emojis - Retrieved 1877 emoji entries - Error: Cannot read properties of...
## Feature request Use localForage instead of localStorage. #### Problem or desire Solve the problem that too many search indexes cannot be stored in localStorage. #### Proposal https://github.com/localForage/localForage #### Implementation...