-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
145 lines (138 loc) · 4.03 KB
/
mkdocs.yml
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
138
139
140
141
142
143
144
145
site_name: "RDEToolKit Documentation"
theme:
favicon: img/2585322.png
logo: img/2585322.png
name: "material"
font:
text: Noto Sans JP
palette:
- scheme: default
primary: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.top
# - toc.integrate
- navigation.tabs
- navigation.tabs.sticky
nav:
- Getting started:
- index.md
- Installation:
- install.md
- User Guide:
- Quick Start:
- usage/quickstart.md
- 構造化処理:
- usage/structured_process/structured.md
- usage/structured_process/directory.md
- usage/structured_process/rdepath.md
- usage/structured_process/errorhandling.md
- usage/structured_process/feature_description.md
- コマンドライン機能:
- usage/cli.md
- 設定ファイル:
- usage/config/config.md
- usage/config/mode.md
- usage/config/file_folder_mode.md
- usage/config/magic_variable.md
- テンプレートファイル:
- usage/metadata_definition_file.md
- バリデーション:
- usage/validation.md
- Docker:
- usage/docker.md
- API Documentation:
- rdetoolkit/index.md
- impl:
- rdetoolkit/impl/compressed_controller.md
- rdetoolkit/impl/input_controller.md
- interface:
- rdetoolkit/interface/filechecker.md
- models:
- rdetoolkit/models/invoice_schema.md
- rdetoolkit/models/metadata.md
- rdetoolkit/models/rde2types.md
- core module:
- rdetoolkit/core.md
- rdetoolkit/config.md
- rdetoolkit/workflows.md
- rdetoolkit/rde2util.md
- rdetoolkit/invoicefile.md
- rdetoolkit/modeproc.md
- rdetoolkit/validation.md
- rdetoolkit/img2thumb.md
- rdetoolkit/rdelogger.md
- rdetoolkit/exceptions.md
- Development:
- Top: contribute/home.md
- Documents: contribute/documents_contributing.md
- Source Code: contribute/sourcecode_contributing.md
plugins:
- search:
separator: '[\s\-\.]+'
lang: 'ja'
- mermaid2
- mkdocstrings:
handlers:
python:
paths: [.]
options:
show_source: false
merge_init_into_class: true
show_root_heading: true
docstring_style: google
show_if_no_docstring: true
signature_crossrefs: true
- mike:
# These fields are all optional; the defaults are as below...
alias_type: symlink
redirect_template: null
deploy_prefix: ''
canonical_version: latest
version_selector: true
css_dir: css
javascript_dir: js
watch:
- src
markdown_extensions:
- admonition
- md_in_html
- pymdownx.superfences:
# make exceptions to highlighting of code:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid_custom
- pymdownx.highlight:
use_pygments: true
noclasses: true
pygments_style: colorful
linenums: true
- pymdownx.tabbed:
alternate_style: true
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
repo_url: https://github.com/nims-dpfc/rdetoolkit
repo_name: nims-dpfc/rdetoolkit
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/nims-dpfc/rdetoolkit
consent:
title: Cookie consent
description:
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
extra_javascript:
- https://unpkg.com/[email protected]/dist/mermaid.min.js