-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
67 lines (60 loc) · 1.73 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
docs_dir: docs
site_name: Antares Web Installer Documentation
repo_url: https://github.com/AntaresSimulatorTeam/antares-web-installer
edit_uri: edit/docs/docs/
theme:
name: mkdocs # material
logo: assets/antares-web-installer-logo.png
favicon: assets/antares-web-installer-icon.png
prev_next_buttons_location: none
features:
- navigation.instant
- navigation.top
- navigation.expand
# - navigation.sections
# - header.autohide
# - toc.separate
palette:
- media: "(prefers-color-scheme: light)"
scheme: antares
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
nav:
- 'Index': 'index.md'
- 'Overview': 'overview.md'
- 'Installation': 'installation.md'
- 'Usage': 'usage.md'
- 'Development': 'development.md'
- 'Antares ecosystem': 'https://antares-doc.readthedocs.io'
- 'Changelog': 'CHANGELOG.md'
extra:
generator: false
version:
provider: mike
plugins:
- search
extra_css:
- stylesheets/extra.css
extra_javascript:
- https://code.jquery.com/jquery-3.6.0.min.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
#markdown_extensions:
# - attr_list
# - toc:
# permalink: true
# toc_depth: 3
# - pymdownx.emoji:
# emoji_index: !!python/name:material.extensions.emoji.twemoji
# emoji_generator: !!python/name:material.extensions.emoji.to_svg
# - admonition
# - pymdownx.details
# - pymdownx.superfences
# - pymdownx.tabbed
copyright: Copyright © 2007 - 2024 RTE