Replace style guide references

Summary:
allow-large-files
See D34339758

Reviewed By: jknoxville

Differential Revision: D34378570

fbshipit-source-id: ad451afc1774e6d38902d510629ce1b92457adf0
This commit is contained in:
Andrey Goncharov
2022-02-22 07:58:26 -08:00
committed by Facebook GitHub Bot
parent 342c316c84
commit bed23c586b
4 changed files with 24 additions and 24 deletions

View File

@@ -821,7 +821,7 @@ const [showWhitespace, setShowWhitespace] = useLocalStorageState(
### Layout.*
Layout elements can be used to organize the screen layout.
See `View > Flipper Style Guide` inside the Flipper application for more details.
See [the style guide](style-guide.mdx) for more details.
### DataTable
### DataFormatter
@@ -933,7 +933,7 @@ Shows a loading spinner. Accept an optional `size` to make the spinner larger /
### NUX
An element that can be used to provide a New User eXperience: Hints that give a one time introduction to new features to the current user.
See `View > Flipper Style Guide` inside the Flipper application for more details.
See [the style guide](style-guide.mdx) for more details.
### FileSelector
@@ -964,12 +964,12 @@ It doesn't really matter where exactly this component is used in your layout, as
An element that can be used to track user interactions.
An example scuba query can be found [here](https://fburl.com/scuba/infinity_analytics_events/xryoq5j7).
See `View > Flipper Style Guide` inside the Flipper application for more details.
See [the style guide](style-guide.mdx) for more details.
### TrackingScope
Defines the location of underlying Tracked elements more precisely.
See `View > Flipper Style Guide` inside the Flipper application for more details.
See [the style guide](style-guide.mdx) for more details.
### withTrackingScope
@@ -981,7 +981,7 @@ Higher order component that wraps a component automatically in a [`TrackingScope
Provides a standard set of colors and spacings, used by the Flipper style guide.
The colors exposed here support dark mode.
See `View > Flipper Style Guide` inside the Flipper application for more details.
See [the style guide](style-guide.mdx) for more details.
## Utilities
@@ -1074,7 +1074,7 @@ Given a string or React element, returns a text representation of that element,
### path
A set of utilizities to handle file paths. A subset of Node.js' [path](https://nodejs.org/api/path.html).
A set of utilizities to handle file paths. A subset of Node.js' [path](https://nodejs.org/api/path.html).
<!-- Docs copied from https://github.com/nodejs/node/blob/master/doc/api/path.md -->
#### `path.basename(path[, ext])`