You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
vitepress/docs/lunaria.config.json

44 lines
826 B

{
"$schema": "./node_modules/@lunariajs/core/config.schema.json",
"repository": {
"name": "vuejs/vitepress",
"rootDir": "docs"
},
"files": [
{
"location": ".vitepress/config/{en,zh,pt,ru,es}.ts",
"pattern": ".vitepress/config/@lang.ts",
"type": "universal"
},
{
"location": "**/*.md",
"pattern": "@lang/@path",
"type": "universal"
}
],
"defaultLocale": {
"label": "English",
"lang": "en"
},
"locales": [
{
"label": "简体中文",
"lang": "zh"
},
{
"label": "Português",
"lang": "pt"
},
{
"label": "Русский",
"lang": "ru"
},
{
"label": "Español",
"lang": "es"
}
],
"outDir": ".vitepress/dist/_translations",
"ignoreKeywords": ["lunaria-ignore"]
}