Skip to content

Commit

Permalink
Move react to languages and frameworks chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
melindafekete committed Sep 20, 2024
1 parent 0587203 commit 98a0a90
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,28 @@ module.exports = {
},
{
type: 'category',
label: 'React',
label: 'Languages and Frameworks',
collapsed: true,
link: {
type: 'doc',
id: 'feature-flag-tutorials/react/implementing-feature-flags',
type: 'generated-index',
title: 'Languages and Frameworks',
slug: 'languages-and-frameworks',
},
items: [
{
type: 'doc',
label: 'Examples',
id: 'feature-flag-tutorials/react/examples',
type: 'category',
label: 'React',
link: {
type: 'doc',
id: 'feature-flag-tutorials/react/implementing-feature-flags',
},
items: [
{
type: 'doc',
label: 'Examples',
id: 'feature-flag-tutorials/react/examples',
},
],
},
],
},
Expand Down

0 comments on commit 98a0a90

Please sign in to comment.