From a9d9ca885562dc5b854d2b4e030fce4d23e20602 Mon Sep 17 00:00:00 2001 From: Koby Chan Date: Tue, 1 Oct 2024 13:12:15 -0700 Subject: [PATCH] Add baseline profile manual generation instructions Summary: Updated instructions so ppl from UI Frameworks team know how to use the manual profile generation script Reviewed By: danjin250 Differential Revision: D63665280 fbshipit-source-id: 654c94db769e507db045907010d56be22dc925ce --- website/sidebars.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/website/sidebars.js b/website/sidebars.js index f5db459a40..d52b899fc6 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -168,6 +168,17 @@ module.exports = { type: 'category', label: 'Pogo Stick', items: [ + { + type: 'category', + label: 'Baseline Profiles', + items: [ + { + type: 'doc', + id: 'fb/related_teams/pogo/baseline_profiles/manual_profile_generation', + label: 'Manual Profile Generation' + } + ] + }, { type: 'category', label: 'Pogo Stick Team Internal',