Add documentation placeholders

Reviewed By: danielbuechele

Differential Revision: D6968199

fbshipit-source-id: 433d81b6367d1376224e0b3516be65132c091a34
This commit is contained in:
Emil Sjölander
2018-02-13 03:50:31 -08:00
committed by Facebook Github Bot
parent e7c56ccd1e
commit 08d7d1673e
26 changed files with 180 additions and 42 deletions

View File

@@ -0,0 +1,7 @@
---
path: "contributing/adding-a-test"
title: "Adding a Test"
hasPlayground: false
---
## Adding a Test

View File

@@ -0,0 +1,7 @@
---
path: "contributing/checking-out-the-code"
title: "Checking Out the Code"
hasPlayground: false
---
## Checking Out the Code

View File

@@ -0,0 +1,7 @@
---
path: "contributing/making-a-change"
title: "Making a change"
hasPlayground: false
---
## Making a change

View File

@@ -0,0 +1,7 @@
---
path: "contributing/opening-a-pull-request"
title: "Opening a Pull Request"
hasPlayground: false
---
## Opening a Pull Request

View File

@@ -0,0 +1,7 @@
---
path: "contributing/running-the-test-suite"
title: "Running the Test Suite"
hasPlayground: false
---
## Running the Test Suite

View File

@@ -0,0 +1,7 @@
---
path: "contributing/writing-documentation"
title: "Writing Documentation"
hasPlayground: false
---
## Writing Documentation

View File

@@ -0,0 +1,7 @@
---
path: "examples/flexible-text"
title: "Flexible Text"
hasPlayground: false
---
## Flexible Text

View File

@@ -0,0 +1,7 @@
---
path: "examples/floating-buttons"
title: "Floating Buttons"
hasPlayground: false
---
## Floating Buttons

View File

@@ -0,0 +1,7 @@
---
path: "examples/overlays"
title: "Overlays"
hasPlayground: false
---
## Overlays

View File

@@ -0,0 +1,7 @@
---
path: "getting-started/component-kit"
title: "ComponentKit"
hasPlayground: false
---
## ComponentKit

View File

@@ -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
}
```

View File

@@ -0,0 +1,7 @@
---
path: "getting-started/react-native"
title: "React Native"
hasPlayground: false
---
## React Native

View File

@@ -0,0 +1,7 @@
---
path: "getting-started/standalone"
title: "Standalone"
hasPlayground: false
---
## Standalone

View File

@@ -0,0 +1,8 @@
---
path: "docs/absolute-layout"
title: "Absolute Layout"
hasPlayground: true
editableProperties: ['positionType', 'position']
---
## Absolute Layout

View File

@@ -0,0 +1,8 @@
---
path: "docs/align-content"
title: "Align Content"
hasPlayground: true
editableProperties: ['alignContent']
---
## Align Content

View File

@@ -0,0 +1,8 @@
---
path: "docs/align-items"
title: "Align Items / Self"
hasPlayground: true
editableProperties: ['alignItems', 'alignSelf']
---
## Align Items / Self

View File

@@ -0,0 +1,8 @@
---
path: "docs/aspect-ratio"
title: "Aspect Ratio"
hasPlayground: true
editableProperties: ['aspectRatio']
---
## Aspect Ratio

View File

@@ -0,0 +1,8 @@
---
path: "docs/flex-direction"
title: "Flex Direction"
hasPlayground: true
editableProperties: ['flexDirection']
---
## Flex Direction

View File

@@ -0,0 +1,8 @@
---
path: "docs/flex-wrap"
title: "Flex Wrap"
hasPlayground: true
editableProperties: ['flexWrap']
---
## Flex Wrap

View 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

View File

@@ -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
}
```

View File

@@ -0,0 +1,8 @@
---
path: "docs/justify-content"
title: "Justify Content"
hasPlayground: true
editableProperties: ['justifyContent']
---
## Justify Content

View File

@@ -0,0 +1,8 @@
---
path: "docs/layout-direction"
title: "Layout Direction"
hasPlayground: true
editableProperties: ['layoutDirection']
---
## Layout Direction

View 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

View 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

View File

@@ -0,0 +1,8 @@
---
path: "docs/width-height"
title: "Width and Height"
hasPlayground: true
editableProperties: ['width', 'height']
---
## Width and Height