-
Notifications
You must be signed in to change notification settings - Fork 62
/
mkdocs.yml
58 lines (53 loc) · 1.6 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
58
site_name: Ultimate Guide to BOSH
nav:
- Guide:
- Welcome: 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
- Releases: releases.md
- Properties: properties.md
- Stemcells: stemcells.md
- Complete Deployment Manifest: complete-deployment-manifest.md
- Service Discovery: service-discovery.md
- Targeting BOSH Environments and Deployments: targeting-bosh-envs.md
- Complete Tutorials:
- bosh-lite on VirtualBox: tutorials/bosh-lite-virtualbox.md
- Spread the Word:
- Meetups: spread-the-word/meetups.md
- Ask For Help:
- Suggestions: ask-for-help/suggestions.md
theme:
name: 'material'
custom_dir: 'theme-overrides'
palette:
primary: 'orange'
accent: 'amber'
feature:
tabs: true
logo: 'images/favicon/favicon-64.png'
font:
text: 'Bitter' # https://fonts.google.com/specimen/Bitter
code: 'Ubuntu Mono'
markdown_extensions:
- admonition
- codehilite
- pymdownx.betterem:
smart_enable: all
- pymdownx.critic
- pymdownx.magiclink
- pymdownx.mark
- 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/
extra_css: [print.css, stylesheets/extra.css]
google_analytics: ['G-GGW6405JCV', 'ultimateguidetobosh.com']