Skip to content

Commit 4db7181

Browse files
committed
long update
2 parents a04adfa + 3ca49ae commit 4db7181

File tree

909 files changed

+25075
-6265
lines changed

Some content is hidden

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

909 files changed

+25075
-6265
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: 20 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,12 @@
173185
"branch_target_mapping": {},
174186
"targets": {},
175187
"redirection_files": [
188+
".openpublishing.redirection.ata-atp.json",
176189
".openpublishing.redirection.defender.json",
190+
".openpublishing.redirection-defender-business.json",
177191
".openpublishing.redirection.defender-cloud-apps.json",
192+
".openpublishing.redirection.defender-endpoint.json",
193+
".openpublishing.redirection.defender-office-365.json",
178194
".openpublishing.redirection.defender-xdr.json"
179195
]
180-
}
196+
}

0 commit comments

Comments
 (0)