-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
146 lines (145 loc) · 6.89 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
site_name: CCX Documentation
site_description: Documentation
site_url: ''
copyright: Severalnines AB, © 2024
theme:
name: material
palette:
# Light mode
- media: '(prefers-color-scheme: light)'
scheme: percona-light
primary: custom
accent: custom
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
# Dark mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: custom
accent: custom
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- search.highlight
- navigation.top
- content.tabs.link
- content.code.copy
- navigation.tracking
- content.action.edit
- content.action.view
- content.code.copy
logo: assets/ccx.png
favicon: assets/favicon.png
markdown_extensions:
- codehilite:
guess_lang: true
use_pygments: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
nav:
- Admin Guide:
- Introduction: admin/Index.md
- Installation:
- Index: admin/Installation/Index.md
- Secrets: admin/Installation/Secrets.md
- Cloud Providers: admin/Installation/Cloud-Providers.md
- Configuring Helm Install: admin/Installation/Configuring-Helm-Install.md
- Dynamic Dns: admin/Installation/Dynamic-DNS.md
- Mysql Operator Installation: admin/Installation/Mysql-Operator-Installation.md
- Postgres Operator Installation: admin/Installation/Postgres-Operator-Installation.md
- Observability: admin/Installation/Observability.md
- Logging: admin/Installation/Logging.md
- Multi Az For Volumes: admin/Installation/Multi-AZ-For-Volumes.md
- Limitations: admin/Installation/Limitations.md
- Customisation:
- Api: admin/Customisation/API.md
- Frontend: admin/Customisation/Frontend.md
- Jwt: admin/Customisation/JWT.md
- Observability: admin/Observability.md
- Day 2 Operations:
- Autoscaling: admin/Day2/Autoscaling.md
- Config Management: admin/Day2/Config-Management.md
- Index: admin/Day2/Index.md
- Lifecycle Management: admin/Day2/Lifecycle-Management.md
- Notifications: admin/Day2/Notifications.md
- Upgrading The Control Plane: admin/Day2/Upgrading-the-Control-Plane.md
- Security:
- Tls And Ssl: admin/Security/TLS-and-SSL.md
- Testing:
- Dast: admin/Testing/DAST.md
- E2E Tests: admin/Testing/E2E-tests.md
- Troubleshooting:
- Operations And Management: admin/Troubleshooting/Operations-and-Management.md
- Support: admin/Troubleshooting/Support.md
- Troubleshooting: admin/Troubleshooting/Troubleshooting.md
- Changelog: admin/Changelog.md
- User Guide:
- Introduction: user/Index.md
- Managed Service: user/Managed-Service.md
- Faq: user/FAQ.md
- How-to Guides:
- Deploy A Datastore: user/Howto/Deploy-a-Datastore.md
- Datastore Settings: user/Howto/Datastore-settings.md
- Config Management: user/Howto/Config-management.md
- Scale A Datastore: user/Howto/Scale-a-Datastore.md
- Promote A Replica: user/Howto/Promote-a-replica.md
- Restore Backup: user/Howto/Restore-backup.md
- Create Datastore From Backup: user/Howto/Create-Datastore-From-Backup.md
- Upgrade Lifecycle Mgmt: user/Howto/Upgrade-Lifecycle-mgmt.md
- Database User Management: user/Howto/Database-User-management.md
- Database Db Management: user/Howto/Database-Db-management.md
- Firewall: user/Howto/Firewall.md
- Event Viewer: user/Howto/Event-viewer.md
- Terraform Provider: user/Howto/Terraform-provider.md
- Reference:
- Datastore Statuses: user/Reference/Datastore-Statuses.md
- Glossary: user/Reference/Glossary.md
- Supported Databases: user/Reference/Supported-Databases.md
- Observability:
- Introduction: user/Reference/Observability/Metrics/Introduction.md
- Mysql And Mariadb: user/Reference/Observability/Metrics/MySQL-and-MariaDB.md
- Postgresql: user/Reference/Observability/Metrics/PostgreSQL.md
- Redis: user/Reference/Observability/Metrics/Redis.md
- System: user/Reference/Observability/Metrics/System.md
- Products:
- MSSQLServer:
- Overview: user/Reference/Products/MSSQLServer/overview.md
- Configurations: user/Reference/Products/MSSQLServer/configurations.md
- Limitations: user/Reference/Products/MSSQLServer/limitations.md
- User Management: user/Reference/Products/MSSQLServer/User-Management.md
- MariaDB:
- Overview: user/Reference/Products/MariaDb/overview.md
- Backup: user/Reference/Products/MariaDb/Backup.md
- Restore: user/Reference/Products/MariaDb/restore.md
- Configuration: user/Reference/Products/MariaDb/configuration.md
- Importing Data: user/Reference/Products/MariaDb/Importing-Data.md
- Tsl Connection: user/Reference/Products/MariaDb/TSL-Connection.md
- Limitations: user/Reference/Products/MariaDb/limitations.md
- MySQL:
- Overview: user/Reference/Products/MySQL/overview.md
- Backup: user/Reference/Products/MySQL/Backup.md
- Restore: user/Reference/Products/MySQL/restore.md
- Configuration: user/Reference/Products/MySQL/configuration.md
- Importing Data: user/Reference/Products/MySQL/Importing-Data.md
- Limitations: user/Reference/Products/MySQL/limitations.md
- Tsl Connection: user/Reference/Products/MySQL/TSL-Connection.md
- User Management: user/Reference/Products/MySQL/User-Management.md
- PostgreSQL:
- Backup: user/Reference/Products/PostgreSQL/backup.md
- Configuration: user/Reference/Products/PostgreSQL/configuration.md
- Extensions: user/Reference/Products/PostgreSQL/extensions.md
- Importing Data: user/Reference/Products/PostgreSQL/Importing-Data.md
- Limitations: user/Reference/Products/PostgreSQL/limitations.md
- Restore: user/Reference/Products/PostgreSQL/restore.md
- Redis:
- Backup: user/Reference/Products/Redis/backup.md
- Configuration: user/Reference/Products/Redis/configuration.md
- User Management: user/Reference/Products/Redis/User-Management.md
- Technical:
- Api: user/Technical/API.md
- Terraform: user/Technical/Terraform.md
extra_css:
- stylesheets/extra.css