forked from valkey-io/valkey-io.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
59 lines (51 loc) · 1.5 KB
/
config.toml
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
base_url = "https://valkey.io"
compile_sass = true
build_search_index = true
[search]
index_format = "elasticlunr_json"
[markdown]
highlight_code = true
# This is included to override any differences slugs and documentation source filenames
[extra.slug_source_exceptions]
"valkey-conf" = "valkey.conf"
[extra]
command_description_path = "../build-command-docs/"
command_json_path = "../build-command-json/"
doc_topic_path = "../build-topics/"
review_list = [
"/docs/topics/license/",
"/docs/topics/admin/",
"/docs/topics/distlock/",
"/docs/topics/eval-intro/",
"/docs/topics/faq/",
"/docs/topics/functions-intro/",
"/docs/topics/hashes/",
"/docs/topics/internals-eventlib/",
"/docs/topics/internals-vm/",
"/docs/topics/internals/",
"/docs/topics/latency/",
"/docs/topics/lua-api/",
"/docs/topics/modules-blocking-ops/",
"/docs/topics/modules-intro/",
"/docs/topics/pipelining/",
"/docs/topics/programmability/",
"/docs/topics/protocol/",
"/docs/topics/pubsub/",
"/docs/topics/rdd/",
"/docs/topics/replication/",
"/docs/topics/security/",
"/docs/topics/sentinel-clients/",
"/docs/topics/sentinel/",
"/docs/topics/transactions/",
"/docs/topics/cluster-spec/",
"/docs/topics/history/"
]
publish_hold = [
"/docs/topics/protocol/",
"/docs/topics/license/",
"/docs/topics/internals-eventlib/",
"/docs/topics/internals-vm/",
"/docs/topics/internals/",
"/docs/topics/protocol/",
"/docs/topics/rdd/"
]