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
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';

View File

@@ -150,11 +150,13 @@ module.exports = {
{
'Contributing to the Documentation': ['internals/documentation-formatting', 'internals/documentation-writing-guide'],
},
'internals/device-identifiers',
'internals/linters',
'extending/public-releases',
'extending/testing-rn',
'internals/linters',
'internals/device-identifiers',
...fbInternalOnly([
{
"Meta": [
'fb/release-infra',
'fb/LauncherConfig',
'fb/hacking-on-launcher',
@@ -175,6 +177,8 @@ module.exports = {
'fb/scribe',
'fb/async-testing',
'fb/connections',
]
}
]),
],
},