Commit Graph

1369 Commits

Author SHA1 Message Date
Snyk bot
d439bac93f
fix: packages/docsify-server-renderer/package.json & packages/docsify-server-renderer/package-lock.json to reduce vulnerabilities (#1250)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-DOCSIFY-567099

Co-authored-by: 沈唁 <52o@qq52o.cn>
2020-08-21 15:48:15 +08:00
沈唁
1dc754a08b
fix typo (#1345) 2020-08-21 10:42:31 +08:00
沈唁
5037f0b4e6
chore: Remove the src directory from packages.json's files (#1344) 2020-08-20 11:36:45 +05:30
Snyk bot
59d090fe90
fix: upgrade tinydate from 1.2.0 to 1.3.0 (#1341)
Snyk has created this PR to upgrade tinydate from 1.2.0 to 1.3.0.

See this package in npm:
https://www.npmjs.com/package/tinydate

See this project in Snyk:
https://app.snyk.io/org/anikethsaha/project/836f877b-b98e-47ed-89fc-554e9b2e146d?utm_source=github&utm_medium=upgrade-pr
2020-08-18 22:04:44 +08:00
Anix
cc071c56f9
Docs: added carbon ads using docsify-plugin-carbon (#1337)
Co-authored-by: 沈唁 <52o@qq52o.cn>
2020-08-17 20:23:11 +05:30
Koy
13cefa9cf2
Merge pull request #1338 from docsifyjs/snyk-upgrade-7969cf0f96a9957be6302d7d7a5f9666
[Snyk] Upgrade medium-zoom from 1.0.5 to 1.0.6
2020-08-17 21:41:22 +08:00
snyk-bot
3beaa6666b fix: upgrade medium-zoom from 1.0.5 to 1.0.6
Snyk has created this PR to upgrade medium-zoom from 1.0.5 to 1.0.6.

See this package in npm:
https://www.npmjs.com/package/medium-zoom

See this project in Snyk:
https://app.snyk.io/org/anikethsaha/project/836f877b-b98e-47ed-89fc-554e9b2e146d?utm_source=github&utm_medium=upgrade-pr
2020-08-17 08:39:14 +00:00
dependabot[bot]
1dbb547dd7
chore(deps): bump websocket-extensions from 0.1.3 to 0.1.4 (#1205)
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-14 19:02:21 +08:00
Snyk bot
086c2859ad
[Snyk] Security upgrade marked from 0.7.0 to 1.1.1 (#1313)
* fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-MARKED-584281

* fix: fix CompileError

* fix: embed files error

Co-authored-by: Koy <369491420@qq.com>
Co-authored-by: 沈唁 <52o@qq52o.cn>
2020-08-14 07:53:23 +08:00
dependabot[bot]
f7be0b07fa
chore(deps): bump prismjs from 1.19.0 to 1.21.0 (#1331)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.19.0 to 1.21.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.19.0...v1.21.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-09 07:33:29 +08:00
dependabot[bot]
8fe83cffca
chore(deps): bump prismjs in /packages/docsify-server-renderer (#1332)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.19.0 to 1.21.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.19.0...v1.21.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-09 07:25:38 +08:00
Vladimir Dementyev
2bceabcb8e
fix: fallback page should use path not file location (#1301)
* fix: fallback page should use path not file location

When resolving fallback page for the path (`fallbackLanguages` option), we should consider the original path, not the file location (which could be different when aliases are used).

* fix: use router.getFile to resolve fallback url

* specs: add cypress test for fallbackLanguages

Co-authored-by: 沈唁 <52o@qq52o.cn>
2020-08-04 14:47:03 +05:30
沈唁
750663ede4
docs: update other cdn (#1325) 2020-08-02 12:09:08 +08:00
沈唁
2048610aac
fix: {docsify-updated} in the sample code is parsed into time (#1321) 2020-08-01 17:04:08 +08:00
沈唁
9150678d26
fix typo (#1309)
* fix typo

* Update README.md
2020-07-30 19:09:23 +08:00
Mattia Astorino
90d283d340
fix: convert {docsify-ignore} and {docsify-ignore-all} to HTML comments (#1318)
* breaking: convert {docsify-ignore} and {docsify-ignore-all} to HTML comments

Close https://github.com/docsifyjs/docsify/issues/441

* chore: add ignore and ignore-all unit tests

Co-authored-by: 沈唁 <52o@qq52o.cn>
2020-07-30 18:11:04 +08:00
沈唁
952f4c921b
fix: the uncaught typeerror when el is null (#1308) 2020-07-30 17:58:45 +08:00
Bharat Patodi
1a64dc847f
chore: grammatical changes (#1296)
* Make grammatical changes

Minor changes.
Solely for improving readability.

* Update changes

Co-authored-by: 沈唁 <52o@qq52o.cn>
2020-07-26 14:49:02 +05:30
Anix
aec03d44c2
Merge pull request #1307 from palkan/feat/search-path-namespaces
FEAT: add pathNamespaces option to search plugin
2020-07-26 13:32:23 +05:30
Vladimir Dementyev
d179dde1c7 feat(search): add pathNamespaces option
This option allows to dynamically choose the index path depending on the path prefixes in auto mode. Thus, different path namespace could avoid index intersection (e.g., when having multiple locales)
2020-07-24 11:43:06 +03:00
黄朝晖
78775b6ee7
fix: Search plugin: matched text is replaced with search text (#1298)
* Fix search plugin will replace matching text

* Fix bug that will replace a unexpected text

* Fix bug that will replace a unexpected text

* Optimized

Co-authored-by: 沈唁 <52o@qq52o.cn>
2020-07-24 10:22:54 +08:00
Vladimir Dementyev
9f4f79e0f7
fix typo (#1302) 2020-07-23 18:16:19 +08:00
沈唁
b869019900
fix: Fix search error when exist translations documents (#1300) 2020-07-22 15:01:13 +08:00
Doc Oliver
13d4232f2d
docs: Update helpers.md (#1294)
* Remove racist example in docs/helpers.md

* Update helpers.md

Co-authored-by: 沈唁 <52o@qq52o.cn>
2020-07-20 15:11:53 +08:00
沈唁
6f9baab616
style: Update index.html and scroll.js (#1292) 2020-07-20 08:54:54 +08:00
沈唁
667496b85d
feat: Add title to sidebar links (#1286) 2020-07-19 09:00:23 +08:00
Joe Pea
117405b2d7
Merge pull request #1287 from docsifyjs/fix-gitignore
fix: gitignore was ignoring folders in src…
2020-07-16 07:56:40 -07:00
Joe Pea
e664a34283 remove lib from pull request template as it is gitignored 2020-07-15 23:20:16 -07:00
Joe Pea
d4c9247b87 fix: gitignore was ignoring folders in src, so VS Code search results or file fuzzy finder were not working, etc 2020-07-15 23:00:28 -07:00
沈唁
7ea391bfa7
Merge pull request #1283 from docsifyjs/master
Master
2020-07-14 15:30:38 +08:00
沈唁
05d650e606
Merge branch 'develop' into master 2020-07-14 15:04:27 +08:00
Anirudh Emmadi
0268594f90
docs: added file structure docs for sidebar (fixes #1083) (#1261)
* Added file structure docs for sidebar

* More specificity added

Co-authored-by: Anix <anik220798@gmail.com>

* More specificity added

Co-authored-by: Anix <anik220798@gmail.com>

Co-authored-by: Anix <anik220798@gmail.com>
2020-07-07 11:00:19 +05:30
沈唁
2a52460a59
fix: Russian language link error (#1270) 2020-07-05 19:17:50 +08:00
Anix
537597c313
docs: add vercel logo (#1267)
* docs: add vercel logo

* update vercel svg to file

Co-authored-by: sy-records <52o@qq52o.cn>
2020-07-04 16:02:16 +05:30
John Hildenbiddle
366500f5dd
Merge pull request #1263 from docsifyjs/fix-docs-language-highlight
Update language-highlight.md
2020-07-03 11:23:38 -05:00
John Hildenbiddle
cd9df2de51
Update index.html
Add PHP grammar file for Prism.js
2020-07-02 18:26:05 -05:00
John Hildenbiddle
88f8a8003c
Update language-highlight.md
Proposed changes described in comment from #1251
2020-07-02 18:20:39 -05:00
Anirudh Emmadi
c78cb11292
docs: removed codefund docs and plugin (#1262) 2020-07-02 21:33:13 +05:30
Kirby Fernandez
163681a059
docs: remove bundle size from the home page and documentation (#1257)
Co-authored-by: 沈唁 <52o@qq52o.cn>
2020-07-02 21:02:47 +05:30
沈唁
3f03e78418
fix: search can not search the table header (#1256) 2020-07-01 08:36:06 +08:00
Joe Pea
76050e3680
Update language-highlight.md (#1251)
* Update language-highlight.md

* Update language-highlight.md

Co-authored-by: 沈唁 <52o@qq52o.cn>
2020-06-27 18:05:16 +08:00
沈唁
34d918f997
fix: after setting the background image, the button is obscured (#1234)
* fix: after setting the background image, the button is obscured

* Update _coverpage.styl
2020-06-26 15:46:26 +08:00
Mohammed Sahl
0663cb3ab1
Fix: fixed onlycover flag in mobile (#1243) 2020-06-26 15:29:45 +08:00
Anirudh Emmadi
b90c948090
fix: Updated docs with instructions for installing specific version (fixes #780) (#1225)
* feat: Updated docs with instructions for installing specific version

* Removed path and name from script tag

* Updated stylesheet with specific version

* Formatted and organized headings and html blocks for version specification

* Removed html block for latest version
2020-06-23 22:41:20 +05:30
Mohammed Sahl
3673001a24
fix: Add error handling for missing dependencies (fixes #1210) (#1232)
* Add error handling for missing dependencies

* Informative error message

* Add error handling for missing dependencies

* Informative error message

* Add dependecy import location, error message changes
2020-06-23 22:03:22 +05:30
Koy
4b02177cd2
[documdocs: deploy docsify in docker. (#1241)
* [documentation deploy] deploy docsify in docker.

* [remove] remove unnecessary content.

* [change] remove outbox resource link.

* [refine] refine description.

Co-authored-by: Anix <anik220798@gmail.com>
2020-06-23 12:41:31 +05:30
michaelcurrin
c3d0d0d555
docs: Add embed gist instructions to Embed Files (fixes #932 ) (#1238)
* Clarify embed file explanations

* Add Embed a gist section

* Update gist instructions

* Fix grammar errors and clarify notes around gists

* Add real gist to embed-files.md

* Clean up embed-files.md
2020-06-22 23:10:26 +05:30
anikethsaha
13f91a4fcb chore: add changelog 4.11.4 2020-06-18 23:48:00 +05:30
anikethsaha
3f4c035369 [build] 4.11.4 2020-06-18 23:46:39 +05:30
Anix
714ef29afe
feat: added html sanitizer for remote rendering (#1128)
Co-authored-by: Joe Pea <joe@trusktr.io>
2020-06-17 23:55:59 +05:30