Under the Hood - Part 4

Summary:
This diff includes minor changes to the pages within the Under the Hood section of Flipper Docs.

The page Creating Plugins -> Desktop Plugin APIs -> QPL Linting -> Building a Linter is now removed from the sidebar.

Reviewed By: lblasa

Differential Revision: D41533283

fbshipit-source-id: 63e50210815fe2b67ea54991eb8a7bc16e04e1be
This commit is contained in:
Kevin Strider
2022-11-28 03:46:26 -08:00
committed by Facebook GitHub Bot
parent 56b717c197
commit ced04c7cec
5 changed files with 321 additions and 100 deletions

View File

@@ -129,7 +129,7 @@ module.exports = {
'extending/node-apis',
...fbInternalOnly([
{
'QPL Linting': ['fb/building-a-linter', 'fb/active-linters'],
'QPL Linting': ['fb/active-linters'],
},
]),
],
@@ -155,7 +155,11 @@ module.exports = {
{
'Internal': [
{
'Contributing to the Documentation': ['internals/documentation-formatting', 'internals/documentation-writing-guide'],
'Contributing to the Documentation': [
'internals/documentation-standards',
'internals/documentation-writing-guide',
'internals/documentation-formatting',
]
},
'fb/arc_uiqr',
'fb/connections',