updated docs further, added UICatalog API, clean up

This commit is contained in:
Charlie Kindel
2020-05-23 19:39:15 -06:00
parent b2fc685622
commit 78cd1bbd1e
97 changed files with 13953 additions and 2720 deletions

View File

@@ -19,6 +19,26 @@
"properties": {
"TargetFramework": "netstandard2.0"
}
},
{
"src": [
{
"files": [
"UICatalog.csproj"
],
"exclude": [
"**/obj/**",
"**/bin/**",
"_site/**"
],
"src": "../UICatalog"
}
],
"dest": "api/UICatalog",
"shouldSkipMarkup": false,
"properties": {
"TargetFramework": "netstandard2.1"
}
}
],
"build": {