forked from valkey-io/valkey-io.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
65 lines (55 loc) · 1.58 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
60
61
62
63
64
65
base_url = "https://valkey.io"
title = "Valkey"
compile_sass = true
build_search_index = true
generate_feeds = true
[markdown]
highlight_code = true
# Needed to stop certain command topics from being destroyed by the slugifier
[slugify]
"paths" = "safe"
# 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 = [
"/topics/license/",
"/topics/admin/",
"/topics/distlock/",
"/topics/eval-intro/",
"/topics/faq/",
"/topics/functions-intro/",
"/topics/hashes/",
"/topics/internals-eventlib/",
"/topics/internals-vm/",
"/topics/internals/",
"/topics/latency/",
"/topics/lua-api/",
"/topics/modules-blocking-ops/",
"/topics/modules-intro/",
"/topics/pipelining/",
"/topics/programmability/",
"/topics/protocol/",
"/topics/pubsub/",
"/topics/rdd/",
"/topics/replication/",
"/topics/security/",
"/topics/sentinel-clients/",
"/topics/sentinel/",
"/topics/transactions/",
"/topics/cluster-spec/",
"/topics/history/"
]
publish_hold = [
"/topics/protocol/",
"/topics/license/",
"/topics/internals-eventlib/",
"/topics/internals-vm/",
"/topics/internals/",
"/topics/protocol/",
"/topics/rdd/"
]
banner = "Register to attend the first-ever [Valkey Developer Day](https://events.linuxfoundation.org/valkey-developer-day/) on September 19 in Vienna"