forked from Snapchat/KeyDB-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sidebars.js
51 lines (49 loc) · 3 KB
/
sidebars.js
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
module.exports = {
"docs": [
// KeyDB Docs
{type: 'category', label: 'KeyDB Docs', collapsed: false, items: ["intro", "coming-soon"]},
//Getting Started
{type: 'category', label: 'Getting Started', collapsed: true, items: [
"using-keydb",
// KeyDB Cloud
{type: 'category', label: 'Cloud', collapsed: false, items: [
"cloud-about", "cloud-getting-started",
{type: 'link', label: 'More...', href: 'cloud-using-gui'}
]},
// KeyDB Open Source
{type: 'category', label: 'Open Source', collapsed: false, items: [
"open-source-getting-started", "ppa-deb", "rpm", "docker-basics", "build"
]},
// KeyDB Enterprise
{type: 'category', label: 'Enterprise', collapsed: false, items: [
"enterprise-getting-started", "enterprise-ppa-deb", "enterprise-rpm", "enterprise-docker-basics",
{type: 'link', label: 'More...', href: 'enterprise-intro'}
]},
// additional docs for getting started
"first-test", "migration", "config-file", "intro-admin"
]
},
// KeyDB Enterprise
{type: 'category', label: 'KeyDB Enterprise', collapsed: true, items: ["enterprise-intro","enterprise-coming-soon", "enterprise-getting-started",
{type: 'category', label: 'Features', collapsed: false, items: ["enterprise-flash", "enterprise-flash-sizing", "enterprise-mvcc", "enterprise-non-blocking-queries"]},
]
},
//KeyDB Cloud
{type: 'category', label: 'KeyDB Cloud', collapsed: true, items: ["cloud-about", "cloud-getting-started", "cloud-using-gui", "cloud-spec",
{type: 'category', label: 'Features', collapsed: false, items: ["enterprise-flash","enterprise-flash-sizing", "enterprise-mvcc", "enterprise-non-blocking-queries"]},
]
},
{type: 'category', label: 'Benchmarking', items: ["benchmarking"]},
{type: 'category', label: 'Server Infrastructure', items: ["active-rep", "multi-master", "replication", "cluster-spec", "cluster-man", "cluster-create", "cluster-tutorial", "sentinel", "sentinel-clients"]},
{type: 'category', label: 'Data Types & Commands', items: ["commands", "pubsub", "transactions", "data-types-intro", "data-types", "indexes", "signals", "notifications", "pipelining", "streams-intro", "partitioning", "mass-insert"]},
{type: 'category', label: 'Configuration', collapsed: true, items: ["persistence", "lru-cache", "config-file"]},
{type: 'category', label: 'Docker', items: [
{type: 'link', label: 'Advanced', href: 'https://hub.docker.com/r/eqalpha/keydb'},
"docker-active-rep", "dockerfiles"]},
{type: 'category', label: 'Load Balancers', items: ["haproxy"]},
{type: 'category', label: 'Security', items: ["security", "acl", "encryption"]},
{type: 'category', label: 'Troubleshooting', items: ["debugging", "ldb", "latency", "latency-monitor"]},
{type: 'category', label: 'Clients/APIs/Protocols', items: ["clients", "keydbcli", "protocol", "gopher"]},
{type: 'category', label: 'More', items: ["ARM", "faq", "memory-optimization", "license"]}
],
};