ant-design-blazor/site/AntDesign.Docs.Build.CLI/Properties/launchSettings.json
James Yeung 238b73310f
docs: fix menu generator (#4157)
* docs: fix menu generator

* fix subtitle

* ignore submenu in en
2024-09-03 13:29:19 +08:00

11 lines
408 B
JSON

{
"profiles": {
"AntDesign.Docs.Build.CLI": {
"commandName": "Project",
//"commandLineArgs": "docs2html ../../../../../docs ./"
"commandLineArgs": "menu2json ../../../../AntDesign.Docs/Demos ../../../../../docs ./"
//"commandLineArgs": "demo2json ../../../../AntDesign.Docs/Demos ./"
//"commandLineArgs": "icons2json ../../../../../components/wwwroot/icons ./"
}
}
}