mirror of https://github.com/vuejs/vitepress
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.
48 lines
889 B
48 lines
889 B
{
|
|
"$schema": "./node_modules/@lunariajs/core/config.schema.json",
|
|
"repository": {
|
|
"name": "vuejs/vitepress",
|
|
"rootDir": "docs"
|
|
},
|
|
"files": [
|
|
{
|
|
"location": ".vitepress/config/{en,zh,pt,ru,es,ko}.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"
|
|
},
|
|
{
|
|
"label": "한국어",
|
|
"lang": "ko"
|
|
}
|
|
],
|
|
"outDir": ".vitepress/dist/_translations",
|
|
"ignoreKeywords": ["lunaria-ignore"]
|
|
}
|