-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add development docs structure (#1245)
- Loading branch information
1 parent
5be2213
commit 90a9a96
Showing
16 changed files
with
130 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
- title: Introduction | ||
items: | ||
- overview | ||
- structure | ||
- components | ||
- how-to-develop-and-debug | ||
- title: Threading | ||
items: | ||
- threading | ||
- title: Node Lifecycle | ||
items: | ||
- node-lifecycle | ||
- title: Layout System | ||
items: | ||
- layout-specs | ||
- automatic-subnode-layout | ||
- layout-transitions | ||
- title: Collections | ||
items: | ||
- collection-asynchronous-updates | ||
- collection-animations | ||
- cell-node-lifecycle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Automatic subnode layout | ||
layout: docs | ||
permalink: /development/automatic-subnode-layout.html | ||
--- | ||
|
||
<p>👷👷♀️Under construction…</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Cell node lifecycle | ||
layout: docs | ||
permalink: /development/cell-node-lifecycle.html | ||
--- | ||
|
||
<p>👷👷♀️Under construction…</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Collection animations | ||
layout: docs | ||
permalink: /development/collection-animations.html | ||
--- | ||
|
||
<p>👷👷♀️Under construction…</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Collections and asynchronous updates | ||
layout: docs | ||
permalink: /development/collection-asynchronous-updates.html | ||
--- | ||
|
||
<p>👷👷♀️Under construction…</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: How components work together | ||
layout: docs | ||
permalink: /development/components.html | ||
--- | ||
|
||
<p>👷👷♀️Under construction…</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Develop and debug | ||
layout: docs | ||
permalink: /development/how-to-develop-and-debug.html | ||
--- | ||
|
||
<p>👷👷♀️Under construction…</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Layout specs | ||
layout: docs | ||
permalink: /development/layout-specs.html | ||
--- | ||
|
||
<p>👷👷♀️Under construction…</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Layout transitions and animations | ||
layout: docs | ||
permalink: /development/layout-transitions.html | ||
--- | ||
|
||
<p>👷👷♀️Under construction…</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Node lifecycle | ||
layout: docs | ||
permalink: /development/node-lifecycle.html | ||
--- | ||
|
||
<p>👷👷♀️Under construction…</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Overview | ||
layout: docs | ||
permalink: /development/overview.html | ||
--- | ||
|
||
<p>👷👷♀️Under construction…</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Structure | ||
layout: docs | ||
permalink: /development/structure.html | ||
--- | ||
|
||
<p>👷👷♀️Under construction…</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Threading | ||
layout: docs | ||
permalink: /development/threading.html | ||
--- | ||
|
||
<p>👷👷♀️Under construction…</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<nav class='toc'> | ||
<h2>Development</h2> | ||
{% for section in site.data.nav_development %} | ||
<section> | ||
<h3>{{ section.title }}</h3> | ||
<ul> | ||
{% for item in section.items %} | ||
{% for doc in site.docs %} | ||
{% assign item_url = item | prepend:"/development/" | append:".html" %} | ||
{% if doc.url == item_url %} | ||
<li> | ||
<a href={{item_url}}{% if page.url == item_url %} class="active"{% endif %}> | ||
{{ doc.title }} | ||
</a> | ||
</li> | ||
{% endif %} | ||
{% endfor %} | ||
{% endfor %} | ||
</ul> | ||
</section> | ||
{% endfor %} | ||
</nav> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
<nav class='toc'> | ||
<h2>Usage</h2> | ||
{% for section in site.data.nav_docs %} | ||
<section> | ||
<h3>{{ section.title }}</h3> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters