docsify icon indicating copy to clipboard operation
docsify copied to clipboard

🃏 A magical documentation site generator.

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

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

wait for information

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=marked&from_version=1.2.9&to_version=4.0.10&pr_id=ca5e0e67-e634-4166-b219-5e51175248d5&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

dependencies
do not merge

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](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...

dependencies

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

enhancement
docs
do not merge
semver-minor

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