-
Notifications
You must be signed in to change notification settings - Fork 9
/
mkdocs.yml
81 lines (75 loc) · 2.37 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
site_name: BitOps Documentation
site_url: https://bitops.sh/
# Will be used for meta tags and previews in social media. 150-160 characters is recommendation.
site_description: "BitOps is like bootstrap but for the infrastructure. It centralizes, organizes, and deploys your Infrastructure-as-Code."
theme:
features:
- navigation.tabs
- navigation.tabs.sticky
- toc.integrate
- announce.dismiss
name: material
custom_dir: docs/theme/
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:
- Getting Started: getting-started.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
- Examples: examples.md
- Releases:
- Versioning: versioning.md
- Roadmap: roadmap.md
- Upgrade: migration.md
- Development:
- Local development: development-local.md
- Custom Images: custom-image.md
- Plugins:
- Plugins: plugins.md
- Plugin creation guide: development/local-plugin-creation.md
- Lifecycle: lifecycle.md
- About:
- About: about.md
- Contributing:
- Contributing Guide: contributing.md
- Development Guide: development/development.md
- DCO: development/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
- toc:
permalink: "#"
extra_javascript:
- theme/js/hubspot.js