-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
67 lines (62 loc) · 1.49 KB
/
Copy pathmkdocs.yml
File metadata and controls
67 lines (62 loc) · 1.49 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
site_name: runcpp2
site_url: 'https://neko-box-coder.github.io/runcpp2/'
theme:
name: material
custom_dir: overrides
logo: Runcpp2Logo.png
favicon: favicon.png
palette:
- scheme: slate
primary: black
toggle:
icon: material/brightness-4
name: Switch to light mode
- scheme: default
primary: black
toggle:
icon: material/brightness-7
name: Switch to dark mode
features:
- toc.follow
# - toc.integrate
- content.code.copy
- content.code.select
- navigation.sections
- navigation.expand
- navigation.tabs
- navigation.tabs.sticky
nav:
- index.md
# - guides.md
- Guides:
- guides/basics.md
- guides/building_project_sources.md
- guides/external_dependencies.md
- guides/scriptable_pipeline.md
- program_manual.md
- build_settings.md
- user_config.md
- TODO.md
repo_url: https://github.com/Neko-Box-Coder/runcpp2
repo_name: Neko-Box-Coder/runcpp2
extra_css: [extra.css]
markdown_extensions:
- admonition
# - attr_list
# - material.extensions.preview:
# targets:
# include:
# - "build_settings.md"
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.details
- pymdownx.superfences
- toc:
toc_depth: 6
extra:
version:
provider: mike