Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions website/sidebars.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = [
[
module.exports = {
docs: [
{
type: 'doc',
id: 'index',
Expand Down Expand Up @@ -41,5 +41,5 @@ module.exports = [
id: 'troubleshooting',
label: 'Troubleshooting',
},
],
];
],
};
1 change: 1 addition & 0 deletions website/versioned_docs/version-0.20/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Changelog
sidebar_label: Changelog
displayed_sidebar: docs
toc_max_heading_level: 3
---

Expand Down
1 change: 1 addition & 0 deletions website/versioned_docs/version-0.21/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Changelog
sidebar_label: Changelog
displayed_sidebar: docs
toc_max_heading_level: 3
---

Expand Down
1 change: 1 addition & 0 deletions website/versioned_docs/version-1.1.0/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Changelog
sidebar_label: Changelog
displayed_sidebar: docs
toc_max_heading_level: 3
---

Expand Down
1 change: 1 addition & 0 deletions website/versioned_docs/version-1.4/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Changelog
sidebar_label: Changelog
displayed_sidebar: docs
toc_max_heading_level: 3
---

Expand Down
6 changes: 3 additions & 3 deletions website/versioned_sidebars/version-0.20-sidebars.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
[
{
"docs": [
{
"type": "doc",
"id": "index",
Expand Down Expand Up @@ -31,4 +31,4 @@
"label": "Troubleshooting"
}
]
]
}
6 changes: 3 additions & 3 deletions website/versioned_sidebars/version-0.21-sidebars.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
[
{
"docs": [
{
"type": "doc",
"id": "index",
Expand Down Expand Up @@ -31,4 +31,4 @@
"label": "Troubleshooting"
}
]
]
}
6 changes: 3 additions & 3 deletions website/versioned_sidebars/version-1.1.0-sidebars.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
[
{
"docs": [
{
"type": "doc",
"id": "index",
Expand Down Expand Up @@ -42,4 +42,4 @@
"label": "Troubleshooting"
}
]
]
}
6 changes: 3 additions & 3 deletions website/versioned_sidebars/version-1.4-sidebars.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
[
{
"docs": [
{
"type": "doc",
"id": "index",
Expand Down Expand Up @@ -42,4 +42,4 @@
"label": "Troubleshooting"
}
]
]
}
Loading