forked from dalibo/temboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
44 lines (42 loc) · 1.14 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
site_dir: dev/build/docs
site_name: temBoard
site_description: PostgreSQL Remote Control
site_author: www.dalibo.com
copyright: Copyright 2015-2022 <a href="http://www.dalibo.com">dalibo</a>
repo_url: https://github.com/dalibo/temboard/
theme:
name: readthedocs
nav:
- Home: index.md
- Quick Start: QUICKSTART.md
- Install:
- Install the server: server_install.md
- Install the agent: agent_install.md
- Configure the server: server_configure.md
- Configure the agent: agent_configure.md
- Upgrade:
- Changelog: CHANGELOG.md
- Upgrade the server: server_upgrade.md
- Upgrade the agent: agent_upgrade.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
- Develop:
- Contributing: CONTRIBUTING.md
- Alerting internals: alerting.md
- Agent REST API: agent_api.md
# Markdown settings
strict: yes
markdown_extensions:
- admonition
- fenced_code
- extra
- meta
- tables
- toc:
baselevel: 2
permalink: yes