From c7fe197fbda27c181800602b9a632321cfa4d3a7 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Mon, 28 Mar 2022 13:22:24 +0200 Subject: [PATCH] docs: add new how-to category: Unleash Proxy --- website/sidebars.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/website/sidebars.js b/website/sidebars.js index 1a0b97275c..7bd76354b0 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -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',