docsify
docsify copied to clipboard
🃏 A magical documentation site generator.
## Bug Report When I use file embedding, I find that the sidebar on the left is rendered repeatedly The first time I enter the first page, there is no...
## Bug Report - Relative links with `relativepath = false` don't work as people would reasonably expect. - Sidebars only work if if paths are set to absolute If they...
## Feature request #### What problem does this feature solve? Click a a link after first time, it will not scroll. #### What does the proposed API look like? https://ant.design/components/grid/#components-grid-demo-flex-align...
## Bug Report #### Steps to reproduce This is my case: 1. Create an encrypted file. I use EncryptPad for this with the first Lorem Ipsum paragraph in it. 2....
## Feature request #### What problem does this feature solve? To cite the [Markdown Guide](https://www.markdownguide.org/extended-syntax/#footnotes): > Footnotes allow you to add notes and references without cluttering the body of the...
## **Summary** `render/index.js` selects the first `` element on the page to use as docsify's navbar. This makes embedding on existing pages problematic when the page already includes a ``....
## **Summary** in History mode, search results should not link to hash routes, but to regular routes. ## **What kind of change does this PR introduce?** ## **For any code...
## Bug Report #### Steps to reproduce Settings ``` homepage: "index.md" relativePath: false routerMode: history basePath: /test/ ``` Open the doc `http://localhost:9000/test/` #### What is current behaviour It did not...
#### Steps to reproduce Config: ``` relativePath: true routerMode: hash basePath: / ``` Open a doc `http://localhost:3000/#/` #### What is current behaviour Error: ``` docsify.js:466 Uncaught TypeError: Cannot read properties...
**Summary** Re-submission of #1458, this time targeting the correct branch :) **What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [ ]...