update yml format

This commit is contained in:
Tanner Nelson 2018-10-30 14:47:06 -04:00
parent dd24aa91a9
commit 517050f5bc
1 changed files with 5 additions and 3 deletions

View File

@ -2,7 +2,7 @@ site_name: 'Vapor Docs'
copyright: 'Copyright © 2018 Qutheory, LLC'
site_url: 'https://docs.vapor.codes/3.0/'
pages:
nav:
- 'Overview': 'index.md'
- 'Install':
- 'macOS': 'install/macos.md'
@ -120,10 +120,12 @@ pages:
markdown_extensions:
- admonition
- codehilite(guess_lang=false)
- codehilite:
guess_lang: false
- footnotes
- meta
- toc(permalink=true)
- toc:
permalink: true
theme:
name: 'material'