Skip to content

Commit 61f68ff

Browse files
Fix operators link in the sidebar menu
Previously it was not possible to open the Operators page through the sidebar menu item.
1 parent fb2f47a commit 61f68ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,7 @@ const sidebars = {
544544
{
545545
type: "category",
546546
label: "Operators",
547+
link: { type: "doc", id: "sql-reference/operators/index" },
547548
items: [
548549
{
549550
type: "autogenerated",

0 commit comments

Comments
 (0)