-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
57 lines (56 loc) · 1.52 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
site_name: 'Vapor Cloud 2 - Docs'
copyright: 'Copyright © 2018 Qutheory, LLC'
site_url: 'https://docs.vapor.codes/3.0/'
pages:
- 'Overview': 'index.md'
- 'Quick Start': 'quick-start.md'
- "What's New": 'whats-new.md'
- 'Dashboard': 'dashboard/basics.md'
- 'Roadmap': 'roadmap.md'
- 'Docker':
- 'Basics': 'docker/basics.md'
- 'Templates': 'docker/templates.md'
- 'Git':
- 'Basics': 'git/basics.md'
- 'Private dependencies': 'git/private-dependencies.md'
- 'Config Vars': 'config/basics.md'
- 'Replica':
- 'Replica': 'replica/replica.md'
- 'Storage': 'replica/storage.md'
- 'Database': 'database/basics.md'
- 'Redis':
- 'Redis': 'redis/redis.md'
- 'Storage': 'redis/storage.md'
- 'Shutdown':
- 'Shutdown': 'shutdown/index.md'
- 'Migrate to Heroku': 'shutdown/migrate-to-heroku.md'
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- footnotes
- meta
- pymdownx.superfences
- toc:
permalink: true
theme:
name: 'material'
palette:
primary: 'blue'
accent: 'purple'
logo: 'images/white-cloud-icon.svg'
repo_url: http://github.com/vapor-cloud/docsv2
edit_uri: https://github.com/vapor-cloud/docsv2/edit/master/docs/
extra:
social:
- type: 'twitter'
link: 'https://twitter.com/@codevapor'
- type: 'slack'
link: 'http://vapor.team/'
- type: 'github'
link: 'https://github.com/vapor'
font:
text: 'Roboto Slab'
code: 'Source Code Pro'
extra_css:
- 'stylesheets/extra.css'