forked from Alluxio/alluxio
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
60 lines (57 loc) · 1.36 KB
/
_config.yml
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
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
syntax_highlighter: rouge
# These allow the documentation to be updated with new releases of Alluxio.
ALLUXIO_RELEASED_VERSION: 1.1.1
# This would be "master" for the master branch, 1.1.1 for the 1.1.1 release, and
# 1.1.1-RC2 for the second 1.1.1 release candidate.
ALLUXIO_MASTER_VERSION_SHORT: master
# These attach the pages of different languages with different 'lang' attributes
defaults:
-
scope:
path: en
values:
lang: en
languageName: English
languagePriority: 0
-
scope:
path: cn
values:
lang: cn
languageName: 中文
languagePriority: 1
-
scope:
path: pt
values:
lang: pt
languageName: Português
languagePriority: 2
# Each language has a particular version of category names
# When supporting a new language version, do not change the 'group' attribute in .md page files
# Instead, just add the group name of that language below
categoryInfo:
User Guide:
en: User Guides
cn: 用户指南
pt: Guias do Usuário
Features:
en: Features
cn: 特性
pt: Features
Frameworks:
en: Frameworks
cn: 计算框架
pt: Frameworks
Under Store:
en: Under Stores
cn: 底层存储系统
pt: Under Stores
Resources:
en: Resources
cn: 开发者资源
pt: Recursos