forked from bitovi/bitops
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
61 lines (56 loc) · 1.72 KB
/
mkdocs.yml
File metadata and controls
61 lines (56 loc) · 1.72 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
55
56
57
58
59
60
61
site_name: BitOps Documentation
# Set site_url when we have a real domain
# site_url: http://bitops.works/
theme:
features:
- navigation.tabs
- navigation.tabs.sticky
- toc.integrate
name: material
font:
text: Lato
palette:
primary: red
accent: red
scheme: light
logo: assets/images/logo/Bitops(RGB)_L2_Icon_4C.png
favicon: assets/images/logo/Bitops(RGB)_L2_Icon_4C.png
icon:
repo: fontawesome/regular/heart
repo_name: Built By Bitovi
repo_url: https://www.bitovi.com/devops
nav:
- About: about.md
- Operations Repository: operations-repo-structure.md
- Configuration:
- Base Configuration: configuration-base.md
- Cloud Configuration:
- AWS: cloud-configuration/configuration-aws.md
- Tool Configuration:
- Terraform: tool-configuration/configuration-terraform.md
- Ansible: tool-configuration/configuration-ansible.md
- Helm: tool-configuration/configuration-helm.md
- Cloudformation: tool-configuration/configuration-cloudformation.md
- Default Environment: default-environment.md
- Lifecycle: lifecycle.md
- Examples: examples.md
- Contributing:
- Contributing Guide: contributing/contributing.md
- Development Guide: contributing/development.md
- DCO: contributing/DCO.md
- Open Issues: https://github.com/bitovi/bitops/issues" target="_blank
- License: license.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/bitovi/bitops
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/bitovi/bitops
- icon: fontawesome/brands/slack
link: https://www.bitovi.com/community/slack
extra_css:
- stylesheets/custom.css
markdown_extensions:
- attr_list
- meta
- pymdownx.extra