vapor-docs/3.0/mkdocs.yml

38 lines
810 B
YAML

site_name: 'Vapor Docs'
copyright: 'Copyright © 2017 Qutheory, LLC'
pages:
- Overview: 'index.md'
- Async:
- 'Promise & Future': 'async/promise-future.md'
- 'Stream': 'async/stream.md'
markdown_extensions:
- admonition
- codehilite(guess_lang=false)
- footnotes
- meta
- toc(permalink=true)
theme: 'material'
theme_dir: 'vapor-material'
repo_url: https://github.com/vapor/documentation
extra_css:
- 'stylesheets/extra.css'
edit_uri: edit/master/2.0/docs/
extra:
logo: 'images/droplet-white.svg'
social:
- type: 'twitter'
link: 'https://twitter.com/@codevapor'
- type: 'slack'
link: 'http://vapor.team/'
font:
text: 'Roboto Slab'
code: 'Source Code Pro'
google_analytics:
- 'UA-76177358-4'
- 'auto'