Skip to content

Commit e8350a9

Browse files
authored
Merge pull request MicrosoftDocs#570 from MicrosoftDocs/readd-legacy-config
re-add legacy moniker config
2 parents 57f953f + 9e84f56 commit e8350a9

File tree

3 files changed

+64
-1
lines changed

3 files changed

+64
-1
lines changed

‎.openpublishing.publish.config.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build_source_folder": ".",
88
"build_output_subfolder": "azure-python-sdk",
99
"locale": "en-us",
10-
"moniker_ranges": ["azure-python", "azure-python-preview"],
10+
"moniker_ranges": ["azure-python", "azure-python-preview","azure-python-previous"],
1111
"open_to_public_contributors": true,
1212
"type_mapping": {
1313
"Conceptual": "Content",
@@ -100,6 +100,17 @@
100100
"langs": ["python"]
101101
},
102102
"ContainerPageYamlMime": "YamlMime:UniversalReference"
103+
},
104+
{
105+
"TopLevelTOC": "docs-ref-mapping/reference-previous.yml",
106+
"ReferenceTOC": "preview/docs-ref-autogen/toc.yml",
107+
"ReferenceTOCUrl": "/python/api/toc.json?view=azure-python-previous&branch=master",
108+
"ConceptualTOCUrl": "/azure/python/toc.json?branch=master",
109+
"OutputFolder": "previous/docs-ref-autogen/overview/azure",
110+
"ContainerPageMetadata": {
111+
"langs": ["python"]
112+
},
113+
"ContainerPageYamlMime": "YamlMime:UniversalReference"
103114
}
104115
],
105116
"DiffFolder": [

‎docfx.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,19 @@
5050
"**/includes/**"
5151
]
5252
},
53+
{
54+
"files": [
55+
"**/*.yml"
56+
],
57+
"src": "previous/docs-ref-autogen",
58+
"version": "azure-python-previous",
59+
"group": "previous",
60+
"dest": "api",
61+
"exclude": [
62+
"**/obj/**",
63+
"**/includes/**"
64+
]
65+
},
5366
{
5467
"files": [
5568
"**/*.yml"
@@ -75,6 +88,19 @@
7588
"**/obj/**",
7689
"**/includes/**"
7790
]
91+
},
92+
{
93+
"files": [
94+
"**/*.yml"
95+
],
96+
"src": "bread",
97+
"dest": "azure/bread_previous",
98+
"version": "azure-python-previous",
99+
"group": "previous",
100+
"exclude": [
101+
"**/obj/**",
102+
"**/includes/**"
103+
]
78104
}
79105
],
80106
"resource": [
@@ -120,7 +146,12 @@
120146
"latest": {
121147
"dest": "latest",
122148
"moniker_range": "azure-python"
149+
},
150+
"previous": {
151+
"dest": "previous",
152+
"moniker_range": "azure-python-previous"
123153
}
154+
124155
},
125156
"overwrite": [],
126157
"externalReference": [],
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
- name: Reference
2+
uid: azure.python.sdk.landingPage.reference
3+
landingPageType: Root
4+
expanded: true
5+
items:
6+
- name: Key Vault
7+
uid: azure.python.sdk.landingPage.services.Key.Vault.Preview
8+
landingPageType: Service
9+
children:
10+
- 'azure-keyvault*'
11+
- name: Storage
12+
uid: azure.python.sdk.landingPage.services.Storage.Preview
13+
landingPageType: Service
14+
children:
15+
- 'azure-storage-blob*'
16+
- 'azure-storage-queue*'
17+
- name: Other
18+
uid: azure.python.sdk.landingPage.services.other.Preview
19+
landingPageType: Service
20+
children:
21+
- '*'

0 commit comments

Comments
 (0)