Add documentation placeholders
Reviewed By: danielbuechele Differential Revision: D6968199 fbshipit-source-id: 433d81b6367d1376224e0b3516be65132c091a34
This commit is contained in:
committed by
Facebook Github Bot
parent
e7c56ccd1e
commit
08d7d1673e
7
website/contents/contributing/adding-a-test.md
Normal file
7
website/contents/contributing/adding-a-test.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
path: "contributing/adding-a-test"
|
||||
title: "Adding a Test"
|
||||
hasPlayground: false
|
||||
---
|
||||
|
||||
## Adding a Test
|
7
website/contents/contributing/checking-out-the-code.md
Normal file
7
website/contents/contributing/checking-out-the-code.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
path: "contributing/checking-out-the-code"
|
||||
title: "Checking Out the Code"
|
||||
hasPlayground: false
|
||||
---
|
||||
|
||||
## Checking Out the Code
|
7
website/contents/contributing/making-a-change.md
Normal file
7
website/contents/contributing/making-a-change.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
path: "contributing/making-a-change"
|
||||
title: "Making a change"
|
||||
hasPlayground: false
|
||||
---
|
||||
|
||||
## Making a change
|
7
website/contents/contributing/opening-a-pull-request.md
Normal file
7
website/contents/contributing/opening-a-pull-request.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
path: "contributing/opening-a-pull-request"
|
||||
title: "Opening a Pull Request"
|
||||
hasPlayground: false
|
||||
---
|
||||
|
||||
## Opening a Pull Request
|
7
website/contents/contributing/running-the-test-suite.md
Normal file
7
website/contents/contributing/running-the-test-suite.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
path: "contributing/running-the-test-suite"
|
||||
title: "Running the Test Suite"
|
||||
hasPlayground: false
|
||||
---
|
||||
|
||||
## Running the Test Suite
|
7
website/contents/contributing/writing-documentation.md
Normal file
7
website/contents/contributing/writing-documentation.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
path: "contributing/writing-documentation"
|
||||
title: "Writing Documentation"
|
||||
hasPlayground: false
|
||||
---
|
||||
|
||||
## Writing Documentation
|
7
website/contents/examples/flexible-text.md
Normal file
7
website/contents/examples/flexible-text.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
path: "examples/flexible-text"
|
||||
title: "Flexible Text"
|
||||
hasPlayground: false
|
||||
---
|
||||
|
||||
## Flexible Text
|
7
website/contents/examples/floating-buttons.md
Normal file
7
website/contents/examples/floating-buttons.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
path: "examples/floating-buttons"
|
||||
title: "Floating Buttons"
|
||||
hasPlayground: false
|
||||
---
|
||||
|
||||
## Floating Buttons
|
7
website/contents/examples/overlays.md
Normal file
7
website/contents/examples/overlays.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
path: "examples/overlays"
|
||||
title: "Overlays"
|
||||
hasPlayground: false
|
||||
---
|
||||
|
||||
## Overlays
|
7
website/contents/getting-started/component-kit.md
Normal file
7
website/contents/getting-started/component-kit.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
path: "getting-started/component-kit"
|
||||
title: "ComponentKit"
|
||||
hasPlayground: false
|
||||
---
|
||||
|
||||
## ComponentKit
|
@@ -5,20 +5,3 @@ hasPlayground: false
|
||||
---
|
||||
|
||||
## Litho
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec
|
||||
sodales libero, sit amet tempus diam. Vivamus finibus vestibulum
|
||||
est. Vestibulum feugiat pellentesque diam vel hendrerit. Nunc
|
||||
pretium sollicitudin magna sed pharetra.
|
||||
|
||||
Duis bibendum dapibus quam ac rutrum. Suspendisse potenti. Aliquam
|
||||
est sapien, gravida ac turpis iaculis, convallis rutrum justo. Sed
|
||||
est augue, pellentesque eleifend mauris non, ultrices aliquam purus.
|
||||
Duis sed lorem a lectus feugiat fringilla eu non elit.
|
||||
|
||||
```c
|
||||
enum {
|
||||
Test
|
||||
Test2
|
||||
}
|
||||
```
|
||||
|
7
website/contents/getting-started/react-native.md
Normal file
7
website/contents/getting-started/react-native.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
path: "getting-started/react-native"
|
||||
title: "React Native"
|
||||
hasPlayground: false
|
||||
---
|
||||
|
||||
## React Native
|
7
website/contents/getting-started/standalone.md
Normal file
7
website/contents/getting-started/standalone.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
path: "getting-started/standalone"
|
||||
title: "Standalone"
|
||||
hasPlayground: false
|
||||
---
|
||||
|
||||
## Standalone
|
8
website/contents/properties/absolute-layout.md
Normal file
8
website/contents/properties/absolute-layout.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
path: "docs/absolute-layout"
|
||||
title: "Absolute Layout"
|
||||
hasPlayground: true
|
||||
editableProperties: ['positionType', 'position']
|
||||
---
|
||||
|
||||
## Absolute Layout
|
8
website/contents/properties/align-content.md
Normal file
8
website/contents/properties/align-content.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
path: "docs/align-content"
|
||||
title: "Align Content"
|
||||
hasPlayground: true
|
||||
editableProperties: ['alignContent']
|
||||
---
|
||||
|
||||
## Align Content
|
8
website/contents/properties/align-items.md
Normal file
8
website/contents/properties/align-items.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
path: "docs/align-items"
|
||||
title: "Align Items / Self"
|
||||
hasPlayground: true
|
||||
editableProperties: ['alignItems', 'alignSelf']
|
||||
---
|
||||
|
||||
## Align Items / Self
|
8
website/contents/properties/aspect-ratio.md
Normal file
8
website/contents/properties/aspect-ratio.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
path: "docs/aspect-ratio"
|
||||
title: "Aspect Ratio"
|
||||
hasPlayground: true
|
||||
editableProperties: ['aspectRatio']
|
||||
---
|
||||
|
||||
## Aspect Ratio
|
8
website/contents/properties/flex-direction.md
Normal file
8
website/contents/properties/flex-direction.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
path: "docs/flex-direction"
|
||||
title: "Flex Direction"
|
||||
hasPlayground: true
|
||||
editableProperties: ['flexDirection']
|
||||
---
|
||||
|
||||
## Flex Direction
|
8
website/contents/properties/flex-wrap.md
Normal file
8
website/contents/properties/flex-wrap.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
path: "docs/flex-wrap"
|
||||
title: "Flex Wrap"
|
||||
hasPlayground: true
|
||||
editableProperties: ['flexWrap']
|
||||
---
|
||||
|
||||
## Flex Wrap
|
8
website/contents/properties/flex.md
Normal file
8
website/contents/properties/flex.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
path: "docs/flex"
|
||||
title: "Flex Basis, Grow, and Shrink"
|
||||
hasPlayground: true
|
||||
editableProperties: ['flexGrow', 'flexShrink', 'flexBasis']
|
||||
---
|
||||
|
||||
## Flex Basis, Grow, and Shrink
|
@@ -1,25 +0,0 @@
|
||||
---
|
||||
path: "docs/flexDirection"
|
||||
title: "Flex Direction"
|
||||
hasPlayground: true
|
||||
editableProperties: ['flexDirection']
|
||||
---
|
||||
|
||||
## Flex Direction
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec
|
||||
sodales libero, sit amet tempus diam. Vivamus finibus vestibulum
|
||||
est. Vestibulum feugiat pellentesque diam vel hendrerit. Nunc
|
||||
pretium sollicitudin magna sed pharetra.
|
||||
|
||||
Duis bibendum dapibus quam ac rutrum. Suspendisse potenti. Aliquam
|
||||
est sapien, gravida ac turpis iaculis, convallis rutrum justo. Sed
|
||||
est augue, pellentesque eleifend mauris non, ultrices aliquam purus.
|
||||
Duis sed lorem a lectus feugiat fringilla eu non elit.
|
||||
|
||||
```c
|
||||
enum {
|
||||
Test
|
||||
Test2
|
||||
}
|
||||
```
|
8
website/contents/properties/justify-content.md
Normal file
8
website/contents/properties/justify-content.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
path: "docs/justify-content"
|
||||
title: "Justify Content"
|
||||
hasPlayground: true
|
||||
editableProperties: ['justifyContent']
|
||||
---
|
||||
|
||||
## Justify Content
|
8
website/contents/properties/layout-direction.md
Normal file
8
website/contents/properties/layout-direction.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
path: "docs/layout-direction"
|
||||
title: "Layout Direction"
|
||||
hasPlayground: true
|
||||
editableProperties: ['layoutDirection']
|
||||
---
|
||||
|
||||
## Layout Direction
|
8
website/contents/properties/margins-paddings-borders.md
Normal file
8
website/contents/properties/margins-paddings-borders.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
path: "docs/margins-paddings-borders"
|
||||
title: "Margins, Paddings, and Borders"
|
||||
hasPlayground: true
|
||||
editableProperties: ['margin', 'padding', 'border']
|
||||
---
|
||||
|
||||
## Margins, Paddings, and Borders
|
8
website/contents/properties/min-max.md
Normal file
8
website/contents/properties/min-max.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
path: "docs/min-max"
|
||||
title: "Max / Min Width and Height"
|
||||
hasPlayground: true
|
||||
editableProperties: ['minWidth', 'minHeight', 'maxWidth', 'maxHeight']
|
||||
---
|
||||
|
||||
## Max / Min Width and Height
|
8
website/contents/properties/width-height.md
Normal file
8
website/contents/properties/width-height.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
path: "docs/width-height"
|
||||
title: "Width and Height"
|
||||
hasPlayground: true
|
||||
editableProperties: ['width', 'height']
|
||||
---
|
||||
|
||||
## Width and Height
|
Reference in New Issue
Block a user