Skip to content

Commit

Permalink
rebasing and adding rust to navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
nnennandukwe committed Jul 16, 2024
1 parent 016d6da commit dd0f35a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,13 @@ module.exports = {
type: 'doc',
id: 'feature-flag-tutorials/rust/implementing-feature-flags-rust',
},
items: [],
items: [
{
type: 'doc',
label: 'Examples',
id: 'feature-flag-tutorials/rust/examples'
}
],
},
{
type: 'doc',
Expand Down

0 comments on commit dd0f35a

Please sign in to comment.