docsify
docsify copied to clipboard
🃏 A magical documentation site generator.
## Feature request #### What problem does this feature solve? I use ga plugin, set the right ga code, but Google Analytics can not recived data, ga.min.js request param is...
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.  #### Changes included in this PR - Changes to...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
See this problem in issue: https://github.com/docsifyjs/docsify/issues/704 ## **Summary** ## **What kind of change does this PR introduce?** ## **For any code change,** - [ ] Related documentation has been updated...
**Summary** **What kind of change does this PR introduce?** (check at least one) - [X] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor...
**Summary** This PR addresses #850 and most likely #877 When rendering image tags, render the image URL starting from the **base path** if the image URL is root-relative, e.g. `/assets/my-image.png`....
New template for the feature proposal as discussed in discord. > [Rendered Template](https://github.com/docsifyjs/docsify/blob/issue-template-for-feature-request/.github/ISSUE_TEMPLATE/feature_request.md)
**Summary** Allows the sidebar to be on the right side. This is something developers might want (f.e. to match UX patterns on other parts of a site). When sidebar is...
**Summary** This PR closes #916 by making the request changes that weren't made in the original PR. > Added 'defaultFallbackLanguage' parameter to avoid the need of having the default language...
This is a working Proof of concept for the new hook `updateNav` ### How to use it. ```js function(hook, vm) { hook.updateNav(function(navContent) { return `${navContent}\n- new link\n- new link 2`...