Skip to content

Commit

Permalink
Move update guides up sidebar (#2336)
Browse files Browse the repository at this point in the history
* move update guides up sidebar

* backport
  • Loading branch information
akeller authored Jul 17, 2023
1 parent f40e47c commit 7f540e2
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
14 changes: 7 additions & 7 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ module.exports = {
{
"Update guide": [
"guides/update-guide/introduction",
"guides/update-guide/810-to-820",
"guides/update-guide/800-to-810",
"guides/update-guide/130-to-800",
"guides/update-guide/120-to-130",
"guides/update-guide/110-to-120",
"guides/update-guide/100-to-110",
"guides/update-guide/026-to-100",
{
Connectors: [
"guides/update-guide/connectors/introduction",
Expand All @@ -51,13 +58,6 @@ module.exports = {
{
Elasticsearch: ["guides/update-guide/elasticsearch/7-to-8"],
},
"guides/update-guide/810-to-820",
"guides/update-guide/800-to-810",
"guides/update-guide/130-to-800",
"guides/update-guide/120-to-130",
"guides/update-guide/110-to-120",
"guides/update-guide/100-to-110",
"guides/update-guide/026-to-100",
],
},
"guides/migrating-from-cawemo",
Expand Down
12 changes: 6 additions & 6 deletions versioned_sidebars/version-8.0-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
{
"Update guide": [
"guides/update-guide/introduction",
"guides/update-guide/130-to-800",
"guides/update-guide/120-to-130",
"guides/update-guide/110-to-120",
"guides/update-guide/100-to-110",
"guides/update-guide/026-to-100",
{
"Connectors": [
"guides/update-guide/connectors/introduction",
Expand All @@ -39,12 +44,7 @@
"guides/update-guide/connectors/080-to-090",
"guides/update-guide/connectors/090-to-0100"
]
},
"guides/update-guide/130-to-800",
"guides/update-guide/120-to-130",
"guides/update-guide/110-to-120",
"guides/update-guide/100-to-110",
"guides/update-guide/026-to-100"
}
]
},
"guides/migrating-from-cawemo",
Expand Down
14 changes: 7 additions & 7 deletions versioned_sidebars/version-8.1-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
{
"Update guide": [
"guides/update-guide/introduction",
"guides/update-guide/800-to-810",
"guides/update-guide/130-to-800",
"guides/update-guide/120-to-130",
"guides/update-guide/110-to-120",
"guides/update-guide/100-to-110",
"guides/update-guide/026-to-100",
{
"Connectors": [
"guides/update-guide/connectors/introduction",
Expand All @@ -39,13 +45,7 @@
"guides/update-guide/connectors/080-to-090",
"guides/update-guide/connectors/090-to-0100"
]
},
"guides/update-guide/800-to-810",
"guides/update-guide/130-to-800",
"guides/update-guide/120-to-130",
"guides/update-guide/110-to-120",
"guides/update-guide/100-to-110",
"guides/update-guide/026-to-100"
}
]
},
"guides/migrating-from-cawemo",
Expand Down
16 changes: 8 additions & 8 deletions versioned_sidebars/version-8.2-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@
{
"Update guide": [
"guides/update-guide/introduction",
"guides/update-guide/810-to-820",
"guides/update-guide/800-to-810",
"guides/update-guide/130-to-800",
"guides/update-guide/120-to-130",
"guides/update-guide/110-to-120",
"guides/update-guide/100-to-110",
"guides/update-guide/026-to-100",
{
"Connectors": [
"guides/update-guide/connectors/introduction",
Expand All @@ -42,14 +49,7 @@
},
{
"Elasticsearch": ["guides/update-guide/elasticsearch/7-to-8"]
},
"guides/update-guide/810-to-820",
"guides/update-guide/800-to-810",
"guides/update-guide/130-to-800",
"guides/update-guide/120-to-130",
"guides/update-guide/110-to-120",
"guides/update-guide/100-to-110",
"guides/update-guide/026-to-100"
}
]
},
"guides/migrating-from-cawemo",
Expand Down

0 comments on commit 7f540e2

Please sign in to comment.