-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
85 lines (79 loc) · 2.07 KB
/
Copy pathmkdocs.yml
File metadata and controls
85 lines (79 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
74
75
76
77
78
79
80
81
82
83
84
85
site_name: TheDrawCode
site_description: Documentation for TheDrawCode project.
site_author: Richard Szita
# Repository
repo_url: https://github.com/ronyka77/TheDrawCode # CHANGE THIS to your actual repo URL
repo_name: ronyka77/TheDrawCode # CHANGE THIS
edit_uri: "edit/main/docs/" # Optional: Example link to edit pages on main branch in docs folder
# Copyright
copyright: Copyright © 2025 Richard Szita
# Use Material for MkDocs theme
# See https://squidfunk.github.io/mkdocs-material/
theme:
name: material
language: en
logo: assets/logo.png
favicon: assets/favicon.png
palette:
- scheme: default
primary: blue
accent: indigo
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: blue
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
features:
- navigation.tabs
- navigation.top
- navigation.instant
- navigation.sections
- navigation.expand
- toc.integrate
- search.suggest
- search.highlight
- content.code.annotate
- content.tabs.link
- content.action.edit
- content.action.view
- content.code.copy
- content.code.select
- content.footnote.tooltips
- content.footnote.backlinks
- content.tooltips
- announce.dismiss
# Extensions
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- attr_list
- md_in_html
# Page tree
nav:
- Home: product_requirement_docs.md
- Architecture: architecture.md
- Technical Details: technical.md
- UI Planning: plan_ui.md
- Ensemble Model: ensemble_model_documentation.md
# Extra configuration for social links, edit button, etc.
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ronyka77/TheDrawCode
name: GitHub