From 54a4cf1dfa877bce39e4e87aaf7e0a49200a2040 Mon Sep 17 00:00:00 2001 From: Sushan Jiang Date: Tue, 8 Oct 2024 14:48:23 -0700 Subject: [PATCH] add faq page Differential Revision: D64017865 fbshipit-source-id: beba4d324686e861c9552e24cf85754580d945f3 --- website/sidebars.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/website/sidebars.js b/website/sidebars.js index 932d9e2ea8..5fb35e08a7 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -84,6 +84,26 @@ module.exports = { label: 'FAQ', link: { type: 'doc', id: 'fb/faq/index' }, items: [ + { + type: 'doc', + id: 'fb/faq/CNF', + }, + { + type: 'doc', + id: 'fb/faq/NSME', + }, + { + type: 'doc', + id: 'fb/faq/donotstrip', + }, + { + type: 'doc', + id: 'fb/faq/resources', + }, + { + type: 'doc', + id: 'fb/faq/betteroptimizing', + }, ] }, {