-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathconfig.yaml
87 lines (80 loc) · 2.41 KB
/
config.yaml
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
title: "TiKV"
baseURL: "https://tikv.org"
languageCode: "en-us"
pygmentsCodeFences: true
pygmentsUseClasses: true
disableKinds: ["taxonomy", "taxonomyTerm"]
menu:
nav:
- name: Community
url: /community/community/
- name: Contribute
parent: Community
weight: 1
url: /community/contribute/
- name: Chat
url: /chat
parent: Community
weight: 2
- name: Branding
url: https://cncf-branding.netlify.app/projects/tikv/
parent: Community
weight: 4
- name: Adopters
url: /adopters
parent: Community
weight: 5
- name: CNCF
url: https://www.cncf.io/
parent: Community
weight: 5
params:
favicon: "favicon.png"
googleAnalyticsId: "UA-130734531-1"
versions:
latest: "7.1"
all:
- "dev"
- "7.1"
- "6.5"
- "6.1"
- "5.1"
- "4.0"
- "3.0"
description:
brief: "TiKV is a highly scalable, low latency, and easy to use <br/> key-value database."
briefMobile: "TiKV is a highly scalable, low latency, and easy to use key-value database."
long: "Based on the design of [Google Spanner](https://ai.google/research/pubs/pub39966) and [HBase](https://hbase.apache.org), but simpler to manage and without dependencies on any distributed filesystem"
fonts:
sansserif: "Titillium Web"
monospace: "Inconsolata"
logos:
colorLogoWhiteFont: "img/logos/horizontal/color/tikv-horizontal-color-logo-white-font.png"
white: "img/logos/horizontal/white/tikv-horizontal-white.svg"
white-deprecated: "img/logos/horizontal/white-deprecated/tikv-horizontal-white.png"
color: "img/logos/horizontal/color/tikv-horizontal-color.png"
black: "img/logos/horizontal/black/tikv-horizontal-black.png"
cncf: "img/logos/cncf-color.png"
cncf-black: "img/logos/cncf-color.png"
card: "img/logos/card.png"
assets:
fontAwesomeVersion: "5.15.4"
js: ["jquery-3.3.1", "anchor", "app"]
css: ["syntax"]
socialmedia:
twitter: "tikvproject"
github: "https://github.com/tikv/tikv"
outputs:
home: ["HTML", "REDIRECTS"]
outputFormats:
REDIRECTS:
mediaType: "text/netlify"
baseName: "_redirects"
mediaTypes:
"text/netlify":
delimiter: ""
enableGitInfo: true
markup:
goldmark:
renderer:
unsafe: true