Skip to content

Commit

Permalink
Initialize Docs repository: https://github.com/MicrosoftDocs/microsof…
Browse files Browse the repository at this point in the history
…t-365-docs-pr of branch live
  • Loading branch information
traya1 committed Aug 15, 2023
1 parent acad54a commit 30fe2ed
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,27 @@
},
"build_entry_point": "docs",
"template_folder": "_themes"
},
{
"docset_name": "Security-copilot",
"build_source_folder": "security-copilot",
"build_output_subfolder": "Security-copilot",
"locale": "en-us",
"monikers": [],
"moniker_ranges": [],
"open_to_public_contributors": true,
"type_mapping": {
"Conceptual": "Content"
},
"build_entry_point": "docs",
"template_folder": "_themes"
}
],
"notification_subscribers": [],
"sync_notification_subscribers": [],
"branches_to_filter": [],
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/microsoft-365-docs",
"git_repository_branch_open_to_public_contributors": "public",
"skip_source_output_uploading": false,
"need_preview_pull_request": true,
"resolve_user_profile_using_github": true,
"dependent_repositories": [
Expand Down Expand Up @@ -76,6 +89,7 @@
}
},
"docs_build_engine": {},
"skip_source_output_uploading": false,
"need_generate_pdf_url_template": true,
"contribution_branch_mappings": {},
"need_generate_intellisense": false,
Expand All @@ -99,5 +113,4 @@
".openpublishing.redirection.syntex.json",
".openpublishing.redirection.loop.json"
]
}

}
51 changes: 51 additions & 0 deletions security-copilot/docfx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"build": {
"content": [
{
"files": [
"**/*.md",
"**/*.yml"
],
"exclude": [
"**/obj/**",
"**/includes/**",
"_themes/**",
"_themes.pdf/**",
"**/docfx.json",
"_repo.en-us/**",
"README.md",
"LICENSE",
"LICENSE-CODE",
"ThirdPartyNotices.md",
"SECURITY.md"
]
}
],
"resource": [
{
"files": [
"**/*.png",
"**/*.jpg"
],
"exclude": [
"**/obj/**",
"**/includes/**",
"_themes/**",
"_themes.pdf/**",
"**/docfx.json",
"_repo.en-us/**"
]
}
],
"overwrite": [],
"externalReference": [],
"globalMetadata": {
"breadcrumb_path": "/security-copilot/breadcrumb/toc.json",
"feedback_system": "None",
"permissioned-type": "public"
},
"fileMetadata": {},
"template": [],
"dest": "Security-copilot"
}
}

0 comments on commit 30fe2ed

Please sign in to comment.