Skip to content

Commit bb78c68

Browse files
committed
Update docfx
1 parent 750cc55 commit bb78c68

File tree

2 files changed

+55
-77
lines changed

2 files changed

+55
-77
lines changed

articles/cyclecloud/docfx.json

Lines changed: 0 additions & 77 deletions
This file was deleted.

docfx.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,27 @@
1111
],
1212
"exclude": [
1313
"iot-edge/**",
14+
"cyclecloud/**",
1415
"**/_themes/**",
1516
"**/includes/**",
1617
"**/obj/**",
1718
"**/*.graffle"
1819
]
1920
},
21+
{
22+
"group": "cyclecloud-7-group",
23+
"src": "articles/cyclecloud",
24+
"dest": "./cyclecloud/",
25+
"files": [
26+
"**/*.md",
27+
"**/*.yml"
28+
],
29+
"exclude": [
30+
"**/_themes/**",
31+
"**/includes/**",
32+
"**/obj/**"
33+
]
34+
},
2035
{
2136
"group": "grp-iot-edge",
2237
"src": "articles/iot-edge",
@@ -62,6 +77,22 @@
6277
"**/obj/**"
6378
]
6479
},
80+
{
81+
"group": "cyclecloud-7-group",
82+
"src": "articles/cyclecloud",
83+
"dest": "./cyclecloud/",
84+
"files": [
85+
"**/*.gif",
86+
"**/*.jpeg",
87+
"**/*.jpg",
88+
"**/*.png",
89+
"**/*.svg"
90+
],
91+
"exclude": [
92+
"**/_themes/**",
93+
"**/obj/**"
94+
]
95+
},
6596
{
6697
"group": "grp-iot-edge",
6798
"src": "articles/iot-edge",
@@ -253,6 +284,8 @@
253284
"articles/cloud-shell/**/*.md": "sdwheeler",
254285
"articles/connectors/*.md": "ecfan",
255286
"articles/container-registry/**/*.md": "tejaswikolli-web",
287+
"articles/cyclecloud/**/*.md": "adriankjohnson",
288+
"articles/cyclecloud/**/*.yml": "adriankjohnson",
256289
"articles/data-catalog/*.md": "whhender",
257290
"articles/defender-for-iot/device-builders/*.md": "limwainstein",
258291
"articles/defender-for-iot/organizations/*.md": "limwainstein",
@@ -884,6 +917,8 @@
884917
"articles/cloud-shell/**/*.md": "azure-cloud-shell",
885918
"articles/connectors/*.md": "azure-logic-apps",
886919
"articles/container-registry/**/*.md": "azure-container-registry",
920+
"articles/cyclecloud/**/*.md": "azure-cyclecloud",
921+
"articles/cyclecloud/**/*.yml": "azure-cyclecloud",
887922
"articles/data-factory/**/*": "azure-data-factory",
888923
"articles/defender-for-iot/device-builders/*.md": "defender-for-iot",
889924
"articles/defender-for-iot/organizations/*.md": "defender-for-iot",
@@ -1034,6 +1069,8 @@
10341069
"articles/backup/**/*.yml": ["Azure","Azure Backup"],
10351070
"articles/cost-management-billing/**/*.md": ["Azure","Cost Management Billing"],
10361071
"articles/cost-management-billing/**/*.yml": ["Azure","Cost Management Billing"],
1072+
"articles/cyclecloud/**/*.md": ["Azure","CycleCloud"],
1073+
"articles/cyclecloud/**/*.yml": ["Azure","CycleCloud"],
10371074
"articles/data-catalog/**/*.md": ["Azure","Azure Data Catalog"],
10381075
"articles/data-catalog/**/*.yml": ["Azure","Azure Data Catalog"],
10391076
"articles/data-factory/**/*.md": ["Azure","Azure Data Factory"],
@@ -1140,6 +1177,8 @@
11401177
"articles/container-registry/**/*.md": "Azure Container Registry",
11411178
"articles/cost-management-billing/**/*.md": "Microsoft Cost Management",
11421179
"articles/cost-management-billing/**/*.yml": "Microsoft Cost Management",
1180+
"articles/cyclecloud/**/*.md": "Azure CycleCloud",
1181+
"articles/cyclecloud/**/*.yml": "Azure CycleCloud",
11431182
"articles/data-factory/**/*.md": "Azure Data Factory",
11441183
"articles/data-factory/**/*.yml": "Azure Data Factory",
11451184
"articles/defender-for-iot/*.md": "Microsoft Defender for IoT",
@@ -1203,12 +1242,28 @@
12031242
"articles/terraform/**/*.yml": "Terraform"
12041243
},
12051244
"ms.custom": {
1245+
},
1246+
"ms.topic": {
1247+
"articles/cyclecloud/**/*.md": "conceptual",
1248+
"articles/cyclecloud/**/*.yml": "conceptual",
1249+
"articles/cyclecloud/includes/**/*.md": "include",
1250+
"articles/cyclecloud/**/qs-*.md": "quickstart",
1251+
"articles/cyclecloud/tutorials/**/*.md": "tutorial",
1252+
"articles/cyclecloud/how-to/**/*.md": "how-to",
1253+
"articles/cyclecloud/**overview.md": "overview",
1254+
"articles/cyclecloud/**overview.yml": "overview"
12061255
}
12071256
},
12081257
"template": [
12091258
"docs.html",
12101259
"default","DocFx.Plugins.PlantUml/template"
12111260
],
1261+
"groups": {
1262+
"cyclecloud-7-group": {
1263+
"dest": "tempdest_cyclecloud_7",
1264+
"moniker_range": ">= cyclecloud-7"
1265+
}
1266+
},
12121267
"dest": "azure",
12131268
"rules": {
12141269
"sensitive-language-ma": {

0 commit comments

Comments
 (0)