Organise 'Under the Hood'

Summary: This change alphabetically sorts the 'Under the Hood' section and adds a 'Meta' parent category for everything that is internal as to add a visual cue of what is internal and whats not.

Reviewed By: passy

Differential Revision: D41273678

fbshipit-source-id: 1acf8da184762d5924bff90b6691be1e4be92c46
This commit is contained in:
Lorenzo Blasa
2022-11-15 06:18:12 -08:00
committed by Facebook GitHub Bot
parent 7a28ed1fe5
commit 66984c6d13
2 changed files with 27 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
--- ---
id: testing-rn id: testing-rn
title: Testing React Native Changes in the Sample App title: Testing React Native Changes in the Sample App
sidebar_label: Testing RN Changes sidebar_label: Testing React Native Changes
--- ---
import useBaseUrl from '@docusaurus/useBaseUrl'; import useBaseUrl from '@docusaurus/useBaseUrl';

View File

@@ -150,31 +150,35 @@ module.exports = {
{ {
'Contributing to the Documentation': ['internals/documentation-formatting', 'internals/documentation-writing-guide'], 'Contributing to the Documentation': ['internals/documentation-formatting', 'internals/documentation-writing-guide'],
}, },
'internals/device-identifiers',
'internals/linters',
'extending/public-releases', 'extending/public-releases',
'extending/testing-rn', 'extending/testing-rn',
'internals/linters',
'internals/device-identifiers',
...fbInternalOnly([ ...fbInternalOnly([
'fb/release-infra', {
'fb/LauncherConfig', "Meta": [
'fb/hacking-on-launcher', 'fb/release-infra',
'fb/arc_uiqr', 'fb/LauncherConfig',
'fb/Flipper-fbsource-Pinning', 'fb/hacking-on-launcher',
'fb/Flipper-Release-Cycle', 'fb/arc_uiqr',
'fb/Add-Support-Group-to-Flipper-Support-Form', 'fb/Flipper-fbsource-Pinning',
'fb/Alerts', 'fb/Flipper-Release-Cycle',
'fb/bundling', 'fb/Add-Support-Group-to-Flipper-Support-Form',
'fb/Electron-Upgrade', 'fb/Alerts',
'fb/flipper-analytics', 'fb/bundling',
'fb/Navigation-Plugin-Development-Guide', 'fb/Electron-Upgrade',
'fb/Oncall-Runbook', 'fb/flipper-analytics',
'fb/sandcastle', 'fb/Navigation-Plugin-Development-Guide',
'fb/Star-Ratings', 'fb/Oncall-Runbook',
'fb/sandcastle-overview', 'fb/sandcastle',
'fb/error-logging', 'fb/Star-Ratings',
'fb/scribe', 'fb/sandcastle-overview',
'fb/async-testing', 'fb/error-logging',
'fb/connections', 'fb/scribe',
'fb/async-testing',
'fb/connections',
]
}
]), ]),
], ],
}, },