mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-08 07:56:07 +02:00
Initialize Docs repository: https://github.com/dotnet/docs-desktop of branch live
This commit is contained in:
@@ -1,5 +1,20 @@
|
|||||||
{
|
{
|
||||||
"docsets_to_publish": [],
|
"docsets_to_publish": [
|
||||||
|
{
|
||||||
|
"docset_name": "dotnet-desktop-guide",
|
||||||
|
"build_source_folder": "dotnet-desktop-guide",
|
||||||
|
"build_output_subfolder": "dotnet-desktop-guide",
|
||||||
|
"locale": "en-us",
|
||||||
|
"monikers": [],
|
||||||
|
"moniker_ranges": [],
|
||||||
|
"open_to_public_contributors": true,
|
||||||
|
"type_mapping": {
|
||||||
|
"Conceptual": "Content"
|
||||||
|
},
|
||||||
|
"build_entry_point": "docs",
|
||||||
|
"template_folder": "_themes"
|
||||||
|
}
|
||||||
|
],
|
||||||
"notification_subscribers": [
|
"notification_subscribers": [
|
||||||
"[email protected]"
|
"[email protected]"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"resource": [
|
||||||
|
{
|
||||||
|
"files": [
|
||||||
|
"**/*.png",
|
||||||
|
"**/*.jpg"
|
||||||
|
],
|
||||||
|
"exclude": [
|
||||||
|
"**/obj/**",
|
||||||
|
"**/includes/**",
|
||||||
|
"_themes/**",
|
||||||
|
"_themes.pdf/**",
|
||||||
|
"**/docfx.json",
|
||||||
|
"_repo.en-us/**"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"overwrite": [],
|
||||||
|
"externalReference": [],
|
||||||
|
"globalMetadata": {
|
||||||
|
"breadcrumb_path": "/dotnet/desktop/breadcrumb/toc.json",
|
||||||
|
"extendBreadcrumb": true,
|
||||||
|
"feedback_system": "None"
|
||||||
|
},
|
||||||
|
"fileMetadata": {},
|
||||||
|
"template": [],
|
||||||
|
"dest": "dotnet-desktop-guide",
|
||||||
|
"markdownEngineName": "markdig"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user