-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmkdocs.yml
81 lines (75 loc) · 2.01 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
site_name: ExaMon
site_url: 'https://fbeneventi.github.io/'
repo_url: https://github.com/ExamonHPC/examon
repo_name: ExamonHPC/examon
site_description: Gain deeper insights into your data with advanced monitoring, analytics and visualization tools.
# copyright: Copyright © 2023 Francesco Beneventi
theme:
name: material
custom_dir: docs/overrides/
features:
- toc.follow
- search.suggest
- search.highlight
- search.share
- navigation.footer
- announce.dismiss
logo: assets/images/favicon.png
plugins:
- search:
lang: en
prebuild_index: true
icon:
annotation: material/arrow-right-circle
plugins:
- blog
- search:
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- mkdocs-jupyter:
include_source: True
extra_css:
- stylesheets/extra.css
markdown_extensions:
- toc
- extra
- codehilite
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.tabbed
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- md_in_html
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
nav:
- Home: "index.md"
- Introduction: "Introduction.md"
- Getting started: "getting_started.md"
- Administrators:
- Getting started: Administrators/Getting_started.md
- Users:
- Getting started: Users/Getting_started.md
- Plugins:
- Example plugin: 'Plugins/examon_pub.ipynb'
- Clusters:
- Marconi 100: "Marconi100/Metrics_reference.md"
- MonteCimone:
- Introduction: "MonteCimone/MonteCimone.md"
- Notebooks:
- Getting started: "MonteCimone/Examon_Monte_Cimone.ipynb"
- About: "About.md"
- Credits: "credits.md"
- Contact Us: "contactus.md"
- Publications: "publications.md"
- Blog:
- blog/index.md
extra:
version:
provider: mike
alias: true
default: latest