aboutsummaryrefslogtreecommitdiffstats
path: root/content/tocs/getting_started/toc_dev_en.yml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-10-25 15:13:46 -0700
committerScott Rifenbark <srifenbark@gmail.com>2018-10-25 15:13:46 -0700
commit1f85b4ef7857b3863da767e519ecb46d20bb53cd (patch)
tree648fdac34763cd8df7627bc469dbf185991de419 /content/tocs/getting_started/toc_dev_en.yml
parent59738cfa6c2aa02e0b88e07e1c8455e50cecf856 (diff)
YAML files for application development flow section
Created TOC and fetch information for a new "Application Development Workflow" section. The section sits in the existing "Getting Started" area for now. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Diffstat (limited to 'content/tocs/getting_started/toc_dev_en.yml')
-rw-r--r--content/tocs/getting_started/toc_dev_en.yml25
1 files changed, 20 insertions, 5 deletions
diff --git a/content/tocs/getting_started/toc_dev_en.yml b/content/tocs/getting_started/toc_dev_en.yml
index a534c61..38f8154 100644
--- a/content/tocs/getting_started/toc_dev_en.yml
+++ b/content/tocs/getting_started/toc_dev_en.yml
@@ -1,9 +1,9 @@
#######################################################################
-# WARNING:
+# WARNING:
# - TOC should reference .HTML and .md (Index OK but Error 404)
-# - do not forget to run 'docbuild --tocs' after any changes
+# - do not forget to run 'docbuild --tocs' after any changes
+#
#
-#
############################ SYNTAX ###################################
# GLOBAL OPTIONS:
# name: TOC (page) title
@@ -13,7 +13,7 @@
# TOC Entry:
# name: TOC entry (level 1)
# children:
-# -
+# -
# name: optional name for TOC entry (default: use URL FrontMatter info)
# url: <subdir as defined with FETCH_DIR in conf/AppDefaults.js:
# -
@@ -61,4 +61,19 @@ children:
name: SDK
children:
- url: reference/setup-sdk-environment.html
-
+-
+# name: Scott's new section so far
+# children:
+# - url: reference/scott.html
+#-
+ name: Application Development Workflow
+ children:
+ - url: reference/app-workflow-intro.html
+ - url: reference/app-workflow-image.html
+ - url: reference/app-workflow-sdk.html
+ - url: reference/app-workflow-bootables.html
+ - url: reference/app-workflow-boot.html
+ - url: reference/app-workflow-prep-app.html
+ - url: reference/app-workflow-build-app.html
+ - url: reference/app-workflow-deploy-app.html
+ - url: reference/app-workflow-debug-app.html