From 01fb9494894e993a454874730e99ca232e5679ee Mon Sep 17 00:00:00 2001 From: Lenny Chen Date: Thu, 11 Jun 2026 14:12:49 -0700 Subject: [PATCH] Add env config variable reference as subpage of environment configuration --- sidebars.js | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/sidebars.js b/sidebars.js index 241ae19340..f2a27c9d3d 100644 --- a/sidebars.js +++ b/sidebars.js @@ -1076,7 +1076,18 @@ module.exports = { }, ], }, - 'develop/environment-configuration', + { + type: 'category', + label: 'Environment configuration', + collapsed: true, + link: { + type: 'doc', + id: 'develop/environment-configuration', + }, + items: [ + 'references/client-environment-configuration', + ], + }, 'develop/activity-retry-simulator', 'develop/worker-performance', 'develop/worker-tuning-reference',