mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-23 00:22:19 +01:00
docs: add new how-to category: Unleash Proxy
This commit is contained in:
parent
48f5e45b40
commit
c7fe197fbd
@ -50,6 +50,17 @@ module.exports = {
|
||||
label: 'Using the APIs',
|
||||
items: ['user_guide/api-token', 'advanced/api_access'],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
link: {
|
||||
type: 'generated-index',
|
||||
title: 'How-to: The Unleash Proxy',
|
||||
description: 'Learn how to work with the Unleash Proxy',
|
||||
slug: '/how-to/proxy',
|
||||
},
|
||||
label: 'Unleash Proxy guides',
|
||||
items: ['how-to/how-to-run-the-unleash-proxy'],
|
||||
},
|
||||
{
|
||||
label: 'Feature toggles, strategies, context',
|
||||
items: [
|
||||
@ -58,6 +69,7 @@ module.exports = {
|
||||
'user_guide/create_feature_toggle',
|
||||
'how-to/how-to-define-custom-context-fields',
|
||||
'how-to/how-to-use-custom-strategies',
|
||||
'how-to/how-to-capture-impression-data',
|
||||
'how-to/how-to-schedule-feature-releases',
|
||||
],
|
||||
type: 'category',
|
||||
|
Loading…
Reference in New Issue
Block a user