You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by an...@apache.org on 2019/12/19 00:28:07 UTC

[royale-docs] branch master updated: Update toc.json

This is an automated email from the ASF dual-hosted git repository.

andreww pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 2f36f16  Update toc.json
2f36f16 is described below

commit 2f36f166fc4fdaa5c2ebcc8df626bc64d4eefa5a
Author: Andrew Wetmore <an...@cottage14.com>
AuthorDate: Wed Dec 18 20:27:59 2019 -0400

    Update toc.json
    
    Added "tutorials" to the bottom of the ToC
---
 _data/toc.json | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/_data/toc.json b/_data/toc.json
index 6ad1e21..2728791 100644
--- a/_data/toc.json
+++ b/_data/toc.json
@@ -338,6 +338,22 @@
                     ]
                 }
             ]
+        },
+        {
+            "path": "tutorials.md",
+            "children": [
+                {
+                    "path": "get-started/hello-world.md"
+                },
+                {
+                    "path": "create-an-application/application-tutorial.md"
+                },
+                {
+                    "path": "tutorials/royale-in-a-week.md"
+                }
+             ]
         }
+        
     ]
-}
\ No newline at end of file
+}
+