docsify
docsify copied to clipboard
🃏 A magical documentation site generator.
## Bug Report When using a content security policy (see policy below), I get an error like this: ``` docsify.js:8535 This document requires 'TrustedHTML' assignment. _renderTo @ docsify.js:8535 initRender @...
## Bug Report #### Steps to reproduce This page https://github.com/hamishwillee/mavlink-devguide/blob/demo_for_but/en/guide/serialization.md displays four images. - The first two display an image in an /assets/ folder using absolute and relative paths. -...
## Feature request A new hook to update the content of navbar #### What problem does this feature solve? This will be useful as it will support the creating of...
## Bug Report load the _sidebar with md files, when click to show the .md file on the right content, there is no scroll bar on the right, the page...
## Bug Report #### Steps to reproduce Hi I am trying to use alias to resolve the files in other repo. While doing that I need to add to token...
## Feature request Config option to change the default landing page for a route from README.md #### What problem does this feature solve? Allow users to pick a more suitable...
## Bug Report #### Steps to reproduce Based on the official doc, made a file name `deploy?.md`. Add route in sidebar. ``` - Guide - [Deploy?](deploy?.md) ``` #### What is...
## Feature request See title. Related: - #1499 - #2000 #### Problem or desire Plugins are unable to process [embedded](https://docsify.js.org/#/embed-files?id=embed-files) markdown content because docsify does not make this content available...
## Feature request Support lazy-loading images Reference: https://web.dev/browser-level-image-lazy-loading/ #### What problem does this feature solve? For pages with many images, instead of loading all the images, using lazy-loading will allow...
> > I am currently encountering issue 2, and I do not want to change my document directory structure. Is there any way to resolve this? > > Hi @L-Super...