Skip to content

Commit e013095

Browse files
committed
put back original docfx
1 parent 84a674c commit e013095

File tree

1 file changed

+2
-40
lines changed

1 file changed

+2
-40
lines changed

docfx.json

Lines changed: 2 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"**/obj/**",
1414
"**/*.graffle",
1515
"machine-learning/**",
16-
"machine-learning/v1/**",
17-
"ai-foundry/**"
16+
"machine-learning/v1/**"
1817
],
1918
"src": "articles",
2019
"dest": "."
@@ -77,35 +76,6 @@
7776
"**/obj/**"
7877
]
7978
},
80-
{
81-
"group": "grp-foundry-classic",
82-
"src": "articles/ai-foundry",
83-
"dest": "./ai-foundry",
84-
"files": [
85-
"**/*.md",
86-
"**/*.yml"
87-
],
88-
"exclude": [
89-
"default/**",
90-
"**/_themes/**",
91-
"**/includes/**",
92-
"**/obj/**"
93-
]
94-
},
95-
{
96-
"group": "grp-foundry-default",
97-
"src": "articles/ai-foundry/default",
98-
"dest": "./ai-foundry",
99-
"files": [
100-
"**/*.md",
101-
"**/*.yml"
102-
],
103-
"exclude": [
104-
"**/_themes/**",
105-
"**/includes/**",
106-
"**/obj/**"
107-
]
108-
},
10979
{
11080
"files": [
11181
"toc.yml"
@@ -219,14 +189,6 @@
219189
"grp-machine-learningv1": {
220190
"moniker_range": "azureml-api-1",
221191
"dest": "destmachinelearningv1"
222-
},
223-
"grp-foundry-classic": {
224-
"moniker_range": "azureml-api-1",
225-
"dest": "destfoundryclassic"
226-
},
227-
"grp-foundry-default": {
228-
"moniker_range": "azureml-api-2",
229-
"dest": "destfoundrydefault"
230192
}
231193
},
232194
"globalMetadata": {
@@ -556,4 +518,4 @@
556518
"externalReference": [],
557519
"template": []
558520
}
559-
}
521+
}

0 commit comments

Comments
 (0)