From dd0f35a6451a2014f515c31b2e9ae746d3a1f782 Mon Sep 17 00:00:00 2001 From: Nnenna Ndukwe Date: Tue, 16 Jul 2024 10:30:23 -0400 Subject: [PATCH] rebasing and adding rust to navbar --- .../rust/{rust-examples.md => examples.md} | 0 website/sidebars.js | 8 +++++++- 2 files changed, 7 insertions(+), 1 deletion(-) rename website/docs/feature-flag-tutorials/rust/{rust-examples.md => examples.md} (100%) diff --git a/website/docs/feature-flag-tutorials/rust/rust-examples.md b/website/docs/feature-flag-tutorials/rust/examples.md similarity index 100% rename from website/docs/feature-flag-tutorials/rust/rust-examples.md rename to website/docs/feature-flag-tutorials/rust/examples.md diff --git a/website/sidebars.js b/website/sidebars.js index b0f8fa744d97..12d2e0e83c1a 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -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',