docsify icon indicating copy to clipboard operation
docsify copied to clipboard

๐Ÿƒ A magical documentation site generator.

Results 264 docsify issues
Sort by recently updated
recently updated
newest added

## 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...

bug

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,...

needs investigation

## 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 ![image](https://user-images.githubusercontent.com/26866409/167669851-5c2fbc9a-bde1-4385-b35d-57ae78f76701.png) 4. but...

needs investigation

## 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...

enhancement
pinned

## 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...

feature request