From 0328694cab8f000b69e68b95b51fa07f53b0807b Mon Sep 17 00:00:00 2001 From: Luke Parham Date: Mon, 4 Apr 2016 12:49:00 -0500 Subject: [PATCH] wip --- _docs/getting-started.md | 2 +- _docs/text-node.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/_docs/getting-started.md b/_docs/getting-started.md index f9208cb8..b16da7e2 100755 --- a/_docs/getting-started.md +++ b/_docs/getting-started.md @@ -53,7 +53,7 @@ The four node containers are:
  • ASPagerNode. A specialized ASCollectionNode which can be used in the same way as a UIPageViewController.
  • -

    Layout Engine

    +

    Layout Engine

    AsyncDisplayKit's layout engine is both one of its most powerful and one of its most unique features. Based on the CSS FlexBox model, it provides a declarative way of specifying a custom node's size and layout of its subnodes. While all nodes are concurrently rendered by default, asynchronous measurement and layout are performed by providing an ASLayoutSpec for each node. diff --git a/_docs/text-node.md b/_docs/text-node.md index 0b6fd022..2115e032 100755 --- a/_docs/text-node.md +++ b/_docs/text-node.md @@ -2,6 +2,5 @@ title: ASTextNode layout: docs permalink: /docs/text-node.html - ---