Move files around

This commit is contained in:
Rui Marinho
2016-12-16 14:09:39 +00:00
parent 57b042feb1
commit cb44a9f5a2
291 changed files with 25201 additions and 1724 deletions

4
docs/_data/authors.yml Normal file
View File

@@ -0,0 +1,4 @@
exampleauthor:
full_name: Example Author
fbid: 1234

2
docs/_data/features.yml Normal file
View File

@@ -0,0 +1,2 @@
# Add features here if you are using:
# {% include content/gridblocks.html data_source=site.data.features align="center" %}

10
docs/_data/nav.yml Normal file
View File

@@ -0,0 +1,10 @@
- title: Documentation
href: docs/
category: api
- title: GitHub
href: https://github.com/facebook/yoga
category: external
# Use external for external links not associated with the paths of the current site.
# If a category is external, site urls, for example, are not prepended to the href, etc..

25
docs/_data/nav_docs.yml Normal file
View File

@@ -0,0 +1,25 @@
- title: Quick Start
items:
- id: getting-started
- id: learn-more
- title: Flexbox concepts
items:
- id: flex-direction
- id: justify-content
- id: flex-wrap
- id: alignment
- id: flex
- id: absolute-position
- id: min-max-dimen
- id: margin-padding-border
- title: Yoga additions
items:
- id: aspect-ratio
- id: rtl
- title: API
items:
- id: c
- id: objc
- id: java
- id: csharp
- id: javascript

View File

@@ -0,0 +1 @@
# For non-highlighted projects. See format in powered_by_highlight.yml

View File

@@ -0,0 +1,6 @@
# React Native uses Yoga now. We can add a highlight later when other projects use it.
#- title: Who Uses This Project?
# items:
# - name: React Native
# url: https://facebook.github.io/react-native
# img: static/images/react-native.png

11
docs/_data/promo.yml Normal file
View File

@@ -0,0 +1,11 @@
# This file determines the list of promotional elements added to the header of \
# your site's homepage.
- type: plugin_row
children:
- type: button
href: docs/getting-started/
text: Get Started
- type: button
href: docs/learn-more/
text: Learn More