Skip to content

Commit baae5bc

Browse files
authored
docs: restore changelog to sidebar (#1103)
1 parent ed31fcb commit baae5bc

5 files changed

Lines changed: 26 additions & 1 deletion

File tree

website/sidebars.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,10 @@ module.exports = [
4141
id: 'troubleshooting',
4242
label: 'Troubleshooting',
4343
},
44-
],
44+
{
45+
type: 'doc',
46+
id: 'changelog',
47+
label: 'Changelog',
48+
},
49+
],
4550
];

website/versioned_sidebars/version-0.20-sidebars.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
"type": "doc",
3030
"id": "troubleshooting",
3131
"label": "Troubleshooting"
32+
},
33+
{
34+
"type": "doc",
35+
"id": "changelog",
36+
"label": "Changelog"
3237
}
3338
]
3439
]

website/versioned_sidebars/version-0.21-sidebars.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
"type": "doc",
3030
"id": "troubleshooting",
3131
"label": "Troubleshooting"
32+
},
33+
{
34+
"type": "doc",
35+
"id": "changelog",
36+
"label": "Changelog"
3237
}
3338
]
3439
]

website/versioned_sidebars/version-1.1.0-sidebars.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@
4040
"type": "doc",
4141
"id": "troubleshooting",
4242
"label": "Troubleshooting"
43+
},
44+
{
45+
"type": "doc",
46+
"id": "changelog",
47+
"label": "Changelog"
4348
}
4449
]
4550
]

website/versioned_sidebars/version-1.4-sidebars.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@
4040
"type": "doc",
4141
"id": "troubleshooting",
4242
"label": "Troubleshooting"
43+
},
44+
{
45+
"type": "doc",
46+
"id": "changelog",
47+
"label": "Changelog"
4348
}
4449
]
4550
]

0 commit comments

Comments
 (0)