Under the Hood - index.md

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

Reviewed By: mweststrate

Differential Revision: D41582203

fbshipit-source-id: 7e5ebd3c1e37f0544efc9c979ca9092ac947f35c
This commit is contained in:
Kevin Strider
2022-12-01 05:16:02 -08:00
committed by Facebook GitHub Bot
parent ee9b32d4e8
commit 8c6a3a6ab5

View File

@@ -9,7 +9,6 @@ This part of the site is for those interested in **how** Flipper works 'under th
'Under the Hood' contains the following topics: 'Under the Hood' contains the following topics:
* [Contributing to the Codebase](contributing.mdx) - contains information that helps you make contributions to the Flipper codebase. * [Contributing to the Codebase](contributing.mdx) - contains information that helps you make contributions to the Flipper codebase.
* [Contributing to the Documentation](documentation-writing-guide.mdx) - contains tips and guidelines on how to create effective documentation that will be valued by your target reader.
* [Device Identifiers](device-identifiers.mdx) - details availabe methods for obtaining device identifiers. * [Device Identifiers](device-identifiers.mdx) - details availabe methods for obtaining device identifiers.
* [Linters](linters.mdx) - a list of Linters that are used to enforce sustainable coding practices within Flipper. * [Linters](linters.mdx) - a list of Linters that are used to enforce sustainable coding practices within Flipper.
* [Public Flipper Releases](../extending/public-releases.mdx) - the mechanism behind Flipper releases on GitHub. * [Public Flipper Releases](../extending/public-releases.mdx) - the mechanism behind Flipper releases on GitHub.
@@ -19,6 +18,7 @@ This part of the site is for those interested in **how** Flipper works 'under th
In addition, 'Under the Hood' contains a wide range of internal-only topics (see the NavBar's 'Internal'), such as: In addition, 'Under the Hood' contains a wide range of internal-only topics (see the NavBar's 'Internal'), such as:
* [Contributing to the Documentation](documentation-writing-guide.mdx) - contains tips and guidelines on how to create effective documentation that will be valued by your target reader.
* [Data Pipelines](../fb/data-pipelines.mdx) - information on Deep Dive, Flipper Analytics, Scribe, Error Logging, plus a series of links relating to architecture, Static Docs, and code Pointers. * [Data Pipelines](../fb/data-pipelines.mdx) - information on Deep Dive, Flipper Analytics, Scribe, Error Logging, plus a series of links relating to architecture, Static Docs, and code Pointers.
* [Launcher](../fb/hackin-on-launcher.mdx) - details of hacking on Launcher and the LauncherConfig. * [Launcher](../fb/hackin-on-launcher.mdx) - details of hacking on Launcher and the LauncherConfig.
* [Releases](../fb/Flipper-Release-Cycle.mdx) - information on the Flipper release cycle, the release infrastructure @ Meta, and Flipper fbsource pinning. * [Releases](../fb/Flipper-Release-Cycle.mdx) - information on the Flipper release cycle, the release infrastructure @ Meta, and Flipper fbsource pinning.