Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
98 changes: 89 additions & 9 deletions .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,111 @@
"build_source_folder": ".",
"build_output_subfolder": "python-sdk-archive",
"locale": "en-us",
"monikers": [],
"moniker_ranges": [
"azure-python-previous"
],
"open_to_public_contributors": false,
"type_mapping": {
"Conceptual": "Content"
"Conceptual": "Content",
"ManagedReference": "Content",
"RestApi": "Content",
"UniversalReference": "Content",
"PythonEnum": "Content",
"PythonModule": "Content",
"PythonClass": "Content",
"PythonPackage": "Content",
"ReferenceContainer": "Content",
"LandingData": "Content",
"APIConnector": "Content",
"Tutorial": "Content"
},
"build_entry_point": "docs",
"template_folder": "_themes",
"base_path": "python",
"site_name": "Docs",
"template": "Python_basic"
"customized_template_paths": [
"_dependentPackages/uref/content"
],
"customized_tasks": {
"docset_prebuild": [
"_dependentPackages/CommonPlugins/tools/SplitTOC.ps1",
"_dependentPackages/CommonPlugins/tools/JoinTOC.ps1",
"_dependentPackages/CommonPlugins/tools/DiffFolder.ps1"
]
},
"DiffFolder": [
"api"
],
"version": 0
}
],
"notification_subscribers": [],
"sync_notification_subscribers": null,
"branches_to_filter": [],
"git_repository_branch_open_to_public_contributors": "main",
"skip_source_output_uploading": false,
"need_preview_pull_request": true,
"enable_incremental_build": false,
"contribution_branch_mappings": null,
"dependent_repositories": [
{
"path_to_root": "_themes",
"url": "https://github.com/Microsoft/templates.docs.msft",
"branch": "main",
"branch_mapping": {}
},
{
"path_to_root": "aci-docs-sample-python",
"url": "https://github.com/Azure-Samples/aci-docs-sample-python",
"branch": "master",
"branch_mapping": {}
}
],
"branch_target_mapping": {},
"skip_source_output_uploading": false,
"contribution_branch_mappings": {},
"need_generate_pdf_url_template": false
"branch_target_mapping": null,
"need_generate_pdf": false,
"need_generate_intellisense": false,
"error_log_codes": [
"DuplicateOutputFiles"
],
"SplitTOC": [
"docs-ref-autogen/toc.yml"
],
"dependent_packages": [
{
"id": "opbuild.templates.uref",
"nuget_feed": "https://www.myget.org/F/op/api/v2",
"path_to_root": "_dependentPackages/uref",
"target_framework": "net45",
"version": "latest"
},
{
"id": "Microsoft.OpenPublishing.CommonPlugins",
"nuget_feed": "https://www.myget.org/F/op/api/v2",
"path_to_root": "_dependentPackages/CommonPlugins",
"target_framework": "net45",
"version": "latest"
}
],
"JoinTOCPlugin": [
{
"TopLevelTOC": "docs-ref-mapping/reference-previous.yml",
"ReferenceTOC": "previous/docs-ref-autogen/toc.yml",
"ReferenceTOCUrl": "/previous-versions/python/api/toc.json",
"ConceptualTOCUrl": "/azure/developer/python/toc.json",
"OutputFolder": "previous/docs-ref-autogen/overview/azure",
"ContainerPageMetadata": {
"langs": [
"python"
]
}
}
],
"DiffFolder": [
"docs-ref-autogen/overview/azure"
],
"need_generate_pdf_url_template": false,
"docs_build_engine": {
"name": "docfx_v3"
},
"redirection_files": [
"redirections/.openpublishing.redirection.simplify-package-structure.json"
]
}
3 changes: 3 additions & 0 deletions bread/toc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- name: Azure
tocHref: /python/azure/
topicHref: /azure/index
3 changes: 0 additions & 3 deletions breadcrumb/toc.yml

This file was deleted.

Loading