docsify
docsify copied to clipboard
🃏 A magical documentation site generator.
## Feature request #### What problem does this feature solve? For plugins, we have to do some pre-processing tasks, for example, we always need to ignore the code blocks, then...
👉 **Note:** This is a post-v5 feature request (see Milestone) ## Feature request 1. Remove emoji short code support from Docsify core bundle 2. Create a new emoji official plugin:...
## Bug Report The documentation translations available on [docsify.js.org](https://docsify.js.org/) are outdated and in some cases completely abandoned. Inaccurate documentation in a preferred language is (IMHO) far worse than accurate documentation...
## Enhancement Details in the discussions in #2291 that the `build:emoji` may not need run in every build. As a workaround solutions, we could setup a daily checker to sync...
## Summary Add update emoji schedule workflow to daily update emoji data. Changes: - Support schedule at `UTC 2:00` daily run, or manually trigger. - Remove the `build:emoji` out of...
Translations can now be done at https://translate.docsifyjs.org ref: #2432
## Summary See title. ## Related issue, if any: #1885 ## What kind of change does this PR introduce? Build-related changes ## For any code change, N/A ## Does this...
## Summary No functional changes. This PR contains updates to our lint-related dev dependencies and a number of file resulting from the updated lint tools and configuration. - Update ESLint...
Found updated github emojis need to sync, PTAL @docsifyjs/reviewers :robot:.
## Summary ### Changes - Process the content before store it into indexDB, hence we don't need parse it every times. TODO In v5+: move it as a async job...