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

**Summary** Moved from https://github.com/anikethsaha/docsify/pull/3 Expands on stuff from https://github.com/docsifyjs/docsify/pull/1128 (this PR includes those changes) which fixes #1126. This will PR do the following (WIP): - replaces custom URL analysis (custom...

enhancement
vuejs
semver-minor
WIP

I think libraries should not include package-lock.json. - The `npm` command does not publish them to npmjs.com, so end users don't get benefit from them. - We shouldn't attempt to...

wontfix

**Summary** Improve the contributing guidelines and documentation. TODO: - [ ] improve CONTRIBUTING.md - [ ] Fix broken Contributing page: https://docsify.js.org/#/contributing. It is linked to here: https://docsify.js.org/#/awesome?id=contributing **What kind of...

docs
website
WIP

**Summary** **What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [x] Feature - [ ] Code style update - [ ] Refactor...

+ Added 'defaultFallbackLanguage' parameter to avoid the need of having the default language in root folder. This way we can have exactly formatted folders for each language including the default...

enhancement

Signed-off-by: Martin MihΓ‘lek **Summary** Fixed out of orded embedding of `include` files **What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [ ]...

pinned

## **Summary** Every new person that starts using Docsify copies the examples, which have no versions in CDN URLs, and makes websites that can easily break. This is not good,...

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=node-fetch&from_version=2.6.6&to_version=3.1.1&pr_id=d51d3dd4-5a02-4305-b1b1-ee2b8bbe2043&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

## **Summary** - This converts Docsify's internal string-based DOM code (f.e. creation of DOM elements, usages of innerHTML, etc) to Solid JSX and Solid function components. See commits for more...

## **Summary** The [`el` docs]() say > It can be a CSS selector string or an actual `HTMLElement`. which wasn't true. This change updates the code to match the docs....