Skip to content

Commit eb2e684

Browse files
committed
Merge branch 'main' into DefPort-chrisda
2 parents d2741c6 + 57143e9 commit eb2e684

File tree

2,549 files changed

+71322
-10739
lines changed

Some content is hidden

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

2,549 files changed

+71322
-10739
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/" "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

.github/workflows/Stale.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: (Scheduled) Mark stale pull requests
2+
3+
permissions:
4+
issues: write
5+
pull-requests: write
6+
7+
on:
8+
schedule:
9+
- cron: "0 */6 * * *"
10+
workflow_dispatch:
11+
12+
jobs:
13+
stale:
14+
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-Stale.yml@workflows-prod
15+
with:
16+
RunDebug: false
17+
RepoVisibility: ${{ github.repository_visibility }}
18+
secrets:
19+
AccessToken: ${{ secrets.GITHUB_TOKEN }}

.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: 55 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
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": 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,
22+
"type_mapping": {
23+
"Conceptual": "Content"
24+
},
25+
"build_entry_point": "docs"
26+
},
327
{
428
"docset_name": "defender",
529
"build_source_folder": "defender",
@@ -25,6 +49,18 @@
2549
},
2650
"build_entry_point": "docs"
2751
},
52+
{
53+
"docset_name": "defender-cloud-apps",
54+
"build_source_folder": "CloudAppSecurityDocs",
55+
"build_output_subfolder": "defender-cloud-apps",
56+
"locale": "en-us",
57+
"monikers": [],
58+
"open_to_public_contributors": true,
59+
"type_mapping": {
60+
"Conceptual": "Content"
61+
},
62+
"build_entry_point": "docs"
63+
},
2864
{
2965
"docset_name": "defender-endpoint",
3066
"build_source_folder": "defender-endpoint",
@@ -112,6 +148,18 @@
112148
},
113149
"build_entry_point": "docs",
114150
"template_folder": "_themes"
151+
},
152+
{
153+
"docset_name": "unified-secops-platform",
154+
"build_source_folder": "unified-secops-platform",
155+
"build_output_subfolder": "unified-secops-platform",
156+
"locale": "en-us",
157+
"monikers": [],
158+
"open_to_public_contributors": true,
159+
"type_mapping": {
160+
"Conceptual": "Content"
161+
},
162+
"build_entry_point": "docs"
115163
}
116164
],
117165
"notification_subscribers": [],
@@ -137,7 +185,12 @@
137185
"branch_target_mapping": {},
138186
"targets": {},
139187
"redirection_files": [
188+
".openpublishing.redirection.ata-atp.json",
140189
".openpublishing.redirection.defender.json",
141-
".openpublishing.redirection.endpoint.json"
190+
".openpublishing.redirection-defender-business.json",
191+
".openpublishing.redirection.defender-cloud-apps.json",
192+
".openpublishing.redirection.defender-endpoint.json",
193+
".openpublishing.redirection.defender-office-365.json",
194+
".openpublishing.redirection.defender-xdr.json"
142195
]
143-
}
196+
}

0 commit comments

Comments
 (0)