mirror of https://github.com/vapor/docs.git
Update mkdocs to go change pages to nav + remove google analytics (#652)
This commit is contained in:
parent
e3ba11c2b3
commit
6df3dbd1cc
|
|
@ -1,7 +1,7 @@
|
|||
site_name: 'Vapor Docs'
|
||||
copyright: 'Copyright © 2017 Qutheory, LLC'
|
||||
|
||||
pages:
|
||||
nav:
|
||||
- Overview: 'index.md'
|
||||
- Getting started:
|
||||
- 'Install: macOS': 'getting-started/install-on-macos.md'
|
||||
|
|
@ -134,7 +134,3 @@ extra:
|
|||
font:
|
||||
text: 'Roboto Slab'
|
||||
code: 'Source Code Pro'
|
||||
|
||||
google_analytics:
|
||||
- 'UA-76177358-4'
|
||||
- 'auto'
|
||||
|
|
|
|||
Loading…
Reference in New Issue