-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
54 lines (53 loc) · 1.35 KB
/
mkdocs.yml
File metadata and controls
54 lines (53 loc) · 1.35 KB
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
site_name: 'Vapor Red'
copyright: 'Copyright © 2019 Qutheory, LLC'
site_url: 'https://docs.vapor.red/'
nav:
- 'Overview': 'index.md'
- 'Quick Start': 'quick-start.md'
- 'Providers':
- 'Digital Ocean': 'providers/digital-ocean.md'
- 'AWS': 'providers/aws.md'
- 'Linode': 'providers/linode.md'
- 'Application':
- 'Setup domain': 'application/setup-domain.md'
- 'Security':
- 'Account security': 'security/account-security.md'
- 'Server security': 'security/server-security.md'
- 'Company': 'company.md'
- 'Billing': 'billing/index.md'
- 'Monitoring': 'monitoring.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:
language: 'en'
name: 'material'
logo: 'images/logo.svg'
palette:
primary: 'white'
accent: 'purple'
font:
text: 'Roboto'
code: 'Roboto Mono'
repo_url: http://github.com/qutheory/red-docs
edit_uri: https://github.com/qutheory/red-docs/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'