-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlunaria.config.json
More file actions
38 lines (38 loc) · 847 Bytes
/
lunaria.config.json
File metadata and controls
38 lines (38 loc) · 847 Bytes
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
{
"$schema": "./node_modules/@lunariajs/core/config.schema.json",
"repository": {
"name": "mrrobotdotapp/docs.mrrobot.app",
"rootDir": "/src/content/docs",
"hosting": "github"
},
"files": [
{
"location": "src/content/docs/**/*.{md,mdx}",
"pattern": "src/content/docs/@lang/@path",
"type": "universal"
}
],
"defaultLocale": {
"label": "Français",
"lang": "fr"
},
"locales": [
{
"label": "English",
"lang": "en"
}
],
"ignoreKeywords": ["i18nIgnore", "fr-only"],
"dashboard": {
"title": "Mr. Robøt localization",
"description": "Page preview for the localization of Mr. Robøt documentation",
"favicon": {
"external": [
{
"link": "https://mrrobot.app/favicon.png",
"type": "image/png"
}
]
}
}
}