-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
40 lines (35 loc) · 769 Bytes
/
mkdocs.yml
File metadata and controls
40 lines (35 loc) · 769 Bytes
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
site_name: CESNET Models
repo_name: CESNET/cesnet-models
repo_url: https://github.com/CESNET/cesnet-models
theme:
name: "material"
palette:
primary: blue grey
features:
- navigation.sections
logo: images/models_logo.svg
favicon: images/models_logo.svg
plugins:
- search
- autorefs
- mkdocstrings:
handlers:
python:
paths: [cesnet_models]
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
extra:
analytics:
provider: google
property: G-788ETHG59K
nav:
- Introduction: index.md
- Installation: installation.md
- Tutorials:
- Getting started: getting_started.md
- Reference:
- Models: reference_models.md
- Transforms: reference_transforms.md