forked from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
137 lines (131 loc) · 3.82 KB
/
mkdocs.yml
File metadata and controls
137 lines (131 loc) · 3.82 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
site_name: Block Link Plus
site_description: "Documentation for Block Link Plus"
site_author: Jasper
site_url: "https://block-link-plus.jasper1024.com"
repo_name: "obsidian-block-link-plus"
repo_url: "https://github.com/Jasper-1024/obsidian-block-link-plus"
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- search.highlight
- search.share
- toc.follow
- content.code.copy
palette:
- scheme: default
primary: purple
accent: purple
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: purple
accent: purple
toggle:
icon: material/brightness-4
name: Switch to light mode
nav:
- Home: index.md
- Installation: install.md
- User Guide:
- Block Links: usage/block-links.md
- Multi-line Blocks: usage/multiline.md
- Outliner: usage/outliner.md
- Journal Feed: usage/journal-feed.md
- Inline Edit: usage/flow-editor.md
- Reference:
- Settings: reference/settings.md
- Commands: reference/commands.md
- blp-view YAML: reference/yaml.md
- Examples:
- Daily Notes: examples/daily-notes.md
- Workflows: examples/workflows.md
- Changelog: changelog.md
- API Reference: api.md
plugins:
- search:
lang:
- zh
- en
- i18n:
docs_structure: folder
fallback_to_default: false
reconfigure_material: true
reconfigure_search: true
languages:
- locale: en
name: English
build: true
- locale: zh-TW
name: 繁體中文
build: true
nav_translations:
Home: 首頁
Installation: 安裝
User Guide: 使用指南
Block Links: 區塊連結
Multi-line Blocks: 多行區塊
Outliner: Outliner
Inline Edit: 內嵌編輯
Reference: 參考
Settings: 設定
Commands: 指令
blp-view YAML: blp-view YAML
Examples: 範例
Daily Notes: 日記範例
Workflows: 工作流程範例
Changelog: 更新日誌
API Reference: API 參考
# NOTE: mkdocs-static-i18n currently generates a single root `404.html` using
# the last language in this list. Keep zh (default) last so the 404 page
# navigation stays in Simplified Chinese.
- locale: zh
name: 简体中文
build: true
default: true
nav_translations:
Home: 首页
Installation: 安装
User Guide: 使用指南
Block Links: 块链接
Multi-line Blocks: 多行块
Outliner: Outliner
Inline Edit: 内联编辑
Reference: 参考
Settings: 设置
Commands: 命令
blp-view YAML: blp-view YAML
Examples: 示例
Daily Notes: 日记示例
Workflows: 工作流示例
Changelog: 更新日志
API Reference: API 参考
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- attr_list
- md_in_html
- tables
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Jasper-1024/obsidian-block-link-plus
- icon: fontawesome/brands/telegram
link: https://t.me/blocklinkplus
- icon: fontawesome/solid/globe
link: https://block-link-plus.jasper1024.com/