From 90a9a9640a530246445110099130f9711c7c1ef5 Mon Sep 17 00:00:00 2001 From: Garrett Moon Date: Tue, 20 Nov 2018 12:59:07 -0800 Subject: [PATCH] Add development docs structure (#1245) --- docs/_data/nav_development.yml | 22 +++++++++++++++++++ .../development/automatic-subnode-layout.md | 7 ++++++ docs/_docs/development/cell-node-lifecycle.md | 7 ++++++ .../development/collection-animations.md | 7 ++++++ .../collection-asynchronous-updates.md | 7 ++++++ docs/_docs/development/components.md | 7 ++++++ .../development/how-to-develop-and-debug.md | 7 ++++++ docs/_docs/development/layout-specs.md | 7 ++++++ docs/_docs/development/layout-transitions.md | 7 ++++++ docs/_docs/development/node-lifecycle.md | 7 ++++++ docs/_docs/development/overview.md | 7 ++++++ docs/_docs/development/structure.md | 7 ++++++ docs/_docs/development/threading.md | 7 ++++++ docs/_includes/nav_development.html | 22 +++++++++++++++++++ docs/_includes/nav_docs.html | 1 + docs/_layouts/docs.html | 1 + 16 files changed, 130 insertions(+) create mode 100644 docs/_data/nav_development.yml create mode 100644 docs/_docs/development/automatic-subnode-layout.md create mode 100644 docs/_docs/development/cell-node-lifecycle.md create mode 100644 docs/_docs/development/collection-animations.md create mode 100644 docs/_docs/development/collection-asynchronous-updates.md create mode 100644 docs/_docs/development/components.md create mode 100644 docs/_docs/development/how-to-develop-and-debug.md create mode 100644 docs/_docs/development/layout-specs.md create mode 100644 docs/_docs/development/layout-transitions.md create mode 100644 docs/_docs/development/node-lifecycle.md create mode 100644 docs/_docs/development/overview.md create mode 100644 docs/_docs/development/structure.md create mode 100644 docs/_docs/development/threading.md create mode 100644 docs/_includes/nav_development.html diff --git a/docs/_data/nav_development.yml b/docs/_data/nav_development.yml new file mode 100644 index 000000000..3a3a2597c --- /dev/null +++ b/docs/_data/nav_development.yml @@ -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 diff --git a/docs/_docs/development/automatic-subnode-layout.md b/docs/_docs/development/automatic-subnode-layout.md new file mode 100644 index 000000000..705411d11 --- /dev/null +++ b/docs/_docs/development/automatic-subnode-layout.md @@ -0,0 +1,7 @@ +--- +title: Automatic subnode layout +layout: docs +permalink: /development/automatic-subnode-layout.html +--- + +

👷👷‍♀️Under construction…

\ No newline at end of file diff --git a/docs/_docs/development/cell-node-lifecycle.md b/docs/_docs/development/cell-node-lifecycle.md new file mode 100644 index 000000000..9ae549f91 --- /dev/null +++ b/docs/_docs/development/cell-node-lifecycle.md @@ -0,0 +1,7 @@ +--- +title: Cell node lifecycle +layout: docs +permalink: /development/cell-node-lifecycle.html +--- + +

👷👷‍♀️Under construction…

\ No newline at end of file diff --git a/docs/_docs/development/collection-animations.md b/docs/_docs/development/collection-animations.md new file mode 100644 index 000000000..e97a4d540 --- /dev/null +++ b/docs/_docs/development/collection-animations.md @@ -0,0 +1,7 @@ +--- +title: Collection animations +layout: docs +permalink: /development/collection-animations.html +--- + +

👷👷‍♀️Under construction…

\ No newline at end of file diff --git a/docs/_docs/development/collection-asynchronous-updates.md b/docs/_docs/development/collection-asynchronous-updates.md new file mode 100644 index 000000000..aacb9bc35 --- /dev/null +++ b/docs/_docs/development/collection-asynchronous-updates.md @@ -0,0 +1,7 @@ +--- +title: Collections and asynchronous updates +layout: docs +permalink: /development/collection-asynchronous-updates.html +--- + +

👷👷‍♀️Under construction…

\ No newline at end of file diff --git a/docs/_docs/development/components.md b/docs/_docs/development/components.md new file mode 100644 index 000000000..52f5e35b9 --- /dev/null +++ b/docs/_docs/development/components.md @@ -0,0 +1,7 @@ +--- +title: How components work together +layout: docs +permalink: /development/components.html +--- + +

👷👷‍♀️Under construction…

\ No newline at end of file diff --git a/docs/_docs/development/how-to-develop-and-debug.md b/docs/_docs/development/how-to-develop-and-debug.md new file mode 100644 index 000000000..d22ddbc87 --- /dev/null +++ b/docs/_docs/development/how-to-develop-and-debug.md @@ -0,0 +1,7 @@ +--- +title: Develop and debug +layout: docs +permalink: /development/how-to-develop-and-debug.html +--- + +

👷👷‍♀️Under construction…

\ No newline at end of file diff --git a/docs/_docs/development/layout-specs.md b/docs/_docs/development/layout-specs.md new file mode 100644 index 000000000..c7089b81f --- /dev/null +++ b/docs/_docs/development/layout-specs.md @@ -0,0 +1,7 @@ +--- +title: Layout specs +layout: docs +permalink: /development/layout-specs.html +--- + +

👷👷‍♀️Under construction…

\ No newline at end of file diff --git a/docs/_docs/development/layout-transitions.md b/docs/_docs/development/layout-transitions.md new file mode 100644 index 000000000..8ba604966 --- /dev/null +++ b/docs/_docs/development/layout-transitions.md @@ -0,0 +1,7 @@ +--- +title: Layout transitions and animations +layout: docs +permalink: /development/layout-transitions.html +--- + +

👷👷‍♀️Under construction…

\ No newline at end of file diff --git a/docs/_docs/development/node-lifecycle.md b/docs/_docs/development/node-lifecycle.md new file mode 100644 index 000000000..b8695b892 --- /dev/null +++ b/docs/_docs/development/node-lifecycle.md @@ -0,0 +1,7 @@ +--- +title: Node lifecycle +layout: docs +permalink: /development/node-lifecycle.html +--- + +

👷👷‍♀️Under construction…

\ No newline at end of file diff --git a/docs/_docs/development/overview.md b/docs/_docs/development/overview.md new file mode 100644 index 000000000..531fefe95 --- /dev/null +++ b/docs/_docs/development/overview.md @@ -0,0 +1,7 @@ +--- +title: Overview +layout: docs +permalink: /development/overview.html +--- + +

👷👷‍♀️Under construction…

\ No newline at end of file diff --git a/docs/_docs/development/structure.md b/docs/_docs/development/structure.md new file mode 100644 index 000000000..ec05b3f04 --- /dev/null +++ b/docs/_docs/development/structure.md @@ -0,0 +1,7 @@ +--- +title: Structure +layout: docs +permalink: /development/structure.html +--- + +

👷👷‍♀️Under construction…

\ No newline at end of file diff --git a/docs/_docs/development/threading.md b/docs/_docs/development/threading.md new file mode 100644 index 000000000..33499aeb2 --- /dev/null +++ b/docs/_docs/development/threading.md @@ -0,0 +1,7 @@ +--- +title: Threading +layout: docs +permalink: /development/threading.html +--- + +

👷👷‍♀️Under construction…

\ No newline at end of file diff --git a/docs/_includes/nav_development.html b/docs/_includes/nav_development.html new file mode 100644 index 000000000..248eb4388 --- /dev/null +++ b/docs/_includes/nav_development.html @@ -0,0 +1,22 @@ + diff --git a/docs/_includes/nav_docs.html b/docs/_includes/nav_docs.html index 4248dd367..ac4b08955 100755 --- a/docs/_includes/nav_docs.html +++ b/docs/_includes/nav_docs.html @@ -1,4 +1,5 @@