Skip to content

Commit 1b2b9de

Browse files
authored
Merge pull request #1580 from MicrosoftDocs/create-unified-secops-platform
Add placeholder values for unified SecOps platform
2 parents baba94d + 66c00c6 commit 1b2b9de

File tree

6 files changed

+91
-16
lines changed

6 files changed

+91
-16
lines changed

unified-secops-platform/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
- name: Index
2-
href: index.md
2+
href: index.yml

unified-secops-platform/authorize.md

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1-
- name: '<please enter product name here>'
2-
tocHref: /
3-
topicHref: /
1+
- name: 'Microsoft Defender'
2+
tocHref: /defender/
3+
topicHref: /defender/index
4+
items:
5+
- name: 'Microsoft Sentinel'
6+
tocHref: /unified-secops-platform/
7+
topicHref: /unified-secops-platform/index
8+
9+
## Azure override
10+
- name: 'Microsoft Defender'
11+
tocHref: /azure/
12+
topicHref: /defender/index
13+
items:
14+
- name: 'Microsoft Sentinel'
15+
tocHref: /azure/sentinel/
16+
topicHref: /unified-secops-platform/index
17+

unified-secops-platform/docfx.json

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"**/obj/**",
1111
"**/includes/**",
1212
"_themes/**",
13+
"_themes.pdf/**",
1314
"**/docfx.json",
1415
"_repo.en-us/**",
1516
"README.md",
@@ -24,12 +25,15 @@
2425
{
2526
"files": [
2627
"**/*.png",
27-
"**/*.jpg"
28+
"**/*.jpg",
29+
"**/*.gif",
30+
"**/*.svg"
2831
],
2932
"exclude": [
3033
"**/obj/**",
3134
"**/includes/**",
3235
"_themes/**",
36+
"_themes.pdf/**",
3337
"**/docfx.json",
3438
"_repo.en-us/**"
3539
]
@@ -40,15 +44,25 @@
4044
"globalMetadata": {
4145
"breadcrumb_path": "~/breadcrumb/unified-secops-platform/toc.yml",
4246
"feedback_system": "Standard",
43-
"permissioned-type": "private",
44-
"authorize_path": "~/authorize.md"
47+
"feedback_product_url": "https://techcommunity.microsoft.com/t5/security-compliance-and-identity/ct-p/MicrosoftSecurityandCompliance",
48+
"uhfHeaderId": "MSDocsHeader-MicrosoftDefender",
49+
"titleSuffix": "Microsoft unified SecOps platform",
50+
"searchScope": ["Microsoft unified SecOps platform"],
51+
"contributors_to_exclude": [
52+
"dstrome",
53+
"shdyas",
54+
"rjagiewich",
55+
"American-Dipper",
56+
"claydetels19",
57+
"jborsecnik",
58+
"v-stchambers",
59+
"Stacyrch140",
60+
"garycentric",
61+
"alekyaj"
62+
]
4563
},
46-
"fileMetadata": {
47-
"permissioned-type": {
48-
"**/toc.yml": "public",
49-
"**/toc.md": "public"
50-
}
51-
},
52-
"template": []
64+
"fileMetadata": {},
65+
"template": [],
66+
"dest": "defender-business"
5367
}
5468
}

unified-secops-platform/index.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

unified-secops-platform/index.yml

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
### YamlMime:Landing
2+
3+
title: Microsoft Unified SecOps Platform # < 60 chars
4+
summary: Learn about the Microsoft Unified SecOps Platform. # < 160 chars
5+
6+
metadata:
7+
title: Microsoft Unified SecOps Platform documentation # Required; page title displayed in search results. Include the brand. < 60 chars.
8+
description: Learn about the Microsoft Unified SecOps Platform. # Required; article description that is displayed in search results. < 160 chars.
9+
services: office-365-security-compliance
10+
ms.service: defender-xdr
11+
ms.topic: landing-page # Required
12+
ms.collection: essentials-navigation
13+
ms.custom: intro-hub-or-landing
14+
author: cwatson-cat #Required; your GitHub user alias, with correct capitalization.
15+
ms.author: cwatson #Required; microsoft alias of author; optional team alias.
16+
ms.date: 10/13/2024
17+
ms.localizationpriority: high
18+
19+
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
20+
21+
landingContent:
22+
# Cards and links should be based on top customer tasks or top subjects
23+
# Start card title with a verb
24+
# Card (optional)
25+
- title: Microsoft Unified SecOps Platform
26+
linkLists:
27+
- linkListType: overview
28+
links:
29+
- text: Placeholder title
30+
url: index.yml
31+
- linkListType: whats-new
32+
links:
33+
- text: Placeholder title
34+
url: index.yml
35+
- linkListType: video
36+
links:
37+
- text: Placeholder title
38+
url: https://www.microsoft.com/en-us/videoplayer/embed/RE4Bzww
39+
40+
41+
# Card
42+
- title: Placeholder title
43+
linkLists:
44+
- linkListType: get-started
45+
links:
46+
- text: Placeholder title
47+
url: index.yml
48+
- text: Placeholder title
49+
url: index.yml

0 commit comments

Comments
 (0)