Add skeleton for documentation (#1589)
Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/1589 Adds a skeleton to the new website of documentation and such for us to fill out. Reviewed By: joevilches Differential Revision: D54567186 fbshipit-source-id: 700dfe0787fcb9806c3daa0675e838540119bbc0
This commit is contained in:
committed by
Facebook GitHub Bot
parent
367643faa5
commit
cc2a87d4f9
4
website-next/docs/getting-started/_category_.json
Normal file
4
website-next/docs/getting-started/_category_.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"label": "Getting Started",
|
||||
"position": 2
|
||||
}
|
7
website-next/docs/getting-started/configuring-yoga.md
Normal file
7
website-next/docs/getting-started/configuring-yoga.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
sidebar_position: 2
|
||||
---
|
||||
|
||||
# Configuring Yoga
|
||||
|
||||
Talk about YGConfig model. Per subtree configuration. UseWebDefaults. Link to advanced topics.
|
7
website-next/docs/getting-started/laying-out-a-tree.md
Normal file
7
website-next/docs/getting-started/laying-out-a-tree.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# Laying out a Yoga tree
|
||||
|
||||
Introduction which covers basic APIs for creating then laying out a Yoga tree, then reading the layout output.
|
7
website-next/docs/getting-started/styling.md
Normal file
7
website-next/docs/getting-started/styling.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
sidebar_position: 3
|
||||
---
|
||||
|
||||
# Styling
|
||||
|
||||
Talk about setting Yoga styles, units, logical edges, any quirks/invalidation, style defaults.
|
Reference in New Issue
Block a user