Skip to content

Commit 772a9dc

Browse files
authored
Disable pencil icon on personalizer folder
1 parent ab45611 commit 772a9dc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docfx.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,11 @@
436436
"articles/machine-learning/**/*.md": "azureml-api-2",
437437
"articles/machine-learning/v1/**/*.md": "azureml-api-1"
438438
},
439+
"open_to_public_contributors": {
440+
"articles/ai-services/personalizer/**.*": false
441+
},
439442
"recommendations": {
440-
"articles/ai-services/Translator/**/*.md": false
443+
"articles/ai-services/translator/**/*.md": false
441444
},
442445
"titleSuffix": {
443446
"articles/ai-studio/**/*.md": "Azure AI Studio",

0 commit comments

Comments
 (0)