Created
April 10, 2017 10:52
-
-
Save uphy/275ab417ff5a708b4a7ac1f79c42c40a to your computer and use it in GitHub Desktop.
mkdocs.yml
This file contains 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 | |
site_description: hogehoge | |
site_author: uphy | |
copyright: my copyright | |
dev_addr: 0.0.0.0:8000 | |
theme: readthedocs | |
markdown_extensions: | |
- footnotes | |
pages: | |
- Introduction: index.md | |
- Foo: foo.md | |
- A: folder/a.md |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment