-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
68 lines (58 loc) · 1.54 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
site_name: Label Studio to Fonduer
theme:
name: "material"
plugins:
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
merge_init_into_class: yes
- search:
prebuild_index: true
- mkdocs-jupyter
theme:
name: material
favicon:
icon:
repo: fontawesome/brands/github
logo: fontawesome/solid/hashtag
features:
- header.autohide
- navigation.tracking
- navigation.sections
- navigation.top
- content.code.annotate
palette:
primary: teal
accent: deep orange
font:
text: Roboto
extra_css:
- css/mkdocstrings.css
repo_url: https://github.com/irgroup/labelstudio-to-fonduer
repo_name: labelstudio-to-fonduer
edit_uri: https://github.com/irgroup/labelstudio-to-fonduer/tree/main/docs
markdown_extensions:
- attr_list
- def_list
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- "Introcuction": index.md
- "Examples":
- "Document Converter": example_document_converter.md
- "From Label Studio to Fonduer": ToFonduer.ipynb
- "From Fonduer to Label Studio": ToLabelStudio.ipynb
- "Documentation":
- "Document Converter": document_converter.md
- "To Label Studio": to_label_studio.md
- "To Fonduer": to_fonduer.md
- "Tools": fonduer_tools.md
watch:
- src/LabelstudioToFonduer