From 5e200dd7ec2bf1bb1b29c791c1ac358fb2d1a8b7 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Mon, 21 Nov 2022 05:05:54 -0800 Subject: [PATCH] Add docs about code freeze Summary: Wanted to write about this for a while as we're reinventing the rules every time we get to this time of the year. :) Reviewed By: LukeDefeo, antonk52 Differential Revision: D41434886 fbshipit-source-id: 445c6c259bee74874472cf246fdc209e82514fcd --- website/sidebars.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/sidebars.js b/website/sidebars.js index c48008664..11328949e 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -199,6 +199,7 @@ module.exports = { }, 'fb/Star-Ratings', 'fb/async-testing', + 'fb/code-freeze', ] } ]),