diff --git a/docs/README.md b/docs/README.md index 1eb16602..579cbc4d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -11,12 +11,13 @@ See the [Quick start](quickstart.md) for more details. ## Features * No statically built html files -* Simple and lightweight (~18kB gzipped) +* Simple and lightweight (~19kB gzipped) * Smart full-text search plugin * Multiple themes * Useful plugin API * Emoji support * Compatible with IE10+ + - Support SSR ([example](https://github.com/QingWei-Li/docsify-ssr-demo)) ## Examples diff --git a/docs/_coverpage.md b/docs/_coverpage.md index dedea5cd..a6403a3e 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -4,10 +4,9 @@ > A magical documentation site generator. -- Simple and lightweight (~18kB gzipped) -- No statically built html files -- Multiple themes - +* Simple and lightweight (~19kB gzipped) +* No statically built html files +* Multiple themes [GitHub](https://github.com/QingWei-Li/docsify/) [Get Started](#docsify) diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 4b2bc444..565a6491 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -22,7 +22,7 @@ * [CDN](cdn.md) * [Offline Mode(PWA)](pwa.md) * [Server-client renderer(SSR)](ssr.md) - * [Embed Files (new)](embed-files) + * [Embed Files (new)](embed-files.md) * [Awesome docsify](awesome.md) * [Changelog](changelog.md) diff --git a/docs/cover.md b/docs/cover.md index 31b87599..0b00b607 100644 --- a/docs/cover.md +++ b/docs/cover.md @@ -26,7 +26,7 @@ Set `coverpage` to **true**, and create a `_coverpage.md`: > A magical documentation site generator. -* Simple and lightweight (~18kB gzipped) +* Simple and lightweight (~19kB gzipped) * No statically built html files * Multiple themes diff --git a/docs/de-de/README.md b/docs/de-de/README.md index 21079cc8..d7092cd3 100644 --- a/docs/de-de/README.md +++ b/docs/de-de/README.md @@ -11,12 +11,13 @@ Siehe [Schnellstart](de-de/quickstart.md) für weitere Informationen. ## Features * keine generierten, statischen HTML Dateien -* einfach und klein (~18kB gzipped) +* einfach und klein (~19kB gzipped) * smarte Erweiterung mit Volltextsuche * mehrere Themes * praktische API für Erweiterungen * Unterstützung für Emoji * Kompatibel mit IE10+ + - Support SSR ([example](https://github.com/QingWei-Li/docsify-ssr-demo)) ## Beispiele diff --git a/docs/de-de/_sidebar.md b/docs/de-de/_sidebar.md index 3cc4043f..168a46f4 100644 --- a/docs/de-de/_sidebar.md +++ b/docs/de-de/_sidebar.md @@ -22,7 +22,7 @@ * [CDN](de-de/cdn.md) * [Offline Modus (PWA)](de-de/pwa.md) * [Server-client renderer (SSR)](de-de/ssr.md) - * [Embed Files (new)](de-de/embed-files) + * [Embed Files (new)](de-de/embed-files.md) * [Awesome docsify](de-de/awesome.md) * [Changelog](de-de/changelog.md) diff --git a/docs/de-de/cover.md b/docs/de-de/cover.md index 1f3c8e51..6ef56c21 100644 --- a/docs/de-de/cover.md +++ b/docs/de-de/cover.md @@ -26,7 +26,7 @@ Setze `coverpage` auf **true**, und erstelle `_coverpage.md`: > Ein magischer Generator für Dokumentationsseiten. -* Einfach und wenig Speicherbedarf (~18kB gzipped) +* Einfach und wenig Speicherbedarf (~19kB gzipped) * Keine statischen HTML Dateien * Mehrere Themes diff --git a/docs/zh-cn/README.md b/docs/zh-cn/README.md index 73c35b38..9bad6ff3 100644 --- a/docs/zh-cn/README.md +++ b/docs/zh-cn/README.md @@ -11,14 +11,15 @@ docsify 是一个动态生成文档网站的工具。不同于 GitBook、Hexo 查看[快速开始](zh-cn/quickstart.md)了解详情。 ## 特性 -- 无需构建,写完文档直接发布 -- 容易使用并且轻量 (~18kB gzipped) -- 智能的全文搜索 -- 提供多套主题 -- 丰富的 API -- 支持 Emoji -- 兼容 IE10+ -- 支持 SSR ([example](https://github.com/QingWei-Li/docsify-ssr-demo)) + +* 无需构建,写完文档直接发布 +* 容易使用并且轻量 (~19kB gzipped) +* 智能的全文搜索 +* 提供多套主题 +* 丰富的 API +* 支持 Emoji +* 兼容 IE10+ +* 支持 SSR ([example](https://github.com/QingWei-Li/docsify-ssr-demo)) ## 例子 diff --git a/docs/zh-cn/_sidebar.md b/docs/zh-cn/_sidebar.md index 03f78c86..84ab17e1 100644 --- a/docs/zh-cn/_sidebar.md +++ b/docs/zh-cn/_sidebar.md @@ -22,7 +22,7 @@ * [CDN](zh-cn/cdn.md) * [离线模式(PWA)](zh-cn/pwa.md) * [服务端渲染 (SSR)](zh-cn/ssr.md) - * [文件嵌入(new)](zh-cn/embed-files) + * [文件嵌入(new)](zh-cn/embed-files.md) * [Awesome docsify](zh-cn/awesome.md) * [Changelog](zh-cn/changelog.md)