-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
41 lines (41 loc) · 980 Bytes
/
mkdocs.yml
File metadata and controls
41 lines (41 loc) · 980 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
37
38
39
40
41
site_name: libcpprime Documentation
site_url: https://rac75116.github.io/libcpprime/
theme:
name: material
logo: assets/favicon.png
favicon: assets/favicon.png
features:
- navigation.sections
- navigation.expand
- navigation.indexes
- navigation.top
- toc.integrate
- content.code.copy
palette:
scheme: slate
primary: indigo
accent: indigo
repo_url: https://github.com/Rac75116/libcpprime
repo_name: Rac75116/libcpprime
copyright: "Copyright © 2026 Rac75116"
nav:
- libcpprime: index.md
- "GitHub Repository": https://github.com/Rac75116/libcpprime
markdown_extensions:
- tables
- pymdownx.highlight:
use_pygments: true
pygments_lang_class: true
- pymdownx.superfences
- pymdownx.tasklist
- pymdownx.magiclink
plugins:
- search
- optimize
- minify:
minify_html: true
minify_js: true
minify_css: true
htmlmin_opts:
remove_comments: true
remove_empty_space: true