-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
115 lines (111 loc) · 3.23 KB
/
Copy pathmkdocs.yml
File metadata and controls
115 lines (111 loc) · 3.23 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
site_name: Terranova
site_url: https://software.es.net/terranova/
site_description: A tool for building and editing network maps
site_author: ESnet
repo_url: https://github.com/esnet/terranova
repo_name: esnet/terranova
edit_uri: edit/main/docs/
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.top
- toc.follow
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
- content.tabs.link
icon:
repo: fontawesome/brands/github
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- pymdownx.snippets
- attr_list
- md_in_html
- toc:
permalink: true
- tables
- def_list
- pymdownx.tasklist:
custom_checkbox: true
plugins:
- search
- minify:
minify_html: true
nav:
- Home: index.md
- Getting Started:
- getting-started/index.md
- Quickstart: getting-started/quickstart.md
- Installation: getting-started/installation.md
- Configuration: getting-started/configuration.md
- Making Your First Map: getting-started/first-map.md
- Concepts:
- concepts/index.md
- Architecture: concepts/architecture.md
- Datasets: concepts/datasets.md
- Maps: concepts/maps.md
- Node Templates: concepts/templates.md
- Datasources: concepts/datasources.md
- Authentication: concepts/authentication.md
- User Guide:
- user-guide/index.md
- Creating a Dataset: user-guide/creating-a-dataset.md
- Forking a Dataset: user-guide/forking-a-dataset.md
- Creating a Map: user-guide/creating-a-map.md
- Forking a Map: user-guide/forking-a-map.md
- Dataset Editor: user-guide/dataset-editor.md
- Map Editor: user-guide/map-editor.md
- Node Template Editor: user-guide/node-template-editor.md
- Map Output: user-guide/map-output.md
- API Reference:
- api/index.md
- Maps: api/maps.md
- Datasets: api/datasets.md
- Templates: api/templates.md
- Output: api/output.md
- Datasources: api/datasources.md
- Authentication: api/authentication.md
- Deployment:
- deployment/index.md
- Docker: deployment/docker.md
- Storage Backends: deployment/storage-backends.md
- Google Sheets Setup: deployment/google-sheets-setup.md
- Keycloak OIDC: deployment/keycloak.md
- Contributing:
- contributing/index.md
- Development Setup: contributing/development-setup.md
- Build Notes: contributing/build-notes.md
- Testing: contributing/testing.md
- Code Style: contributing/code-style.md
- Project Structure: contributing/project-structure.md
- FAQ: faq.md
- Changelog: changelog.md