Skip to content

Instantly share code, notes, and snippets.

@GaryLee
Created May 4, 2016 02:01
Show Gist options
  • Select an option

  • Save GaryLee/13cea1f9562da7239bcb09712a1e710c to your computer and use it in GitHub Desktop.

Select an option

Save GaryLee/13cea1f9562da7239bcb09712a1e710c to your computer and use it in GitHub Desktop.
A basic setting for mkdocs document.
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