nicenote/.umi/dumi/config.json
2023-10-30 10:49:45 +08:00

32 lines
484 B
JSON

{
"menus": {
"en-US": {
"*": [
{
"path": "/",
"title": "A static site based on dumi",
"meta": {}
},
{
"path": "/guide",
"title": "Guide",
"meta": {}
}
]
}
},
"locales": [
{
"name": "en-US",
"label": "English"
}
],
"navs": {},
"title": "nicenote",
"mode": "doc",
"repository": {
"url": "",
"branch": "master"
},
"theme": {}
}