Update docs: Getting started#85
Merged
QingWei-Li merged 10 commits intodocsifyjs:masterfrom Feb 21, 2017
jens-ox:update-docs
Merged
Update docs: Getting started#85QingWei-Li merged 10 commits intodocsifyjs:masterfrom jens-ox:update-docs
QingWei-Li merged 10 commits intodocsifyjs:masterfrom
jens-ox:update-docs
Conversation
added 10 commits
February 19, 2017 14:46
QingWei-Li
reviewed
Feb 20, 2017
| *index.html* | ||
| ## 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). |
| ## Custom sidebar | ||
|
|
||
| By default, the TOC in sidebar is automatically generated based on Markdown file. You can create a Table of Contents page to list down pages in your site. | ||
| 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): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fixes some syntactical and semantical errors in the "Getting started"-part of the documentation.
Also, the browser support noted in the main README was updated from IE9+ to IE10+ as in docs/README.