Skip to content

Commit ef05253

Browse files
committed
Add archive and legacy folders for migration
1 parent 8c0901b commit ef05253

File tree

9,601 files changed

+18903
-18839
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

9,601 files changed

+18903
-18839
lines changed

.openpublishing.publish.config.json

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"moniker_ranges": [
1212
"azure-java-stable",
1313
"azure-java-preview",
14-
"azure-java-legacy"
14+
"azure-java-legacy",
15+
"azure-java-archive"
1516
],
1617
"open_to_public_contributors": false,
1718
"type_mapping": {
@@ -120,7 +121,8 @@
120121
"SplitTOC": [
121122
"docs-ref-autogen/toc.yml",
122123
"preview/docs-ref-autogen/toc.yml",
123-
"legacy/docs-ref-autogen/toc.yml"
124+
"legacy/docs-ref-autogen/toc.yml",
125+
"archive/docs-ref-autogen/toc.yml"
124126
],
125127
"JoinTOCPlugin": [
126128
{
@@ -152,7 +154,7 @@
152154
}
153155
},
154156
{
155-
"TopLevelTOC": "legacy/docs-ref-mapping/reference.yml",
157+
"TopLevelTOC": "legacy/docs-ref-mapping/reference-legacy.yml",
156158
"ReferenceTOC": "legacy/docs-ref-autogen/toc.yml",
157159
"ReferenceTOCUrl": "/java/api/azure-java-sdk/toc.json?view=azure-java-legacy",
158160
"ConceptualTOCUrl": "/azure/developer/java/sdk/toc.json",
@@ -164,6 +166,20 @@
164166
],
165167
"open_to_public_contributors": false
166168
}
169+
},
170+
{
171+
"TopLevelTOC": "archive/docs-ref-mapping/reference.yml",
172+
"ReferenceTOC": "archive/docs-ref-autogen/toc.yml",
173+
"ReferenceTOCUrl": "/java/api/azure-java-sdk/toc.json?view=azure-java-archive",
174+
"ConceptualTOCUrl": "/azure/developer/java/sdk/toc.json",
175+
"OutputFolder": "archive/docs-ref-autogen/overview/azure",
176+
"HideEmptyNode": false,
177+
"ContainerPageMetadata": {
178+
"langs": [
179+
"java"
180+
],
181+
"open_to_public_contributors": false
182+
}
167183
}
168184
],
169185
"docs_build_engine": {
@@ -173,6 +189,7 @@
173189
".openpublishing.redirection.json",
174190
".openpublishing.redirection.member-page-movement.json",
175191
".openpublishing.redirection.member-page-movement-legacy.json",
176-
".openpublishing.redirection.member-page-movement-preview.json"
192+
".openpublishing.redirection.member-page-movement-preview.json",
193+
".openpublishing.redirection.member-page-movement-archive.json"
177194
]
178195
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"redirections": []
3+
}

legacy/docs-ref-autogen/com.microsoft.aad.adal.ADALError.yml renamed to archive/docs-ref-autogen/com.microsoft.aad.adal.ADALError.yml

File renamed without changes.

legacy/docs-ref-autogen/com.microsoft.aad.adal.AuthenticationActivity.yml renamed to archive/docs-ref-autogen/com.microsoft.aad.adal.AuthenticationActivity.yml

File renamed without changes.

legacy/docs-ref-autogen/com.microsoft.aad.adal.AuthenticationCallback.yml renamed to archive/docs-ref-autogen/com.microsoft.aad.adal.AuthenticationCallback.yml

File renamed without changes.

legacy/docs-ref-autogen/com.microsoft.aad.adal.AuthenticationCancelError.yml renamed to archive/docs-ref-autogen/com.microsoft.aad.adal.AuthenticationCancelError.yml

File renamed without changes.

legacy/docs-ref-autogen/com.microsoft.aad.adal.AuthenticationConstants.AAD.yml renamed to archive/docs-ref-autogen/com.microsoft.aad.adal.AuthenticationConstants.AAD.yml

File renamed without changes.

legacy/docs-ref-autogen/com.microsoft.aad.adal.AuthenticationConstants.Broker.CliTelemInfo.yml renamed to archive/docs-ref-autogen/com.microsoft.aad.adal.AuthenticationConstants.Broker.CliTelemInfo.yml

File renamed without changes.

legacy/docs-ref-autogen/com.microsoft.aad.adal.AuthenticationConstants.Broker.yml renamed to archive/docs-ref-autogen/com.microsoft.aad.adal.AuthenticationConstants.Broker.yml

File renamed without changes.

legacy/docs-ref-autogen/com.microsoft.aad.adal.AuthenticationConstants.Browser.yml renamed to archive/docs-ref-autogen/com.microsoft.aad.adal.AuthenticationConstants.Browser.yml

File renamed without changes.

0 commit comments

Comments
 (0)