forked from valkey-io/valkey-io.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
49 lines (40 loc) · 1.05 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
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/rdd/",
"/topics/history/"
]
publish_hold = [
"/topics/license/",
"/topics/internals-eventlib/",
"/topics/internals-vm/",
"/topics/internals/",
"/topics/rdd/"
]