-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
171 lines (166 loc) · 6.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
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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
site_name: SkySQL Documentation
theme:
name: material
logo: assets/skysqllogo.png
favicon: assets/favicon.png
custom_dir: docs/stylesheets
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
# - content.code.select
- content.tabs.link
- content.tooltips
# - header.autohide
# - navigation.expand
- navigation.footer
- navigation.indexes
# - navigation.instant
# - navigation.instant.prefetch
# - navigation.instant.progress
# - navigation.prune
# - navigation.sections
# - navigation.tabs
# - navigation.tabs.sticky
- navigation.left
- navigation.tracking
- navigation.path
- search.highlight
- search.share
- search.suggest
- toc.follow
# - toc.integrate
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/link
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: indigo
toggle:
icon: material/toggle-switch-off
name: Switch to system preference
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
### TODO - ENABLING PLUGINS SEEMS TO GET RID OF 'SEARCH' ON LANDING PAGE
#plugins:
# - glightbox
# - social
extra:
generator: false
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/skysqlinc
- icon: fontawesome/brands/twitter
link: https://twitter.com/skysql
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/skysql
nav:
- Introduction to SkySQL:
- 'index.md'
- 'Uptime SLA.md'
- 'Serverless.md'
- 'FAQs.md'
- 'Quickstart' :
- 'Quickstart/README.md'
- 'Quickstart/Launch DB using the REST API.md'
- 'Quickstart/Launch DB using the Terraform Provider.md'
- 'Quickstart/Launch DB using Python.md'
- 'UI Portal Features' :
- 'Portal features/README.md'
- 'Portal features/Launch page.md'
- 'Portal features/Manage your Service.md'
- 'Portal features/Service Details page.md'
- 'Portal features/Notifications.md'
- 'Portal features/Service Monitoring Panels.md'
- 'Portal features/Billing.md'
- 'Connecting to SkySQL DBs' :
- 'Connecting to SkySQL DBs/README.md'
- 'Connecting to SkySQL DBs/Connect using MariaDB CLI.md'
- 'Connecting to SkySQL DBs/Connect from Node js App.md'
- 'Connecting to SkySQL DBs/Connect from Java App.md'
- 'Connecting to SkySQL DBs/Connect from Python App.md'
- 'Connecting to SkySQL DBs/Connect from ‘C’ App.md'
- 'Connecting to SkySQL DBs/Connect from ‘C++’ App.md'
- 'Connecting to SkySQL DBs/Connect from MongoDB clients.md'
- 'Connecting to SkySQL DBs/Connect using ODBC.md'
- 'Connecting to SkySQL DBs/Connect using Connector R2DBC.md'
- 'Backup and Restore' :
- 'Backup and Restore/README.md'
- Backup Examples:
- 'Backup and Restore/Snapshot Backup Examples.md'
- 'Backup and Restore/Physical Backup Examples.md'
- 'Backup and Restore/Logical Backup Examples.md'
- 'Backup and Restore/Incremental Backup Examples.md'
- 'Backup and Restore/Binarylog Backup Examples.md'
- 'Backup and Restore/Other backup API examples.md'
- Restore Examples:
- 'Backup and Restore/Restore Listing Examples.md'
- 'Backup and Restore/Restore from SkySQL Managed Storage.md'
- 'Backup and Restore/Restore From Your Own Bucket.md'
- 'Backup and Restore/Restore Delete Examples.md'
- 'Backup and Restore/MariaDB Enterprise Backup.md'
- 'Migrations, Data Loading' :
- 'Migrations' :
- 'Data loading, Migration/README.md'
- 'Data loading, Migration/SkySQL-managed-migration.md'
- 'Data loading, Migration/Migrating Using a Logical Dump and Replication.md'
- 'Data loading':
- 'Data loading, Migration/Import-CSV-data.md'
- 'Data loading, Migration/Install Mariadb-dump.md'
- 'Data loading, Migration/Install-mariadb-import.md'
- 'Data loading, Migration/Replicating data from external DB.md'
- 'Data Offloading' :
- 'Data offloading/README.md'
- 'Data offloading/Replicating data from SkySQL to external database.md'
- 'SkyAI Agents' :
- 'SkyCopilot Guide/README.md'
- 'High Availability, DR' :
- 'High Availability, DR/README.md'
- 'High Availability, DR/Setup Global Replication.md'
- 'Autonomously scale Compute/Storage' :
- 'Autonomously scale Compute, Storage/README.md'
- 'Security' :
- 'Security/README.md'
- 'Security/Managing Portal Users.md'
- 'Security/Configuring Firewall.md'
- 'Security/Encryption.md'
- 'Security/Managing API keys.md'
- 'Security/Private VPC connections.md'
- 'Security/Portal Single Sign-On.md'
- 'Configure your Database Server(s)' :
- 'config/README.md'
- 'config/Mariadb-Serverless-Single-Node.md'
- 'config/Enterprise-Server-Single-Node.md'
- 'config/Enterprise-Server-with-Replica(s).md'
- 'config/SkySQL-Intelligent-Proxy.md'
- 'Using AWS/Azure/GCP Private VPC Connections' :
- 'Using AWS Azure GCP private VPC connections/README.md'
- 'Using AWS Azure GCP private VPC connections/Setting up AWS Private Link.md'
- 'Using AWS Azure GCP private VPC connections/Setting up GCP Private Service Connect.md'
- 'Using AWS Azure GCP private VPC connections/Setting up Azure Private Link.md'
- 'Observability.md'
- 'Power Tier' :
- 'Billing and Power Tier/README.md'
- 'FractionalDBA.md'
- 'Reference Guides' :
- 'Reference Guide/README.md'
- 'Reference Guide/Instance Size Choices.md'
- 'Reference Guide/Monitoring Metrics Reference.md'
- 'Reference Guide/Region Choices.md'
- 'Reference Guide/REST API Reference.md'
- 'Reference Guide/Sky Stored Procedures.md'
copyright: Copyright © 2024 SkySQL Inc