docsify
docsify copied to clipboard
🃏 A magical documentation site generator.
## Feature request #### What problem does this feature solve? Search in Docsify works by indexing the top level sidebar content. This is fine, but as a set of documentation...
Please allow using `*.adoc` files instead of `*.md` files as per project preference (with a config options, defaulting to .md parsing, perhaps?). I want to use docsify for my project,...
# Feature request We are using TypeDoc to generate documentation for our library. We have created a custom TypeDoc theme that can generate sidebar elements (e.g. list of all the...
# Auto-generate sidebar ## Summary Auto-generate and update the sidebar i.e `_sidebar.md` by looking into the folders/files ## Motivation If you have a big project or a project having many...
Docsify is great but I find I can only use it in a dedicated website. It would be more flexible if docsify can be embedded on other sites. Although it's...
## Bug Report The relative path should always based on the file that quote it. For example, the path (foo) in file bar.md should always point to the foo.md file...
## Feature request Add a `dispose()` method so that `Docsify` can be cleaned up when no longer needed. #### What problem does this feature solve? This is needed for embedding...
I'm trying to embed docsify within an existing template, but I'm having a problem where docsify is hijacking my template's `` tag. Looking through the source, it seems like docsify...
## Bug Report When using relativePath:true sublevels of teh sidebar do not load if I reach teh page using direct link. #### Steps to reproduce Do a sidebar with a...
## Bug Report #### Steps to reproduce 1. Clone my repo: https://github.com/IcePear-Jzx/docsify-bugs 2. Run `docsify serve .` 3. Open http://localhost:3000 4. Click "Page2" in sidebar #### What is current behaviour...