-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
66 lines (60 loc) · 1.52 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
site_name: titan
theme:
name: material
logo: images/titan.png
favicon: images/titan.png
use_pygments: true
palette:
primary: deep orange
accent: orange
features:
- navigation.instant
- search.suggest
plugins:
- search:
min_search_length: 2
extra_css:
- css/extra.css
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/devOpifex
- icon: fontawesome/brands/github
link: https://github.com/devOpifex
repo_url: https://github.com/devOpifex/titan/
repo_name: Github
site_description: Serve Prometheus metrics for shiny applications and plumber services
site_author: Opifex
copyright: Copyright © 2020 Opifex
google_analytics: ['G-TZMQ98HS6D', 'titan.opifex.org']
markdown_extensions:
- admonition
- meta
- smarty
- pymdownx.highlight:
linenums: true
- pymdownx.superfences
- pymdownx.inlinehilite
- attr_list
- toc:
permalink: True
separator: "-"
nav:
- Home: index.md
- About:
- Monitoring: about/monitoring.md
- Internals: about/internals.md
- Guide:
- Installation: guide/installation.md
- Metrics: guide/metrics.md
- Shiny: guide/shiny.md
- Plumber: guide/plumber.md
- Ambiorix: guide/ambiorix.md
- Authentication: guide/authentication.md
- Deploy:
- Prometheus: deploy/prometheus.md
- Management: deploy/management.md
- Grafana: deploy/grafana.md
- Contribute: meta/contribute.md
- Changelog: meta/changelog.md
- License: meta/license.md