Skip to content

Commit

Permalink
docs: modified the arrays in the concept section
Browse files Browse the repository at this point in the history
Signed-off-by: Bala Harish <[email protected]>
  • Loading branch information
balaharish7 committed Mar 7, 2024
1 parent 7ab1c77 commit 3d69b72
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,22 +62,24 @@ module.exports = {
customProps: {
icon: ""
},
},
{
type: "doc",
id: "concepts/data-engines/casengines",
label: "Data Engines"
},
{
type: "doc",
id: "concepts/data-engines/localpv",
label: "Local Engine"
},
{
type: "doc",
id: "concepts/data-engines/mayastor",
label: "Replicated Engine"
}
items, [
{
type: "doc",
id: "concepts/data-engines/casengines",
label: "Data Engines"
},
{
type: "doc",
id: "concepts/data-engines/localpv",
label: "Local Engine"
},
{
type: "doc",
id: "concepts/data-engines/mayastor",
label: "Replicated Engine"
}
]
]
},
{
Expand Down Expand Up @@ -109,7 +111,7 @@ module.exports = {
label: "NDM"
},
{

collapsed: true,
type: "category",
label: "cStor",
Expand Down Expand Up @@ -145,7 +147,7 @@ module.exports = {
]
},
{

collapsed: true,
type: "category",
label: "Jiva",
Expand Down Expand Up @@ -205,7 +207,7 @@ module.exports = {
icon: "Layers"
},
items: [
{
{
type: "doc",
id: "stateful-applications/mysql",
label: "RDS like MySQL"
Expand Down

0 comments on commit 3d69b72

Please sign in to comment.