-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathmkdocs.yml
97 lines (93 loc) · 2.57 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# Site Info
site_name: Project Jalapeno
site_url: https://cisco-open.github.io/jalapeno
site_author: Cisco Open Source
repo_name: cisco-open/jalapeno
repo_url: https://github.com/cisco-open/jalapeno
copyright: Copyright © 2024 Cisco Systems, Inc. and its affiliates. All rights reserved.
# Site Theme
theme:
name: material
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
icon:
repo: fontawesome/brands/github
logo: img/jalapeno.png
favicon: img/jalapeno.png
features:
- navigation.footer
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.tabs
- navigation.expand
- navigation.indexes
- toc.integrate
- content.code.annotate
- content.code.copy
# Site Nav
nav:
- Home: index.md
- About:
- about/index.md
- Infrastructure: about/infrastructure.md
- Collectors: about/collectors.md
- Processors: about/processors.md
- Installation:
- Getting Started: install/gettingstarted.md
- Prerequisites: install/prerequisites.md
- Kubernetes Setup: install/kubernetes.md
- Install Jalapeno: install/jalapeno.md
- Usage:
- usage/index.md
- API: usage/api.md
- ArangoDB: usage/arangodb.md
- Grafana: usage/grafana.md
- InfluxDB: usage/influxdb.md
- Kafka: usage/kafka.md
- Device Config:
- device-config/index.md
- IOS-XR: device-config/xr-config.md
- Resources:
- resources/index.md
- ArangoDB: resources/arangodb.md
- InfluxDB: resources/influxdb.md
- Development:
- development/index.md
- Minimal Instance: development/minimal.md
- Building Images: development/images.md
# Extras
extra:
social:
- icon: material/web
link: https://opensource.cisco.com/
- icon: fontawesome/brands/github
link: https://github.com/cisco-open/jalapeno
# Plugins
markdown_extensions:
- admonition
- abbr
- attr_list
- md_in_html
- pymdownx.superfences
- pymdownx.details
- pymdownx.snippets:
base_path: ["docs"]
auto_append:
- includes/abbreviations.md
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg