From 08d7d1673e1c0f19bb0b1f04e0437048a8f75c73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Sj=C3=B6lander?= Date: Tue, 13 Feb 2018 03:50:31 -0800 Subject: [PATCH] Add documentation placeholders Reviewed By: danielbuechele Differential Revision: D6968199 fbshipit-source-id: 433d81b6367d1376224e0b3516be65132c091a34 --- .../contents/contributing/adding-a-test.md | 7 ++++++ .../contributing/checking-out-the-code.md | 7 ++++++ .../contents/contributing/making-a-change.md | 7 ++++++ .../contributing/opening-a-pull-request.md | 7 ++++++ .../contributing/running-the-test-suite.md | 7 ++++++ .../contributing/writing-documentation.md | 7 ++++++ website/contents/examples/flexible-text.md | 7 ++++++ website/contents/examples/floating-buttons.md | 7 ++++++ website/contents/examples/overlays.md | 7 ++++++ .../contents/getting-started/component-kit.md | 7 ++++++ website/contents/getting-started/litho.md | 17 ------------- .../contents/getting-started/react-native.md | 7 ++++++ .../contents/getting-started/standalone.md | 7 ++++++ .../contents/properties/absolute-layout.md | 8 ++++++ website/contents/properties/align-content.md | 8 ++++++ website/contents/properties/align-items.md | 8 ++++++ website/contents/properties/aspect-ratio.md | 8 ++++++ website/contents/properties/flex-direction.md | 8 ++++++ website/contents/properties/flex-wrap.md | 8 ++++++ website/contents/properties/flex.md | 8 ++++++ website/contents/properties/flexDirection.md | 25 ------------------- .../contents/properties/justify-content.md | 8 ++++++ .../contents/properties/layout-direction.md | 8 ++++++ .../properties/margins-paddings-borders.md | 8 ++++++ website/contents/properties/min-max.md | 8 ++++++ website/contents/properties/width-height.md | 8 ++++++ 26 files changed, 180 insertions(+), 42 deletions(-) create mode 100644 website/contents/contributing/adding-a-test.md create mode 100644 website/contents/contributing/checking-out-the-code.md create mode 100644 website/contents/contributing/making-a-change.md create mode 100644 website/contents/contributing/opening-a-pull-request.md create mode 100644 website/contents/contributing/running-the-test-suite.md create mode 100644 website/contents/contributing/writing-documentation.md create mode 100644 website/contents/examples/flexible-text.md create mode 100644 website/contents/examples/floating-buttons.md create mode 100644 website/contents/examples/overlays.md create mode 100644 website/contents/getting-started/component-kit.md create mode 100644 website/contents/getting-started/react-native.md create mode 100644 website/contents/getting-started/standalone.md create mode 100644 website/contents/properties/absolute-layout.md create mode 100644 website/contents/properties/align-content.md create mode 100644 website/contents/properties/align-items.md create mode 100644 website/contents/properties/aspect-ratio.md create mode 100644 website/contents/properties/flex-direction.md create mode 100644 website/contents/properties/flex-wrap.md create mode 100644 website/contents/properties/flex.md delete mode 100644 website/contents/properties/flexDirection.md create mode 100644 website/contents/properties/justify-content.md create mode 100644 website/contents/properties/layout-direction.md create mode 100644 website/contents/properties/margins-paddings-borders.md create mode 100644 website/contents/properties/min-max.md create mode 100644 website/contents/properties/width-height.md diff --git a/website/contents/contributing/adding-a-test.md b/website/contents/contributing/adding-a-test.md new file mode 100644 index 00000000..e740bbbb --- /dev/null +++ b/website/contents/contributing/adding-a-test.md @@ -0,0 +1,7 @@ +--- +path: "contributing/adding-a-test" +title: "Adding a Test" +hasPlayground: false +--- + +## Adding a Test diff --git a/website/contents/contributing/checking-out-the-code.md b/website/contents/contributing/checking-out-the-code.md new file mode 100644 index 00000000..21c7d9bc --- /dev/null +++ b/website/contents/contributing/checking-out-the-code.md @@ -0,0 +1,7 @@ +--- +path: "contributing/checking-out-the-code" +title: "Checking Out the Code" +hasPlayground: false +--- + +## Checking Out the Code diff --git a/website/contents/contributing/making-a-change.md b/website/contents/contributing/making-a-change.md new file mode 100644 index 00000000..7b44c023 --- /dev/null +++ b/website/contents/contributing/making-a-change.md @@ -0,0 +1,7 @@ +--- +path: "contributing/making-a-change" +title: "Making a change" +hasPlayground: false +--- + +## Making a change diff --git a/website/contents/contributing/opening-a-pull-request.md b/website/contents/contributing/opening-a-pull-request.md new file mode 100644 index 00000000..9cdc5c81 --- /dev/null +++ b/website/contents/contributing/opening-a-pull-request.md @@ -0,0 +1,7 @@ +--- +path: "contributing/opening-a-pull-request" +title: "Opening a Pull Request" +hasPlayground: false +--- + +## Opening a Pull Request diff --git a/website/contents/contributing/running-the-test-suite.md b/website/contents/contributing/running-the-test-suite.md new file mode 100644 index 00000000..6000341d --- /dev/null +++ b/website/contents/contributing/running-the-test-suite.md @@ -0,0 +1,7 @@ +--- +path: "contributing/running-the-test-suite" +title: "Running the Test Suite" +hasPlayground: false +--- + +## Running the Test Suite diff --git a/website/contents/contributing/writing-documentation.md b/website/contents/contributing/writing-documentation.md new file mode 100644 index 00000000..d54574e3 --- /dev/null +++ b/website/contents/contributing/writing-documentation.md @@ -0,0 +1,7 @@ +--- +path: "contributing/writing-documentation" +title: "Writing Documentation" +hasPlayground: false +--- + +## Writing Documentation diff --git a/website/contents/examples/flexible-text.md b/website/contents/examples/flexible-text.md new file mode 100644 index 00000000..656880ec --- /dev/null +++ b/website/contents/examples/flexible-text.md @@ -0,0 +1,7 @@ +--- +path: "examples/flexible-text" +title: "Flexible Text" +hasPlayground: false +--- + +## Flexible Text diff --git a/website/contents/examples/floating-buttons.md b/website/contents/examples/floating-buttons.md new file mode 100644 index 00000000..0fc92abe --- /dev/null +++ b/website/contents/examples/floating-buttons.md @@ -0,0 +1,7 @@ +--- +path: "examples/floating-buttons" +title: "Floating Buttons" +hasPlayground: false +--- + +## Floating Buttons diff --git a/website/contents/examples/overlays.md b/website/contents/examples/overlays.md new file mode 100644 index 00000000..df438795 --- /dev/null +++ b/website/contents/examples/overlays.md @@ -0,0 +1,7 @@ +--- +path: "examples/overlays" +title: "Overlays" +hasPlayground: false +--- + +## Overlays diff --git a/website/contents/getting-started/component-kit.md b/website/contents/getting-started/component-kit.md new file mode 100644 index 00000000..856d3994 --- /dev/null +++ b/website/contents/getting-started/component-kit.md @@ -0,0 +1,7 @@ +--- +path: "getting-started/component-kit" +title: "ComponentKit" +hasPlayground: false +--- + +## ComponentKit diff --git a/website/contents/getting-started/litho.md b/website/contents/getting-started/litho.md index 0a972968..af10c692 100644 --- a/website/contents/getting-started/litho.md +++ b/website/contents/getting-started/litho.md @@ -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 -} -``` diff --git a/website/contents/getting-started/react-native.md b/website/contents/getting-started/react-native.md new file mode 100644 index 00000000..10788cc7 --- /dev/null +++ b/website/contents/getting-started/react-native.md @@ -0,0 +1,7 @@ +--- +path: "getting-started/react-native" +title: "React Native" +hasPlayground: false +--- + +## React Native diff --git a/website/contents/getting-started/standalone.md b/website/contents/getting-started/standalone.md new file mode 100644 index 00000000..434dedc1 --- /dev/null +++ b/website/contents/getting-started/standalone.md @@ -0,0 +1,7 @@ +--- +path: "getting-started/standalone" +title: "Standalone" +hasPlayground: false +--- + +## Standalone diff --git a/website/contents/properties/absolute-layout.md b/website/contents/properties/absolute-layout.md new file mode 100644 index 00000000..756da8fe --- /dev/null +++ b/website/contents/properties/absolute-layout.md @@ -0,0 +1,8 @@ +--- +path: "docs/absolute-layout" +title: "Absolute Layout" +hasPlayground: true +editableProperties: ['positionType', 'position'] +--- + +## Absolute Layout \ No newline at end of file diff --git a/website/contents/properties/align-content.md b/website/contents/properties/align-content.md new file mode 100644 index 00000000..d4bee4e7 --- /dev/null +++ b/website/contents/properties/align-content.md @@ -0,0 +1,8 @@ +--- +path: "docs/align-content" +title: "Align Content" +hasPlayground: true +editableProperties: ['alignContent'] +--- + +## Align Content \ No newline at end of file diff --git a/website/contents/properties/align-items.md b/website/contents/properties/align-items.md new file mode 100644 index 00000000..df749a3c --- /dev/null +++ b/website/contents/properties/align-items.md @@ -0,0 +1,8 @@ +--- +path: "docs/align-items" +title: "Align Items / Self" +hasPlayground: true +editableProperties: ['alignItems', 'alignSelf'] +--- + +## Align Items / Self \ No newline at end of file diff --git a/website/contents/properties/aspect-ratio.md b/website/contents/properties/aspect-ratio.md new file mode 100644 index 00000000..76eb7db3 --- /dev/null +++ b/website/contents/properties/aspect-ratio.md @@ -0,0 +1,8 @@ +--- +path: "docs/aspect-ratio" +title: "Aspect Ratio" +hasPlayground: true +editableProperties: ['aspectRatio'] +--- + +## Aspect Ratio \ No newline at end of file diff --git a/website/contents/properties/flex-direction.md b/website/contents/properties/flex-direction.md new file mode 100644 index 00000000..701f0f59 --- /dev/null +++ b/website/contents/properties/flex-direction.md @@ -0,0 +1,8 @@ +--- +path: "docs/flex-direction" +title: "Flex Direction" +hasPlayground: true +editableProperties: ['flexDirection'] +--- + +## Flex Direction \ No newline at end of file diff --git a/website/contents/properties/flex-wrap.md b/website/contents/properties/flex-wrap.md new file mode 100644 index 00000000..2ee1725f --- /dev/null +++ b/website/contents/properties/flex-wrap.md @@ -0,0 +1,8 @@ +--- +path: "docs/flex-wrap" +title: "Flex Wrap" +hasPlayground: true +editableProperties: ['flexWrap'] +--- + +## Flex Wrap \ No newline at end of file diff --git a/website/contents/properties/flex.md b/website/contents/properties/flex.md new file mode 100644 index 00000000..dbf64d3f --- /dev/null +++ b/website/contents/properties/flex.md @@ -0,0 +1,8 @@ +--- +path: "docs/flex" +title: "Flex Basis, Grow, and Shrink" +hasPlayground: true +editableProperties: ['flexGrow', 'flexShrink', 'flexBasis'] +--- + +## Flex Basis, Grow, and Shrink \ No newline at end of file diff --git a/website/contents/properties/flexDirection.md b/website/contents/properties/flexDirection.md deleted file mode 100644 index 51e11a67..00000000 --- a/website/contents/properties/flexDirection.md +++ /dev/null @@ -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 -} -``` diff --git a/website/contents/properties/justify-content.md b/website/contents/properties/justify-content.md new file mode 100644 index 00000000..da85ed12 --- /dev/null +++ b/website/contents/properties/justify-content.md @@ -0,0 +1,8 @@ +--- +path: "docs/justify-content" +title: "Justify Content" +hasPlayground: true +editableProperties: ['justifyContent'] +--- + +## Justify Content \ No newline at end of file diff --git a/website/contents/properties/layout-direction.md b/website/contents/properties/layout-direction.md new file mode 100644 index 00000000..171d1cb8 --- /dev/null +++ b/website/contents/properties/layout-direction.md @@ -0,0 +1,8 @@ +--- +path: "docs/layout-direction" +title: "Layout Direction" +hasPlayground: true +editableProperties: ['layoutDirection'] +--- + +## Layout Direction \ No newline at end of file diff --git a/website/contents/properties/margins-paddings-borders.md b/website/contents/properties/margins-paddings-borders.md new file mode 100644 index 00000000..54f547b1 --- /dev/null +++ b/website/contents/properties/margins-paddings-borders.md @@ -0,0 +1,8 @@ +--- +path: "docs/margins-paddings-borders" +title: "Margins, Paddings, and Borders" +hasPlayground: true +editableProperties: ['margin', 'padding', 'border'] +--- + +## Margins, Paddings, and Borders \ No newline at end of file diff --git a/website/contents/properties/min-max.md b/website/contents/properties/min-max.md new file mode 100644 index 00000000..16ba4cd2 --- /dev/null +++ b/website/contents/properties/min-max.md @@ -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 \ No newline at end of file diff --git a/website/contents/properties/width-height.md b/website/contents/properties/width-height.md new file mode 100644 index 00000000..ad07a73b --- /dev/null +++ b/website/contents/properties/width-height.md @@ -0,0 +1,8 @@ +--- +path: "docs/width-height" +title: "Width and Height" +hasPlayground: true +editableProperties: ['width', 'height'] +--- + +## Width and Height \ No newline at end of file