mirror of
https://github.com/privateersclub/wiki.git
synced 2024-11-23 13:49:41 +00:00
26 lines
461 B
JSON
26 lines
461 B
JSON
{
|
|
"$schema": "./node_modules/@lunariajs/core/config.schema.json",
|
|
"repository": {
|
|
"name": "privateersclub/wiki",
|
|
"rootDir": "docs"
|
|
},
|
|
"files": [
|
|
{
|
|
"location": "**/*.md",
|
|
"pattern": "@lang/@path",
|
|
"type": "universal"
|
|
}
|
|
],
|
|
"defaultLocale": {
|
|
"label": "English",
|
|
"lang": "en"
|
|
},
|
|
"locales": [
|
|
{
|
|
"label": "Português",
|
|
"lang": "pt-br"
|
|
}
|
|
],
|
|
"outDir": ".vitepress/dist/_translations"
|
|
}
|