-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
60 lines (60 loc) · 1.47 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
---
site_name: RHIS docs
repo_url: https://github.com/redhat-cop/rhis-code
theme:
name: material
logo: images/showroom.png
favicon: images/showroom.png
icon:
repo: fontawesome/brands/git-alt
features:
- navigation.footer
# - content.action.edit
# - content.action.view
- content.code.copy
- navigation.indexes
- toc.follow
- navigation.top
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
nav:
- Home:
- index.md
- where_to_start.md
- Infrastructure:
- Identity Management: idm_architecture.md
- Ansible Automation Platform: aap_architecture.md
- Red Hat Satellite: satellite_architecture.md
- RHEL:
- live_kernel.md
- Ansible:
- ansible_practices.md
- manage_credentials.md
- gitops_ansible.md
- azure_ansible_integration.md
- Azure:
- network_design.md
- cost_estimation.md
- azure_rhib_integration.md
- azure_start_stop_function.md
- General:
- general_guidelines.md
- onboarding.md
- subscriptions.md
- git_cheat_sheet.md
- github_user.md
- sign_commits.md
- branch_standards.md
- naming_scheme.md
- configure_workstation_for_bastion.md
- slack_integration.md