forked from Snapchat/KeyDB-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsidebars.json
executable file
·16 lines (16 loc) · 1.09 KB
/
sidebars.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"docs": {
"KeyDB Docs": ["intro", "coming-soon"],
"Getting Started": ["using-keydb", "first-test", "migration", "config-file", "intro-admin", "ppa-deb", "rpm", "ami", "docker-basics", "build"],
"KeyDB Pro": ["pro-intro", "pro-coming-soon", "pro-getting-started", "pro-flash", "pro-mvcc", "pro-non-blocking-queries"],
"Benchmarking": ["benchmarking"],
"Server Infrastucture": ["active-rep", "multi-master", "flash-storage", "replication", "cluster-spec", "cluster-man", "cluster-create", "cluster-tutorial", "sentinel"],
"Commands": ["commands", "pubsub", "transactions", "data-types-intro", "data-types", "indexes", "signals", "notifications", "persistence", "pipelining", "streams-intro", "partitioning", "mass-insert", "lru-cache"],
"Docker": ["docker-active-rep", "dockerfiles"],
"HAProxy": ["haproxy"],
"Security": ["security", "acl", "encryption"],
"Troubleshooting": ["debugging", "ldb", "latency", "latency-monitor"],
"Clients/APIs/Protocols": ["clients", "keydbcli", "protocol", "gopher"],
"More": ["ARM", "faq", "memory-optimization", "license"]
}
}