Skip to content

Commit 2978a63

Browse files
committed
Update
1 parent c1a7f5c commit 2978a63

File tree

6 files changed

+121
-11
lines changed

6 files changed

+121
-11
lines changed

.openpublishing.publish.config.json

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{
2-
"redirection_files": [
3-
".openpublishing.redirection.json",
4-
".openpublishing.redirection.power-virtual-agents.json"
5-
],
62
"docsets_to_publish": [
73
{
84
"docset_name": "power-platform",
@@ -37,6 +33,20 @@
3733
},
3834
"build_entry_point": "docs",
3935
"template_folder": "_themes"
36+
},
37+
{
38+
"docset_name": "project-sophia",
39+
"build_source_folder": "ps-docs",
40+
"build_output_subfolder": "ps-docs",
41+
"locale": "en-us",
42+
"monikers": [],
43+
"moniker_ranges": [],
44+
"open_to_public_contributors": false,
45+
"type_mapping": {
46+
"Conceptual": "Content"
47+
},
48+
"build_entry_point": "docs",
49+
"template_folder": "_themes"
4050
}
4151
],
4252
"notification_subscribers": [],
@@ -46,9 +56,7 @@
4656
"branches_to_filter": [],
4757
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/power-platform",
4858
"git_repository_branch_open_to_public_contributors": "main",
49-
"skip_source_output_uploading": false,
5059
"need_preview_pull_request": true,
51-
"contribution_branch_mappings": {},
5260
"dependent_repositories": [
5361
{
5462
"path_to_root": "_themes",
@@ -93,13 +101,17 @@
93101
"Pdf"
94102
]
95103
},
96-
"need_generate_pdf_url_template": true,
97104
"targets": {
98105
"Pdf": {
99106
"template_folder": "_themes.pdf"
100107
}
101108
},
102-
"docs_build_engine": {
103-
"name": "docfx_v3"
104-
}
105-
}
109+
"docs_build_engine": {},
110+
"redirection_files": [
111+
".openpublishing.redirection.json",
112+
".openpublishing.redirection.power-virtual-agents.json"
113+
],
114+
"skip_source_output_uploading": false,
115+
"contribution_branch_mappings": {},
116+
"need_generate_pdf_url_template": true
117+
}

SECURITY.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!-- BEGIN MICROSOFT SECURITY.MD V0.0.8 BLOCK -->
2+
3+
## Security
4+
5+
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/).
6+
7+
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/opensource/security/definition), please report it to us as described below.
8+
9+
## Reporting Security Issues
10+
11+
**Please do not report security vulnerabilities through public GitHub issues.**
12+
13+
Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/opensource/security/create-report).
14+
15+
If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/opensource/security/pgpkey).
16+
17+
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://aka.ms/opensource/security/msrc).
18+
19+
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
20+
21+
* Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
22+
* Full paths of source file(s) related to the manifestation of the issue
23+
* The location of the affected source code (tag/branch/commit or direct URL)
24+
* Any special configuration required to reproduce the issue
25+
* Step-by-step instructions to reproduce the issue
26+
* Proof-of-concept or exploit code (if possible)
27+
* Impact of the issue, including how an attacker might exploit the issue
28+
29+
This information will help us triage your report more quickly.
30+
31+
If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/opensource/security/bounty) page for more details about our active programs.
32+
33+
## Preferred Languages
34+
35+
We prefer all communications to be in English.
36+
37+
## Policy
38+
39+
Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/opensource/security/cvd).
40+
41+
<!-- END MICROSOFT SECURITY.MD BLOCK -->

ps-docs/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- name: Index
2+
href: index.md

ps-docs/breadcrumb/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- name: '<please enter product name here>'
2+
tocHref: /
3+
topicHref: /

ps-docs/docfx.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"build": {
3+
"content": [
4+
{
5+
"files": [
6+
"**/*.md",
7+
"**/*.yml"
8+
],
9+
"exclude": [
10+
"**/obj/**",
11+
"**/includes/**",
12+
"_themes/**",
13+
"_themes.pdf/**",
14+
"**/docfx.json",
15+
"_repo.en-us/**",
16+
"README.md",
17+
"LICENSE",
18+
"LICENSE-CODE",
19+
"ThirdPartyNotices.md",
20+
"SECURITY.md"
21+
]
22+
}
23+
],
24+
"resource": [
25+
{
26+
"files": [
27+
"**/*.png",
28+
"**/*.jpg"
29+
],
30+
"exclude": [
31+
"**/obj/**",
32+
"**/includes/**",
33+
"_themes/**",
34+
"_themes.pdf/**",
35+
"**/docfx.json",
36+
"_repo.en-us/**"
37+
]
38+
}
39+
],
40+
"overwrite": [],
41+
"externalReference": [],
42+
"globalMetadata": {
43+
"breadcrumb_path": "/ps-docs/breadcrumb/toc.json",
44+
"feedback_system": "Standard",
45+
"permissioned-type": "public"
46+
},
47+
"fileMetadata": {},
48+
"template": [],
49+
"dest": "ps-docs"
50+
}
51+
}

ps-docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Welcome to ps-docs!

0 commit comments

Comments
 (0)