From 57557892dbb471ca9130f66331560d9341e14eb0 Mon Sep 17 00:00:00 2001 From: Koby Chan Date: Tue, 1 Oct 2024 13:12:15 -0700 Subject: [PATCH] Add baseline profile experimentation page Summary: ^ Reviewed By: danjin250 Differential Revision: D63567832 fbshipit-source-id: 9da9b4d9e3104db753c76f48ac30166fedc702e1 --- website/sidebars.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/sidebars.js b/website/sidebars.js index 7f039e413a..f5db459a40 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -252,6 +252,11 @@ module.exports = { type: 'doc', id: 'fb/related_teams/pogo/pogo_team_internal/baseline_profiles/generation', label: 'Generation' + }, + { + type: 'doc', + id: 'fb/related_teams/pogo/pogo_team_internal/baseline_profiles/experimentation', + label: 'Experimentation' } ] }