-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
65 lines (60 loc) · 1.54 KB
/
mkdocs.yml
File metadata and controls
65 lines (60 loc) · 1.54 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
site_name: EOEPCA Operations Building Block
site_url: https://eoepca.readthedocs.io/projects/operations/
repo_url: https://github.com/EOEPCA/operations/
edit_uri: "edit/main/docs/"
nav:
- EOEPCA Documentation: https://eoepca.readthedocs.io/
- Operations:
- Overview: index.md
- Basic Concepts: basic-concepts.md
- Monitoring Stack: monitoring-stack.md
- Dashboards And Usage: dashboards-and-usage.md
- ServiceMonitors: service-monitors.md
- Alerting And SLOs: alerting-and-slos.md
- EO platform example - STAC Scenario: stac-scenario.md
theme:
name: material
logo: img/favicon.ico
favicon: img/favicon.ico
features:
- navigation.footer
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.top
- content.code.copy
- content.action.edit
- search.highlight
- search.share
- search.suggest
extra_css:
- css/eoepca.css
plugins:
- search
- autorefs
markdown_extensions:
- tables
- toc:
permalink: ⚓︎
toc_depth: 4
- smarty
- sane_lists
- admonition
- abbr
- attr_list
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md