generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mint.json
108 lines (108 loc) · 2.54 KB
/
mint.json
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
{
"$schema": "https://mintlify.com/schema.json",
"name": "SPQR",
"favicon": "/favicon.svg",
"colors": {
"primary": "#5382ff",
"light": "#e2ebff",
"dark": "#5382ff",
"anchors": {
"from": "#5382ff",
"to": "#e2ebff"
}
},
"modeToggle": {
"default": "light"
},
"_topbarLinks": [
{
"name": "Blog",
"url": "https://spqr-blog"
}
],
"topbarCtaButton": {
"type": "github",
"url": "https://github.com/pg-sharding/spqr"
},
"feedback": {
"thumbsRating": true,
"suggestEdit": true
},
"tabs": [],
"anchors": [
{
"name": "Documentation",
"icon": "book-open-cover",
"url": "/"
},
{
"name": "Community",
"icon": "telegram",
"url": "https://t.me/+jMGhyjwicpI3ZWQy"
},
{
"name": "Releases",
"icon": "clock",
"url": "https://github.com/pg-sharding/spqr/releases"
}
],
"navigation": [
{
"group": "Documentation",
"pages": [
"welcome/index",
"welcome/get_started",
{
"group": "Features",
"pages": [
"features/sharding",
"features/pooling",
"features/fault_tolerance",
"features/data_balancing",
"features/cross_shard_queries",
"features/multiple_servers_and_failover",
"features/protocol",
"features/read_only",
"features/perfomance",
"features/authentication",
"features/config_reloading",
"features/statistics"
]
},
{
"group": "Configuration Guide",
"pages": [
"configuration/router",
"configuration/coordinator",
"configuration/balancer",
"configuration/auth"
]
},
{
"group": "Sharding",
"pages": [
"welcome/get_started",
{
"group": "Cluster Components",
"pages": [
"sharding/cluster_components/overview",
"sharding/cluster_components/shard",
"sharding/cluster_components/router",
"sharding/cluster_components/coordinator"
]
},
{
"group": "Admin Console",
"pages": [
"sharding/console/how_to_connect",
"sharding/console/concepts",
"sharding/console/sql_commands"
]
}
]
},
"welcome/design"
]
}
]
}