Skip to content

Commit 97ddbd8

Browse files
authored
Merge branch 'public' into public
2 parents 8118f33 + 774ab7a commit 97ddbd8

File tree

2,006 files changed

+49250
-6871
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,006 files changed

+49250
-6871
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/" "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: 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)