-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs.yml
More file actions
86 lines (86 loc) · 2.71 KB
/
Copy pathmkdocs.yml
File metadata and controls
86 lines (86 loc) · 2.71 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
site_name: TBIA Documentations 公開文件
nav:
#- Getting Started: index.md
#- Full Example: example.md
#- Try Try See: trytrysee.md
- 公開文件:
- 名詞解釋列表: glossary.md
- 生物多樣性領域資料標準: biodiversity_data_standard.md
- 生物多樣性敏感資料開放作業原則: restricted_access_species_data.md
- 自然史典藏資料交換參考模板: collection.md
- 生態檢核資料交換參考模板: PECEP_standard.md
- 自動相機資料交換參考模板: cameratrap.md
- 資料空缺概況整理文件: datagap.md
- 臺灣生物多樣性資訊聯盟章程: articles_of_association.md
- 臺灣生物多樣性資訊聯盟共同願景: alliance_vision.md
- 臺灣生物多樣性資訊聯盟單位狀況自評文件(正式會員加盟使用): partnership.md
- 臺灣生物多樣性資訊聯盟單位狀況自評文件(合作夥伴加盟使用): collaborate.md
- 指引與模板:
- TBIA文件指引: document_guidelines.md
- TBIA文件模板: document_template.md
# - 測試(playing in chaos):
# - 來寫作業囉: 來寫作業囉.md
# - 暑假作業: 暑假最後一天才在寫暑期作業的me.md
# - 語法測試: index-test.md
#- 文件模板的作業:
#- 文件指引的作業:
theme:
name: 'material'
logo: assets/logo_top.svg
favicon: assets/favicon-32x32.png
palette:
primary: custom
custom_dir: overrides
features:
# - navigation.tabs # 未來文件大類多的話可以用
- navigation.expand
# - navigation.path
- navigation.top
plugins:
- search
#- git-authors
#- git-committers
- git-revision-date:
as_datetime: True
- macros
# - mkdocs-jupyter:
# ignore_h1_titles: True
# show_input: True
# no_input: False
# execute: True
# allow_errors: False
# kernel_name: python3
# highlight_extra_classes: "custom-css-classes"
# include_requirejs: True
# include_source: True
#- pdf-export:
# combined: true
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.critic
- pymdownx.keys
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
- footnotes
- attr_list
- md_in_html
- admonition
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/nav-toggle.js
extra:
analytics:
provider: google
property: G-ZN22GT5RSF