Skip to content

Commit 7388dba

Browse files
committed
link engines index page to sidebar
1 parent b031781 commit 7388dba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sidebars.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,7 @@ const sidebars = {
496496
label: "Engines",
497497
collapsed: false,
498498
collapsible: false,
499+
link: {type: "doc", id: "engines/index"},
499500
items: [
500501
{
501502
type: "autogenerated",
@@ -1754,7 +1755,7 @@ const sidebars = {
17541755
type: "link",
17551756
label: "Engines",
17561757
description: "Use the right table and database engines for your data",
1757-
href: "/engines/database-engines"
1758+
href: "/engines"
17581759
},
17591760
{
17601761
type: "link",

0 commit comments

Comments
 (0)