Skip to content

Commit f270839

Browse files
fix: restore docs version dropdown and versioned docs removed in #23
1 parent 0d0ab92 commit f270839

40 files changed

Lines changed: 180 additions & 0 deletions

docusaurus.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ const config = {
8282
src: 'img/azurelocal.png',
8383
},
8484
items: [
85+
{
86+
type: 'docsVersionDropdown',
87+
position: 'left',
88+
dropdownActiveClassDisabled: true,
89+
},
8590
{
8691
type: 'doc',
8792
docId: 'index',
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"label": "Azure Local Lab Environment",
3+
"position": 4,
4+
"link": {
5+
"type": "generated-index"
6+
}
7+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
sidebar_position: 1
3+
---
4+
5+
# About the lab
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
sidebar_position: 2
3+
---
4+
5+
# Access the lab
24.8 KB
Loading
27.2 KB
Loading
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "Planning for Azure Local",
3+
"position": 3,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "Planing for Azure Local."
7+
}
8+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
sidebar_position: 1
3+
---
4+
5+
# Plan for things
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
sidebar_position: 2
3+
---
4+
5+
# Plan for more things
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
sidebar_position: 3
3+
---
4+
5+
# Did you plan for that

0 commit comments

Comments
 (0)