forked from kraker/rhce
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
73 lines (64 loc) · 2.07 KB
/
mkdocs.yml
File metadata and controls
73 lines (64 loc) · 2.07 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
62
63
64
65
66
67
68
69
70
71
72
73
---
# mkdocs.yml
site_name: RHCE Certification Study Guide
site_description: >-
Comprehensive study materials and resources for Red Hat Certified Engineer (RHCE)
exam preparation with focus on Ansible automation
site_author: RHCE Study Repository
site_url: https://kraker.github.io/rhce/
# Repository information
repo_name: kraker/rhce
repo_url: https://github.com/kraker/rhce
edit_uri: edit/main/docs/
# Theme configuration
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- bash
- shell
- yaml
- ini
- json
# Navigation structure
nav:
- Home: index.md
- Study Modules:
- Overview: rhce_synthesis/index.md
- 'Module 00: Exam Overview': rhce_synthesis/00_exam_overview.md
- 'Module 01: Ansible Basics': rhce_synthesis/01_ansible_basics.md
- 'Module 02: Playbooks & Tasks': rhce_synthesis/02_playbooks_tasks.md
- 'Module 03: Variables & Facts': rhce_synthesis/03_variables_facts.md
- 'Module 04: Task Control': rhce_synthesis/04_task_control.md
- 'Module 05: Templates': rhce_synthesis/05_templates.md
- 'Module 06: Roles': rhce_synthesis/06_roles.md
- 'Module 07: System Administration': rhce_synthesis/07_system_administration.md
- 'Module 08: Vault & Advanced Features': rhce_synthesis/08_advanced_features.md
- Quick References:
- 'eBook Summary': ebook_summary.md
- 'Exam Day Commands': rhce_exam_commands.md
- 'Exam Quick Reference': exam_quick_reference.md
- 'Comprehensive Command Reference': command_reference_by_topic.md
- 'RHCE Acronyms & Glossary': rhce_acronyms_glossary.md
- 'Knowledge Gaps Checklist': knowledge_gaps_checklist.md
# Markdown extensions
markdown_extensions:
- toc:
permalink: true
- admonition
- codehilite:
guess_lang: false
- def_list
- footnotes
- meta
- tables
# Extra configuration
extra:
generator: false
# Copyright information
copyright: 'Study materials for RHCE certification preparation'
# Build directory
site_dir: site
# Exclude template files from build
exclude_docs: |
rhce_synthesis/_template.md