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 2020/01/03 13:29:48 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 969cb45  Update toc.json
969cb45 is described below

commit 969cb45fd95c0b1cfe822d568352589a628fdd90
Author: Andrew Wetmore <an...@cottage14.com>
AuthorDate: Fri Jan 3 09:29:42 2020 -0400

    Update toc.json
    
    moved the component-sets main page, and the two sub-pages, under UI.
---
 _data/toc.json | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

diff --git a/_data/toc.json b/_data/toc.json
index c9091b1..5ebb719 100644
--- a/_data/toc.json
+++ b/_data/toc.json
@@ -115,20 +115,21 @@
         {
             "path": "user-interface.md",
             "children": [
-                {
+               
+                {
+                    "path": "component-sets.md",
+                      "children": [
+                     {
+                       "path": "component-sets/basic.md"
+                     },
+                     {
+                       "path": "component-sets/jewel.md"
+                     }
+                 ]
+              },
+              {
                     "path": "user-interface/layouts.md"
-                }
-            ]
-        },
-        {
-            "path": "component-sets.md",
-            "children": [
-                {
-                    "path": "component-sets/basic.md"
-                },
-                {
-                    "path": "component-sets/jewel.md"
-                }
+              }
             ]
         },
         {