forked from egen/ultimate-guide-to-bosh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
37 lines (32 loc) · 948 Bytes
/
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
site_name: Ultimate Guide to BOSH
pages:
- Home: index.md
- Introduction: introduction.md
- Why BOSH?: why-bosh.md
- Deployments: deployments.md
- Instances: instances.md
- Deployment Manifests: deployment-manifests-part-1.md
- Networking: networking.md
- Disks: disks.md
- Cloud Config Updates: cloud-config-updates.md
- Deployment Updates: deployment-updates.md
- Targeting BOSH environments: targeting-bosh-envs.md
- Stemcells: stemcells.md
theme: 'material'
theme_dir: 'theme-overrides'
extra:
palette:
primary: 'orange'
accent: 'amber'
font:
text: 'Bitter' # https://fonts.google.com/specimen/Bitter
code: 'Ubuntu Mono'
markdown_extensions:
- admonition
- codehilite
- pymdownx.magiclink
- pymdownx.superfences
- toc(permalink=true)
repo_name: 'help fix the book'
repo_url: 'https://github.com/starkandwayne/ultimate-guide-to-bosh'
edit_uri: edit/master/docs/