-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathlunaria.config.json
More file actions
75 lines (75 loc) · 1.46 KB
/
lunaria.config.json
File metadata and controls
75 lines (75 loc) · 1.46 KB
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
{
"$schema": "./node_modules/@lunariajs/core/config.schema.json",
"repository": {
"name": "WilliamPyke/documentation",
"branch": "main",
"hosting": "github"
},
"defaultLocale": {
"label": "English",
"lang": "en"
},
"locales": [
{
"label": "中文",
"lang": "docs/zh"
},
{
"label": "हिन्दी",
"lang": "docs/in"
},
{
"label": "Русский",
"lang": "docs/ru"
},
{
"label": "Українська",
"lang": "docs/ua"
},
{
"label": "Français",
"lang": "docs/fr"
},
{
"label": "Português (Brasil)",
"lang": "docs/pt-br"
},
{
"label": "한국어",
"lang": "docs/kr"
},
{
"label": "Tiếng Việt",
"lang": "docs/vn"
},
{
"label": "Deutsch",
"lang": "docs/de"
},
{
"label": "Nederlands",
"lang": "docs/nl"
},
{
"label": "Español",
"lang": "docs/es"
}
],
"files": [
{
"location": "src/content/docs/**/*.{md,mdx}",
"ignore": ["**/404/**"],
"pattern": "src/content/docs/@lang/@path",
"type": "universal"
}
],
"outDir": "./dist/docs/lunaria",
"dashboard": {
"title": "Mezo Documentation Translation Status",
"description": "Track the localization progress of Mezo documentation",
"site": "https://mezo.org/docs/lunaria/",
"basesToHide": [
"src/content/docs/"
]
}
}