From b4fc6a9d721be24c017c4fa1c6aac9f6969c093f Mon Sep 17 00:00:00 2001 From: "qingwei.li" Date: Tue, 21 Feb 2017 14:05:58 +0800 Subject: [PATCH] fix typo --- docs/custom-navbar.md | 2 +- docs/more-pages.md | 2 +- docs/vue.md | 2 +- docs/zh-cn/vue.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/custom-navbar.md b/docs/custom-navbar.md index fabbb3c..40be703 100644 --- a/docs/custom-navbar.md +++ b/docs/custom-navbar.md @@ -18,7 +18,7 @@ If you need custom navigation, you can create a HTML-based navigation bar (but n ## Markdown -Alternatively, you can create a custom markdown-based navigation file by setting `loadNavbar` to **true** and creating `_navbar.md`. Detaile are available in the [load-navbar configuration paragraph](configuration#load-navbar). +Alternatively, you can create a custom markdown-based navigation file by setting `loadNavbar` to **true** and creating `_navbar.md`. Details are available in the [load-navbar configuration paragraph](configuration#load-navbar). ```html diff --git a/docs/more-pages.md b/docs/more-pages.md index 1e20dc7..818041a 100644 --- a/docs/more-pages.md +++ b/docs/more-pages.md @@ -25,7 +25,7 @@ docs/zh-cn/guide.md => http://domain.com/zh-cn/guide ## Custom sidebar -By default, the table of contents in the sidebar is automatically generated based on your markdown files. If you need a custom sidebar, then you can create your own `sidebar.md` (see [this documentation's sidebar](https://github.com/QingWei-Li/docsify/blob/master/docs/_sidebar.md) for an example): +By default, the table of contents in the sidebar is automatically generated based on your markdown files. If you need a custom sidebar, then you can create your own `_sidebar.md` (see [this documentation's sidebar](https://github.com/QingWei-Li/docsify/blob/master/docs/_sidebar.md) for an example): First, you need to set `loadSidebar` to **true**. Details are available in the [configuration paragraph](configuration#load-sidebar). diff --git a/docs/vue.md b/docs/vue.md index 27c4204..b9714ee 100644 --- a/docs/vue.md +++ b/docs/vue.md @@ -76,7 +76,7 @@ You can manually initialize a Vue instance.