Skip to content

Commit

Permalink
add faq page
Browse files Browse the repository at this point in the history
Differential Revision: D64017865

fbshipit-source-id: beba4d324686e861c9552e24cf85754580d945f3
  • Loading branch information
ssj933 authored and facebook-github-bot committed Oct 8, 2024
1 parent 9cb3cc5 commit 54a4cf1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
]
},
{
Expand Down

0 comments on commit 54a4cf1

Please sign in to comment.