1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-31 13:47:02 +02:00

Introduce languages and frameworks chapter for feature flag tutorials (#8204)

This commit is contained in:
Melinda Fekete 2024-09-23 17:43:18 +02:00 committed by GitHub
parent 3ef5d06f00
commit 25dee317c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -114,6 +114,16 @@ module.exports = {
},
],
},
{
type: 'category',
label: 'Languages and Frameworks',
collapsed: true,
link: {
type: 'generated-index',
title: 'Languages and Frameworks',
slug: 'languages-and-frameworks',
},
items: [
{
type: 'category',
label: 'React',
@ -139,7 +149,7 @@ module.exports = {
items: [
{
type: 'doc',
label: 'Examples',
label: 'Python Examples',
id: 'feature-flag-tutorials/python/examples',
},
{
@ -268,6 +278,8 @@ module.exports = {
},
],
},
],
},
{
label: 'Understanding Unleash',