docsify
docsify copied to clipboard
🃏 A magical documentation site generator.
I am currently using docsify to generate organization documentation for an organization on my school's campus. I've noticed that when using a screen reader to test accessibility, it first tabs...
## Bug Report #### Steps to reproduce 1. Set `routerMode` to `history`. 2. Create mailto link with `` 3. Click on rendered link. #### What is current behaviour Crashes with...
## Bug Report Hi, all, #### Steps to reproduce I have a docsify installed in a windows system, which behind my nginx. Docsify listening in port 3000, and nginx proxy...
## Feature request Plugins are a great way to introduce dynamic content into existing pages. But, what if we took this a step further, and allowed plugins to actually generate...
## Bug Report #### Steps to reproduce 1. Add to $window.docsify: `logo: "https://raw.githubusercontent.com/Zaeems/iMS-User-Scripts/main/iMS_Dark_Mode.svg",` and `coverpage: true,` 2. Add to custom.css: `.app-name-link img { height: 3rem; }` 3. Ensure _coverpage.md exists...
## Bug Report #### Steps to reproduce set 'gfm' attribute to true and make a header link that has a hyphen('-') in it. #### What is current behaviour I have...
## Bug Report #### Steps to reproduce Whether debugging locally or publishing to a github page *.md documents automatically generated md files are always cached and need to be manually...
For example, I have 2 folders in the root directory. There is a picture in the first folder (images). The second folder (docs) contains the markdown file. How do I...
## Bug Report I am using a different server than the one provided by docsify-cli (http-server) because of docsifyjs/docsify-cli#32. I find that the server keeps complaining about missing sidebar file...
## **Summary** I updated the **Netlify** section in the deploy docs. I found it difficult to deploy my docsify doc page to Netlify following the description outlined here. After figuring...