-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
68 lines (63 loc) · 1.66 KB
/
Copy pathmkdocs.yml
File metadata and controls
68 lines (63 loc) · 1.66 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
site_name: NeKiro Samples RepoWiki
site_url: https://nekiro-project.github.io/NeKiro-Samples/
repo_url: https://github.com/NeKiro-project/NeKiro-Samples
repo_name: NeKiro-project/NeKiro-Samples
edit_uri: edit/main/
docs_dir: .repowiki-site
nav:
- Overview: index.md
- Source documentation:
- Index: source-docs/index.md
- Samples overview: source-docs/overview.md
- Runtime A: source-docs/runtime-a.md
- Runtime B: source-docs/runtime-b.md
plugins:
- search
- i18n:
docs_structure: folder
reconfigure_material: true
languages:
- locale: en
name: English
build: true
default: true
- locale: zh
name: 中文
build: true
nav:
- 概览: index.md
- 源文档:
- 索引: source-docs/index.md
- Samples 概览: source-docs/overview.md
- Runtime A: source-docs/runtime-a.md
- Runtime B: source-docs/runtime-b.md
theme:
name: material
features:
- content.code.copy
- navigation.footer
- navigation.tabs
- search.suggest
- search.share
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- mdx_truly_sane_lists
extra_css:
- assets/stylesheets/extra.css