Skip to content

Commit 8838352

Browse files
authored
Merge branch 'public' into patch-1
2 parents e4ba9ae + 3ce03a1 commit 8838352

File tree

1,317 files changed

+41988
-2788
lines changed

Some content is hidden

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

1,317 files changed

+41988
-2788
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 ["defender/" "defender-business/" "defender-endpoint/" "defender-for-cloud/" "defender-for-iot/" "defender-office-365/" "defender-vulnerability-management/" "defender-xdr/" "exposure-management/"] ;; 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/" "CloudAppSecurityDocs/" "exposure-management/" "defender/" "defender-business/" "defender-endpoint/" "defender-for-cloud/" "defender-for-iot/" "defender-office-365/" "defender-vulnerability-management/" "defender-xdr/"] ;; 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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ obj/
33
_site/
44
.optemp/
55
_themes*/
6+
_repo.*/
67
.vs/
78
common/
89
.vscode/

.openpublishing.publish.config.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
{
22
"docsets_to_publish": [
3+
{
4+
"docset_name": "ATA-Docs",
5+
"build_source_folder": "ATADocs",
6+
"build_output_subfolder": "ATA-Docs",
7+
"locale": "en-us",
8+
"monikers": [],
9+
"open_to_public_contributors": false,
10+
"type_mapping": {
11+
"Conceptual": "Content"
12+
},
13+
"build_entry_point": "docs"
14+
},
315
{
416
"docset_name": "defender",
517
"build_source_folder": "defender",
@@ -25,6 +37,18 @@
2537
},
2638
"build_entry_point": "docs"
2739
},
40+
{
41+
"docset_name": "defender-cloud-apps",
42+
"build_source_folder": "CloudAppSecurityDocs",
43+
"build_output_subfolder": "defender-cloud-apps",
44+
"locale": "en-us",
45+
"monikers": [],
46+
"open_to_public_contributors": false,
47+
"type_mapping": {
48+
"Conceptual": "Content"
49+
},
50+
"build_entry_point": "docs"
51+
},
2852
{
2953
"docset_name": "defender-endpoint",
3054
"build_source_folder": "defender-endpoint",
@@ -150,6 +174,7 @@
150174
"targets": {},
151175
"redirection_files": [
152176
".openpublishing.redirection.defender.json",
153-
".openpublishing.redirection.endpoint.json"
177+
".openpublishing.redirection.defender-cloud-apps.json",
178+
".openpublishing.redirection.defender-xdr.json"
154179
]
155180
}

0 commit comments

Comments
 (0)