diff --git a/docs/_docs/development/how-to-develop.md b/docs/_docs/development/how-to-develop.md index abd8cdb0b..3fc8bcece 100644 --- a/docs/_docs/development/how-to-develop.md +++ b/docs/_docs/development/how-to-develop.md @@ -2,6 +2,8 @@ title: How to start contributing to Texture layout: docs permalink: /development/how-to-develop.html +prevPage: overview.html +nextPage: how-to-debug.html --- As an open source project, contributions are always welcome. Before you start, please read our [Contribution Guidelines](https://github.com/TextureGroup/Texture/blob/master/CONTRIBUTING.md). It's also a good idea to familiarize yourself with our [Development documentations](overview.html). diff --git a/docs/_docs/development/layout-specs.md b/docs/_docs/development/layout-specs.md index 96c7ad19d..826774c25 100644 --- a/docs/_docs/development/layout-specs.md +++ b/docs/_docs/development/layout-specs.md @@ -2,6 +2,8 @@ title: Layout specs layout: docs permalink: /development/layout-specs.html +prevPage: node-lifecycle.html +nextPage: collection-asynchronous-updates.html --- # Layout specs diff --git a/docs/_docs/development/node-lifecycle.md b/docs/_docs/development/node-lifecycle.md index 902ed91ab..dabb07579 100644 --- a/docs/_docs/development/node-lifecycle.md +++ b/docs/_docs/development/node-lifecycle.md @@ -2,6 +2,8 @@ title: Node lifecycle layout: docs permalink: /development/node-lifecycle.html +prevPage: threading.html +nextPage: layout-specs.html --- # At a glance diff --git a/docs/_docs/development/overview.md b/docs/_docs/development/overview.md index 6eb000ae2..4c659c05c 100644 --- a/docs/_docs/development/overview.md +++ b/docs/_docs/development/overview.md @@ -2,6 +2,8 @@ title: Overview and Structure layout: docs permalink: /development/overview.html +prevPage: /docs/multiplex-image-node.html +nextPage: how-to-develop.html --- ## Components diff --git a/docs/_docs/development/threading.md b/docs/_docs/development/threading.md index 9d52e2c82..9157d2582 100644 --- a/docs/_docs/development/threading.md +++ b/docs/_docs/development/threading.md @@ -2,6 +2,8 @@ title: Threading layout: docs permalink: /development/threading.html +prevPage: how-to-develop.html +nextPage: node-lifecycle.html --- # Threading diff --git a/docs/_docs/multiplex-image-node.md b/docs/_docs/multiplex-image-node.md index d219becb8..d89af4798 100755 --- a/docs/_docs/multiplex-image-node.md +++ b/docs/_docs/multiplex-image-node.md @@ -3,6 +3,7 @@ title: ASMultiplexImageNode layout: docs permalink: /docs/multiplex-image-node.html prevPage: editable-text-node.html +nextPage: /development/overview.html --- Let's say your API is out of your control and the images in your app can't be progressive jpegs but you can retrieve a few different sizes of the image asset you want to display. This is where you would use an `ASMultiplexImageNode` instead of an ASNetworkImageNode.