Skip to content

Commit cd8a286

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/defender-docs-pr into list_of_initiatives
2 parents aea659e + ef9172c commit cd8a286

File tree

1,384 files changed

+43086
-3506
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,384 files changed

+43086
-3506
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: 38 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",
@@ -112,6 +136,18 @@
112136
},
113137
"build_entry_point": "docs",
114138
"template_folder": "_themes"
139+
},
140+
{
141+
"docset_name": "unified-secops-platform",
142+
"build_source_folder": "unified-secops-platform",
143+
"build_output_subfolder": "unified-secops-platform",
144+
"locale": "en-us",
145+
"monikers": [],
146+
"open_to_public_contributors": false,
147+
"type_mapping": {
148+
"Conceptual": "Content"
149+
},
150+
"build_entry_point": "docs"
115151
}
116152
],
117153
"notification_subscribers": [],
@@ -138,6 +174,7 @@
138174
"targets": {},
139175
"redirection_files": [
140176
".openpublishing.redirection.defender.json",
141-
".openpublishing.redirection.endpoint.json"
177+
".openpublishing.redirection.defender-cloud-apps.json",
178+
".openpublishing.redirection.defender-xdr.json"
142179
]
143180
}

0 commit comments

Comments
 (0)