docsify icon indicating copy to clipboard operation
docsify copied to clipboard

🃏 A magical documentation site generator.

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

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

enhancement
needs discussion

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

enhancement
help wanted
semver-minor
priority : low

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

enhancement
needs discussion

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

enhancement
pinned

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

enhancement

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

enhancement

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

enhancement

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

enhancement

## 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
needs investigation

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

bug