ant-design-blazor/site/AntDesign.Docs.Build.CLI/Properties/launchSettings.json

11 lines
408 B
JSON
Raw Normal View History

{
"profiles": {
"AntDesign.Docs.Build.CLI": {
"commandName": "Project",
//"commandLineArgs": "docs2html ../../../../../docs ./"
2021-02-06 20:15:46 +08:00
//"commandLineArgs": "menu2json ../../../../AntDesign.Docs/Demos ../../../../../docs ./"
"commandLineArgs": "demo2json ../../../../AntDesign.Docs/Demos ./"
//"commandLineArgs": "icons2json ../../../../../components/wwwroot/icons ./"
}
}
}