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/advanced/_category_.json
Normal file
4
website-next/docs/advanced/_category_.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"label": "Advanced",
|
||||
"position": 3
|
||||
}
|
7
website-next/docs/advanced/caching.md
Normal file
7
website-next/docs/advanced/caching.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# Caching and incremental layout
|
||||
|
||||
Discuss invalidation model, hasNewLayout, etc.
|
7
website-next/docs/advanced/errata.md
Normal file
7
website-next/docs/advanced/errata.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
sidebar_position: 4
|
||||
---
|
||||
|
||||
# Errata and layout conformance
|
||||
|
||||
Talk about errata
|
7
website-next/docs/advanced/external-layout-systems.md
Normal file
7
website-next/docs/advanced/external-layout-systems.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
sidebar_position: 2
|
||||
---
|
||||
|
||||
# Integrating with external layout systems
|
||||
|
||||
Talk about measure functions et all.
|
7
website-next/docs/advanced/pixel-grid.md
Normal file
7
website-next/docs/advanced/pixel-grid.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
sidebar_position: 3
|
||||
---
|
||||
|
||||
# Pixel grid alignment
|
||||
|
||||
Talk about pointScaleFactor and alignment to pixel grid.
|
Reference in New Issue
Block a user