Skip to content

Commit d8372c1

Browse files
authored
Merge branch 'public' into public
2 parents 300d35d + 8b93e40 commit d8372c1

File tree

373 files changed

+15929
-1092
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

373 files changed

+15929
-1092
lines changed

.acrolinx-config.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{:changed-files-limit 60
22
:allowed-branchname-matches ["main" "release-.*"]
3-
:allowed-filename-matches ["ATADocs/" "CloudAppSecurityDocs/" "defender/" "defender-business/" "defender-endpoint/" "defender-for-cloud/" "defender-for-iot/" "defender-office-365/" "defender-vulnerability-management/" "defender-xdr/" "exposure-management/" "unified-secops-platform/"] ;; Can be overridden in repo-specific edn file. This is an allow list that identifies which folders contain the files Acrolinx will check. Separate multiple folders as follows ["folder/" "folder2"]
3+
:allowed-filename-matches ["ATADocs/" "ATPDocs/" "CloudAppSecurityDocs/" "defender/" "defender-business/" "defender-endpoint/" "defender-for-cloud/" "defender-for-iot/" "defender-office-365/" "defender-vulnerability-management/" "defender-xdr/" "exposure-management/" "unified-secops-platform/"] ;; Can be overridden in repo-specific edn file. This is an allow list that identifies which folders contain the files Acrolinx will check. Separate multiple folders as follows ["folder/" "folder2"]
44

55
:use-gh-statuses true
66

.openpublishing.publish.config.json

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,19 @@
66
"build_output_subfolder": "ATA-Docs",
77
"locale": "en-us",
88
"monikers": [],
9-
"open_to_public_contributors": false,
9+
"open_to_public_contributors": true,
10+
"type_mapping": {
11+
"Conceptual": "Content"
12+
},
13+
"build_entry_point": "docs"
14+
},
15+
{
16+
"docset_name": "ATP-Docs",
17+
"build_source_folder": "ATPDocs",
18+
"build_output_subfolder": "ATP-Docs",
19+
"locale": "en-us",
20+
"monikers": [],
21+
"open_to_public_contributors": true,
1022
"type_mapping": {
1123
"Conceptual": "Content"
1224
},
@@ -43,7 +55,7 @@
4355
"build_output_subfolder": "defender-cloud-apps",
4456
"locale": "en-us",
4557
"monikers": [],
46-
"open_to_public_contributors": false,
58+
"open_to_public_contributors": true,
4759
"type_mapping": {
4860
"Conceptual": "Content"
4961
},
@@ -143,7 +155,7 @@
143155
"build_output_subfolder": "unified-secops-platform",
144156
"locale": "en-us",
145157
"monikers": [],
146-
"open_to_public_contributors": false,
158+
"open_to_public_contributors": true,
147159
"type_mapping": {
148160
"Conceptual": "Content"
149161
},
@@ -173,8 +185,9 @@
173185
"branch_target_mapping": {},
174186
"targets": {},
175187
"redirection_files": [
188+
".openpublishing.redirection.ata-atp.json",
176189
".openpublishing.redirection.defender.json",
177190
".openpublishing.redirection.defender-cloud-apps.json",
178191
".openpublishing.redirection.defender-xdr.json"
179192
]
180-
}
193+
}

0 commit comments

Comments
 (0)