-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
57 lines (57 loc) · 1.29 KB
/
mkdocs.yml
File metadata and controls
57 lines (57 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
52
53
54
55
56
57
site_name: Devops CLI
theme:
name: material
font:
text: Roboto
code: Roboto Mono
palette:
# Dark Mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-sunny
name: Toggle light mode
primary: green
accent: green
# Light Mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-night
name: Toggle dark mode
primary: lime
accent: lime
nav:
- Home: index.md
- Requirements: requirements.md
- Usage Guide: cli/devops.md
features:
- announce.dismiss
- content.code.annotate
- content.code.copy
- content.tabs.link
- navigation.footer
- navigation.instant
- navigation.indexes
- navigation.tracking
- search.highlight
- search.suggest
nav_style: primary
highlightjs: true
hljs_languages:
- yaml
- json
- go
- bash
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences # Enables syntax highlighting for code blocks
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.emoji
- pymdownx.tabbed:
alternate_style: true # Enables tabbed code sections
extra_css:
- styles/custom.css
copyright: Copyright © 2025 Joaquin Franco