-
Notifications
You must be signed in to change notification settings - Fork 54
/
mkdocs.yml
111 lines (103 loc) · 2.63 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
site_name: temBoard
site_description: PostgreSQL Remote Control
site_author: www.dalibo.com
site_dir: dev/build/docs
docs_dir: docs/
copyright: Copyright 2015-2024 <a href="http://www.dalibo.com">dalibo</a>
repo_url: https://github.com/dalibo/temboard/
theme:
name: material
custom_dir: docs/overrides
favicon: docs/assets/temboard-logo-64.png
icon:
repo: fontawesome/brands/github
logo: assets/temboard-logo-blanc-256.png
features:
- navigation.indexes
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.suggest
- search.highlight
- toc.follow
- toc.integrate
font: false
plugins:
- search
- git-revision-date-localized:
enable_creation_date: false
type: timeago
- glightbox:
skip_classes:
- no-lightbox
extra:
homepage: https://labs.dalibo.com/temboard
social:
- icon: fontawesome/solid/rss
link: https://blog.dalibo.com/
- icon: fontawesome/brands/github
link: https://github.com/dalibo/temboard
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/dalibo/temboard
- icon: fontawesome/brands/twitter
link: https://twitter.com/DaliboLabs
- icon: fontawesome/brands/mastodon
link: https://mastodon.online/@dalibo
extra_css:
- assets/temboard.css
extra_javascript:
- assets/rtd-material.js
nav:
- Home: index.md
- quickstart.md
- Install:
- Install the server: server_install.md
- Install the agent: agent_install.md
- Compatibility Guide: compatibility_guide.md
- Upgrade:
- Upgrade the server: server_upgrade.md
- Upgrade the agent: agent_upgrade.md
- Changelog: changelog.md
- How To:
- temBoard UI howto: temboard-howto.md
- Alerting: temboard-howto-alerting.md
- Maintenance: temboard-howto-maintenance.md
- Statements: temboard-howto-statements.md
- Upgrade PostgreSQL: postgres_upgrade.md
- temBoard performances: howto-temboard-performances.md
- Reference:
- Configure the server: server_configure.md
- Configure the agent: agent_configure.md
- Develop:
- Contributing: CONTRIBUTING.md
- Alerting internals: alerting.md
- Agent REST API: agent_api.md
# Markdown settings
strict: yes
markdown_extensions:
- admonition
- attr_list
- fenced_code
- extra
- md_in_html
- meta
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- tables
- toc:
baselevel: 2
toc_depth: 3
permalink: yes
- sane_lists
- smarty
- wikilinks