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

29 lines
538 B

{
"$schema": "./node_modules/@lunariajs/core/config.schema.json",
"repository": {
"name": "vuejs/vitepress",
"rootDir": "docs"
},
"files": [
{
"location": ".vitepress/config/{en,zh}.ts",
"pattern": ".vitepress/config/@lang.ts"
},
{
"location": "**/*.md",
"pattern": "@lang/@path"
}
],
"defaultLocale": {
"label": "English",
"lang": "en"
},
"locales": [
{
"label": "简体中文",
"lang": "zh"
}
],
"outDir": ".vitepress/dist/_translations"
}