Skip to content

Commit 7fbdd7b

Browse files
feat(versioning): align doc versions with Azure Local build numbering
- Remove legacy 0.0.1 version entirely - Rename 1.0.0 → 2411 (frozen pre-2604 snapshot) - Current docs become version 2604 (default) - Update docusaurus.config.js: lastVersion, version labels, navbar dropdown - Update .release-please-manifest.json to 2604.0.1 - Add Simplified Provisioning skip callout to Phase 04 Arc Registration The versioning now follows Azure Local's build numbering (2411, 2604, etc.) instead of generic semver, making it clear which Azure Local release each version of the docs corresponds to. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 406154f commit 7fbdd7b

304 files changed

Lines changed: 14 additions & 55 deletions

File tree

Some content is hidden

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

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.1"
2+
".": "2604.0.1"
33
}

docs/implementation/04-cluster-deployment/phase-04-arc-registration/index.mdx

Lines changed: 5 additions & 1 deletion

docusaurus.config.js

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,15 @@ const config = {
5151
sidebarPath: './sidebars.js',
5252
editUrl: 'https://github.com/AzureLocal/',
5353
exclude: ['**/*.drawio'],
54-
lastVersion: '1.0.0',
54+
lastVersion: '2411',
5555
versions: {
5656
current: {
57-
label: 'Next',
58-
path: 'next',
57+
label: '2604',
58+
path: '',
5959
},
60-
'1.0.0': {
61-
label: '1.0.0',
60+
'2411': {
61+
label: '2411',
62+
path: '2411',
6263
badge: true,
6364
},
6465
},
@@ -107,7 +108,7 @@ const config = {
107108
type: 'docsVersionDropdown',
108109
position: 'left',
109110
dropdownActiveClassDisabled: true,
110-
versions: ['1.0.0', 'current'],
111+
versions: ['current', '2411'],
111112
},
112113
{
113114
to: '/docs/',

versioned_docs/version-0.0.1/docs-lab-env/_category_.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

versioned_docs/version-0.0.1/docs-lab-env/about-the-lab.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

versioned_docs/version-0.0.1/docs-lab-env/access-the-lab.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Binary file not shown.
-27.2 KB
Binary file not shown.

versioned_docs/version-0.0.1/docs-planning-for-azure-local/_category_.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

versioned_docs/version-0.0.1/docs-planning-for-azure-local/planning01.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)