From ee2e8a22a99814003d50166ba40584d58bb9fe29 Mon Sep 17 00:00:00 2001 From: orama254 Date: Wed, 12 Feb 2020 12:22:29 +0300 Subject: [PATCH 1/2] changed the CDN from unpkg to jsDelivr #1020 --- docs/cdn.md | 18 +++++++++--------- docs/cover.md | 2 +- docs/custom-navbar.md | 6 +++--- docs/index.html | 24 ++++++++++++------------ docs/language-highlight.md | 6 +++--- docs/more-pages.md | 4 ++-- docs/plugins.md | 34 +++++++++++++++++----------------- docs/pwa.md | 2 +- docs/quickstart.md | 4 ++-- docs/ssr.md | 12 ++++++------ docs/themes.md | 16 ++++++++-------- docs/vue.md | 22 +++++++++++----------- 12 files changed, 75 insertions(+), 75 deletions(-) diff --git a/docs/cdn.md b/docs/cdn.md index eba77a845..1badca5e0 100644 --- a/docs/cdn.md +++ b/docs/cdn.md @@ -1,15 +1,15 @@ # CDN -Recommended: [unpkg](//unpkg.com), which will reflect the latest version as soon as it is published to npm. You can also browse the source of the npm package at [unpkg.com/docsify/](//unpkg.com/docsify/). +Recommended: [jsDelivr](//cdn.jsdelivr.net), which will reflect the latest version as soon as it is published to npm. You can also browse the source of the npm package at [cdn.jsdelivr.net/npm/docsify/](//cdn.jsdelivr.net/npm/docsify/). ## Latest version ```html - + - + ``` Alternatively, use [compressed files](#compressed-file). @@ -18,28 +18,28 @@ Alternatively, use [compressed files](#compressed-file). ```html - + - + ``` ## Compressed file ```html - + - + ``` ```html - + - + ``` ## Other CDN diff --git a/docs/cover.md b/docs/cover.md index 555f4ff7a..878747a7e 100644 --- a/docs/cover.md +++ b/docs/cover.md @@ -14,7 +14,7 @@ Set `coverpage` to **true**, and create a `_coverpage.md`: coverpage: true } - + ``` ```markdown diff --git a/docs/custom-navbar.md b/docs/custom-navbar.md index 324ad8104..14b6c8b3b 100644 --- a/docs/custom-navbar.md +++ b/docs/custom-navbar.md @@ -30,7 +30,7 @@ Alternatively, you can create a custom markdown-based navigation file by setting loadNavbar: true } - + ``` ```markdown @@ -82,8 +82,8 @@ If you use the [emoji plugin](plugins#emoji): // ... } - - + + ``` you could, for example, use flag emojis in your custom navbar Markdown file: diff --git a/docs/index.html b/docs/index.html index 6d0e008b2..55c02fa14 100644 --- a/docs/index.html +++ b/docs/index.html @@ -10,11 +10,11 @@ - - - - - + + + + +