Skip to content

Commit

Permalink
docs: move "supported platforms" to subpage
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasten committed Jul 12, 2024
1 parent 1e64223 commit 193065f
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 9 deletions.
9 changes: 8 additions & 1 deletion docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,15 @@ const sidebars = {
{
type: 'category',
label: 'Platforms',
link: { type: 'doc', id: 'deployment/platforms/platforms' },
link: {
type: 'generated-index',
},
items: [
{
type: 'doc',
label: 'Supported platforms',
id: 'deployment/platforms/platforms',
},
{
type: 'doc',
label: 'Azure',
Expand Down
8 changes: 6 additions & 2 deletions docs/versioned_sidebars/version-1.2-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,14 @@
"type": "category",
"label": "Platforms",
"link": {
"type": "doc",
"id": "deployment/platforms/platforms"
"type": "generated-index"
},
"items": [
{
"type": "doc",
"label": "Supported platforms",
"id": "deployment/platforms/platforms"
},
{
"type": "doc",
"label": "Azure",
Expand Down
8 changes: 6 additions & 2 deletions docs/versioned_sidebars/version-1.3-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,14 @@
"type": "category",
"label": "Platforms",
"link": {
"type": "doc",
"id": "deployment/platforms/platforms"
"type": "generated-index"
},
"items": [
{
"type": "doc",
"label": "Supported platforms",
"id": "deployment/platforms/platforms"
},
{
"type": "doc",
"label": "Azure",
Expand Down
8 changes: 6 additions & 2 deletions docs/versioned_sidebars/version-1.4-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,14 @@
"type": "category",
"label": "Platforms",
"link": {
"type": "doc",
"id": "deployment/platforms/platforms"
"type": "generated-index"
},
"items": [
{
"type": "doc",
"label": "Supported platforms",
"id": "deployment/platforms/platforms"
},
{
"type": "doc",
"label": "Azure",
Expand Down
8 changes: 6 additions & 2 deletions docs/versioned_sidebars/version-1.5-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,14 @@
"type": "category",
"label": "Platforms",
"link": {
"type": "doc",
"id": "deployment/platforms/platforms"
"type": "generated-index"
},
"items": [
{
"type": "doc",
"label": "Supported platforms",
"id": "deployment/platforms/platforms"
},
{
"type": "doc",
"label": "Azure",
Expand Down

0 comments on commit 193065f

Please sign in to comment.