Created
May 4, 2016 02:01
-
-
Save GaryLee/13cea1f9562da7239bcb09712a1e710c to your computer and use it in GitHub Desktop.
A basic setting for mkdocs document.
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
| site_name: My Docs | |
| pages: | |
| - Home: index.md | |
| - Category1: category1.md | |
| - Category2: category2.md | |
| - About: about.md | |
| theme: mkdocs | |
| use_directory_urls: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment