-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
74 lines (70 loc) · 2.38 KB
/
mkdocs.yml
File metadata and controls
74 lines (70 loc) · 2.38 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
site_name: NoteConnection Docs
site_description: Diataxis-based bilingual documentation for NoteConnection
site_url: https://jacobinwwey.github.io/NoteConnection/
repo_url: https://github.com/Jacobinwwey/NoteConnection
repo_name: Jacobinwwey/NoteConnection
docs_dir: docs
site_dir: build/mkdocs-site
strict: false
theme:
name: material
language: en
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- content.code.copy
- search.highlight
- search.suggest
palette:
- scheme: default
primary: blue
accent: cyan
plugins:
- search
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- tables
- toc:
permalink: true
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
nav:
- Home: index.md
- English:
- Diataxis Overview: diataxis/en/overview.md
- Tutorials:
- First Run: diataxis/en/tutorials/first-run.md
- How-To Guides:
- Build and Export: diataxis/en/how-to/build-and-export.md
- Single Window Runtime: diataxis/en/how-to/single-window-runtime.md
- Configure app_config.toml: diataxis/en/how-to/configure-app-config.md
- Reference:
- Interfaces and Runtime: diataxis/en/reference/interfaces-and-runtime.md
- Release and Governance: diataxis/en/reference/release-and-governance.md
- app_config.toml Schema: diataxis/en/reference/app-config-schema.md
- Explanation:
- Architecture and Migration: diataxis/en/explanation/architecture-and-migration.md
- 中文:
- Diataxis 概览: diataxis/zh/overview.md
- 教程:
- 首次运行: diataxis/zh/tutorials/first-run.md
- 操作指南:
- 构建与导出: diataxis/zh/how-to/build-and-export.md
- 单窗口运行时: diataxis/zh/how-to/single-window-runtime.md
- 配置 app_config.toml: diataxis/zh/how-to/configure-app-config.md
- 参考:
- 接口与运行时: diataxis/zh/reference/interfaces-and-runtime.md
- 发布与治理: diataxis/zh/reference/release-and-governance.md
- app_config.toml 结构: diataxis/zh/reference/app-config-schema.md
- 解释:
- 架构与迁移: diataxis/zh/explanation/architecture-and-migration.md