-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
34 lines (34 loc) · 959 Bytes
/
mkdocs.yml
File metadata and controls
34 lines (34 loc) · 959 Bytes
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
site_name: Bedrock User Guide
site_url: https://micronode.org/bedrock-user-guide
theme:
name: material
# favicon: images/favicon.png
# logo: images/logo-50.png
features:
- tabs
repo_url: https://github.com/micronode/bedrock
repo_name: micronode/bedrock
google_analytics:
- UA-402774-13
- auto
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/benfortuna
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/benfortuna
- icon: fontawesome/brands/twitter
link: https://twitter.com/micronode
nav:
- Home:
- Introduction: index.md
- Blueprints:
- Overview: blueprints/index.md
- Provisioning: blueprints/provision.md
- Table of Blueprints: blueprints/BLUEPRINTS.md
- Managing State: blueprints/managing-state.md
- Roles and Permissions: roles/ROLES.md
- CLI:
- Overview: cli/index.md
- Console:
- Overview: console/index.md