-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
38 lines (33 loc) · 964 Bytes
/
mkdocs.yml
File metadata and controls
38 lines (33 loc) · 964 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
35
36
site_name: Tech Radar Live Demo
site_description: Demo of the tech-radar mkdocs plugin
site_url: "https://thatmlopsguy.github.io/mkdocs-tech-radar/"
repo_url: "https://github.com/thatmlopsguy/mkdocs-tech-radar"
repo_name: "mkdocs-tech-radar"
edit_uri: edit/main/docs/
copyright: Copyright © 2025 That MLops Guy
nav:
- Home: index.md
- Tech Radar: tech-radar.md
# theme:
# name: "material"
# palette:
# - media: "(prefers-color-scheme: light)"
# scheme: default
# primary: black
# accent: amber
# toggle:
# icon: material/toggle-switch
# name: Switch to light mode
# - media: "(prefers-color-scheme: dark)"
# scheme: slate
# primary: black
# accent: amber
# toggle:
# icon: material/toggle-switch-off-outline
# name: Switch to dark mode
plugins:
- search
- tech-radar:
title_name: ''
radars_folder: 'radars'
target_page: 'tech-radar.md'