mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-04 04:58:05 +08:00
238b73310f
* docs: fix menu generator * fix subtitle * ignore submenu in en
11 lines
408 B
JSON
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 ./"
|
|
}
|
|
}
|
|
} |