Add redirect documentation
Summary: Add redirect documentation Reviewed By: emilsjolander Differential Revision: D7010032 fbshipit-source-id: fc370bc84e3afa0508ad38f910cf2bc20e991d84
This commit is contained in:
committed by
Facebook Github Bot
parent
100afcfdb0
commit
48d82224ee
@@ -29,6 +29,8 @@ initialPlayground: eyJ3aWR0aCI6IjYwMCIsImhlaWdodCI6NTAwLCJjaGlsZHJlbiI6W3t9LHt9L
|
|||||||
pages with playgrounds and contains the initial playground state.
|
pages with playgrounds and contains the initial playground state.
|
||||||
This base64 string is a reference to the hash (content after #)
|
This base64 string is a reference to the hash (content after #)
|
||||||
of a [playground](/playground) url.
|
of a [playground](/playground) url.
|
||||||
|
- The `redirect` property allows to redirect to the other page, the path of which is mentioned in the property `path`.
|
||||||
|
|
||||||
|
|
||||||
Within the markdown of a documentation page which has an associated
|
Within the markdown of a documentation page which has an associated
|
||||||
playground you can add controls to let the user play around with the feature
|
playground you can add controls to let the user play around with the feature
|
||||||
@@ -37,3 +39,14 @@ directly from the documenation page.
|
|||||||
```markdown
|
```markdown
|
||||||
<controls prop="alignContent"></controls>
|
<controls prop="alignContent"></controls>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you would like to redirect to another page (potentially an external link) the header would look something like this.
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
---
|
||||||
|
path: "/playground#eyJ3aWR0aCI6IjYwMCIsImhlaWdodCI6NTAwLCJjaGlsZHJlbiI6W3t9LHt9LHt9XX0="
|
||||||
|
title: "Flex Direction"
|
||||||
|
redirect: true
|
||||||
|
---
|
||||||
|
|
||||||
|
```
|
||||||
|
Reference in New Issue
Block a user