From 3deaa15273e35ac6ee50ac3f8615529c0f74da5a Mon Sep 17 00:00:00 2001 From: Luke De Feo Date: Fri, 6 Jan 2023 06:52:19 -0800 Subject: [PATCH] Add Logging @ FB page Reviewed By: passy Differential Revision: D42386021 fbshipit-source-id: cd89415a3845bffa9edd9b3a63d4d1a4d5b8d56c --- website/sidebars.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/sidebars.js b/website/sidebars.js index b80c8b401..86501d599 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -114,6 +114,7 @@ module.exports = { 'extending/debugging', ...fbInternalOnly([ 'fb/adding-analytics-0', + 'fb/logging', 'extending/fb/plugin-documentation', ]), 'extending/plugin-distribution',