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:
parent
3ef5d06f00
commit
25dee317c0
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user