Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Dev docs] Add page navigation #1599

Merged
merged 1 commit into from
Jul 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/_docs/development/how-to-develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 2 additions & 0 deletions docs/_docs/development/layout-specs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/_docs/development/node-lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Node lifecycle
layout: docs
permalink: /development/node-lifecycle.html
prevPage: threading.html
nextPage: layout-specs.html
---

# At a glance
Expand Down
2 changes: 2 additions & 0 deletions docs/_docs/development/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/_docs/development/threading.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Threading
layout: docs
permalink: /development/threading.html
prevPage: how-to-develop.html
nextPage: node-lifecycle.html
---

# Threading
Expand Down
1 change: 1 addition & 0 deletions docs/_docs/multiplex-image-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href = "/docs/network-image-node.html">ASNetworkImageNode</a>.
Expand Down