Skip to content

Commit

Permalink
Add dev docs navigation (#1599)
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhuy authored Jul 26, 2019
1 parent 7aba287 commit 67f2ea5
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 0 deletions.
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

0 comments on commit 67f2ea5

Please sign in to comment.