diff --git a/CHANGELOG.md b/CHANGELOG.md index e189940..cea031f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -395,7 +395,7 @@ ### Bug Fixes -* **render:** ubtitle in side bar shows undefined, fixed [#182](https://github.com/QingWei-Li/docsify/issues/182) ([d087d57](https://github.com/QingWei-Li/docsify/commit/d087d57)) +* **render:** subtitle in side bar shows undefined, fixed [#182](https://github.com/QingWei-Li/docsify/issues/182) ([d087d57](https://github.com/QingWei-Li/docsify/commit/d087d57)) diff --git a/HISTORY.md b/HISTORY.md index 17b2ac8..fb720fd 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -205,7 +205,7 @@ ### Bug Fixes * **render:** custom cover background image ([8f9bf29](https://github.com/QingWei-Li/docsify/commit/8f9bf29)) -* **search:** dont search nameLink, fixed [#102](https://github.com/QingWei-Li/docsify/issues/102) ([507d9e8](https://github.com/QingWei-Li/docsify/commit/507d9e8)) +* **search:** don't search nameLink, fixed [#102](https://github.com/QingWei-Li/docsify/issues/102) ([507d9e8](https://github.com/QingWei-Li/docsify/commit/507d9e8)) * **tpl:** extra character, fixed [#101](https://github.com/QingWei-Li/docsify/issues/101) ([d67d25f](https://github.com/QingWei-Li/docsify/commit/d67d25f)) diff --git a/README.md b/README.md index 7d0839f..f6e803a 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ These projects are using docsify to generate their sites. Pull requests welcome | [samlify](https://samlify.js.org) | Node.js SAML2 library | | [palettify](https://dobromir-hristov.github.io/palettify/) | A color palette effects assistant | | [commitlint](https://marionebl.github.io/commitlint/) | Lint commit messages | -| [vue-data-tables](https://github.com/njleonzhang/vue-data-tables/) | A simple and customizable data tableļ¼Œbased on vue2 and element-ui. | +| [vue-data-tables](https://github.com/njleonzhang/vue-data-tables/) | A simple and customizable data table, based on vue2 and element-ui. | | [Noty](http://ned.im/noty/) | A Dependency-free notification library | | [xTeko](https://docs.xteko.com/) | Addins framework for Pin 3.0 | | [vue2-datatable-component](https://github.com/OneWayTech/vue2-datatable) | The best Datatable for Vue.js 2.x which never sucks | diff --git a/docs/ssr.md b/docs/ssr.md index c6e5f3a..b95c20c 100644 --- a/docs/ssr.md +++ b/docs/ssr.md @@ -60,7 +60,7 @@ Now, You have a support for SSR the docs site. ## Custom template -You can provide a templte for entire page's HTML. such as +You can provide a template for entire page's HTML. such as ```html