Skip to content

Commit

Permalink
Fix encoded names doc not referenced (#4478)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin committed Sep 19, 2024
1 parent 7356b46 commit ef37ead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/website/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ const sidebars: SidebarsConfig = {
type: "autogenerated",
dirName: `standard-library/reference`,
},
"standard-library/encoded-names",
"standard-library/discriminated-types",
"standard-library/examples",
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
"type": "autogenerated",
"dirName": "standard-library/reference"
},
"standard-library/encoded-names",
"standard-library/discriminated-types",
"standard-library/examples"
]
Expand Down

0 comments on commit ef37ead

Please sign in to comment.