-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
51 lines (46 loc) · 1.29 KB
/
mkdocs.yml
File metadata and controls
51 lines (46 loc) · 1.29 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
site_name: AI-Enhanced CV System Documentation
site_url: https://cv.adrianwedd.com/docs/
site_description: Comprehensive technical documentation for the AI-Enhanced CV System.
nav:
- Introduction: index.md
- System Architecture: architecture.md
- GitHub Actions Workflows: workflows.md
- Data Models: data_models.md
- Script Reference: script_reference.md
- Testing & Validation: testing.md
- API Integrations: api_integrations.md
- Deployment: deployment.md
- Contribution Guidelines: contributing.md
theme:
name: material
palette:
- scheme: default
primary: blue
accent: light blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: blue
accent: light blue
toggle:
icon: material/toggle-switch-on-outline
name: Switch to light mode
features:
- navigation.tabs
- navigation.sections
- toc.integrate
extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
plugins:
- search
markdown_extensions:
- attr_list
- md_in_html