-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
52 lines (45 loc) · 1.17 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
site_name: My Docs
site_name: DoTS documentation
site_url: https://dots-documentation.github.io/
copyright: © 2023-2024 DoTS
nav:
- Présentation: index.md
- Installation: installation.md
- Publier un corpus: publishing-workflow.md
- Dossier de dépôt: dots-project-folder.md
- Cookbook:
- cookbook/index.md
- Périodiques: cookbook/periodical.md
- Théâtre: cookbook/theater.md
- DTS API: api.md
- Exemplier: dts-requests-overview.md
theme:
name: material
logo: assets/dots-logo-retro.drawio.png
favicon: assets/favicon-dots-circle.drawio.png
custom_dir: docs/overrides
features:
- navigation.indexes
- content.code.annotate
extra_css:
- css/custom.css
- css/stackoverflow-light.min.css
extra_javascript:
- js/custom.js
- js/highlight.min.js
plugins:
- macros
- render_swagger:
allow_arbitrary_locations: true
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets:
url_download: true
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list