docsify
docsify copied to clipboard
๐ A magical documentation site generator.
## Feature request #### What problem does this feature solve? This feature would allow long titles for the documentation headers, with short titles in the sidebar, when needed. Right now,...
## Bug Report #### Steps to reproduce 1. Use this configuration: ```js window.$docsify = { subMaxLevel: 2, loadSidebar: true }; ``` 2. Use a `_sidebar.md`, it could be as simple...
Fixes #1822 ## **Summary** This changes (and effectively fixes) the end condition for the embeds handling loop. ## **What kind of change does this PR introduce?** Bugfix ## **For any...
## Bug Report #### Steps to reproduce Create and load documents over 2000. #### What is current behaviour When I try to load more than 255 documents, the remaining documents,...
## Bug Report When deploying docs via `netlify`, it is found that when using `formatUpdated`, `{docsify-updated}` is not rendered as expected. Local testing does not have this problem. #### Steps...
## Bug Report #### Steps to reproduce 1. set onlyCover to true 2. enter from the cover to the home page 3. search plugin did not load  4. but...
## Feature request It may be worth adding a note to the docs that describes using HTML wrappers in markdown for targeting elements for CSS or JavaScript. For example, wrapping...
## Bug Report How can I get docsify to use a different path to map so it looks like it's on the deploy and root paths? or How to deploy...
## Bug Report #### Steps to reproduce ``` {{ msg }} ``` Vue.createApp({data(){return {msg: "Hello"}}}) #### What is current behaviour {{ msg }} #### What is the expected behaviour Hello...
## Feature request #### What problem does this feature solve? I have hundreds of documents in the navbar in a hierarchy. I want to search only a few paths instead...