You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/01/02 12:13:08 UTC

[royale-docs] branch master updated: permalinks added and some fixes of toc

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

carlosrovira 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 c67ba30  permalinks added and some fixes of toc
c67ba30 is described below

commit c67ba30c3a7bff2a03433f9663ab9fbbd723444b
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Thu Jan 2 13:12:55 2020 +0100

    permalinks added and some fixes of toc
---
 _data/toc.json                                           | 16 ++++++----------
 .../migrate-an-existing-app/migrate-from-flex.md         |  2 +-
 .../migrate-an-existing-app/renaming-of-properties.md    |  3 +++
 user-interface/components.md                             |  1 +
 user-interface/flex-equivalents.md                       |  3 +++
 5 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/_data/toc.json b/_data/toc.json
index c63b981..a53bf5b 100644
--- a/_data/toc.json
+++ b/_data/toc.json
@@ -118,7 +118,7 @@
                 {
                     "path": "user-interface/layouts.md"
                 }
-          ]
+            ]
         },
         {
             "path": "component-sets.md",
@@ -329,9 +329,12 @@
             ]
         },
         {
-          "path": "create-an-application/migrate-an-existing-app.md",
+            "path": "create-an-application/migrate-an-existing-app.md",
             "children": [
                 {
+                    "path": "create-an-application/migrate-an-existing-app/circular-dependencies.md"
+                },
+                {
                     "path": "create-an-application/migrate-an-existing-app/migrate-from-flex.md"
                 },
                 {
@@ -365,20 +368,13 @@
             "path": "tutorials.md",
             "children": [
                 {
-                    "path": "get-started/hello-world.md"
-                },
-                {
-                    "path": "create-an-application/application-tutorial.md"
-                },
-                {
                     "path": "tutorials/royale-in-a-week.md"
                 }
-             ]
+            ]
         },
         {
            "path": "welcome/licenses.md"
         }
-        
     ]
 }
                 
diff --git a/create-an-application/migrate-an-existing-app/migrate-from-flex.md b/create-an-application/migrate-an-existing-app/migrate-from-flex.md
index 169d180..c5d84e2 100644
--- a/create-an-application/migrate-an-existing-app/migrate-from-flex.md
+++ b/create-an-application/migrate-an-existing-app/migrate-from-flex.md
@@ -17,7 +17,7 @@
 layout: docpage
 title: Migrate from Flex
 description: Migrate an app from Flex to Royale
-permalink: /create-an-application/migrate-an-existing-app
+permalink: /create-an-application/migrate-an-existing-app/migrate-from-flex
 ---
 
 <!-- This is from material created by Peter Ent and modified by Tom Chiverton: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=34013930 -->
diff --git a/create-an-application/migrate-an-existing-app/renaming-of-properties.md b/create-an-application/migrate-an-existing-app/renaming-of-properties.md
index 3e2897c..ebd2ad4 100644
--- a/create-an-application/migrate-an-existing-app/renaming-of-properties.md
+++ b/create-an-application/migrate-an-existing-app/renaming-of-properties.md
@@ -16,7 +16,10 @@
 
 layout: docpage
 title: Renaming of properties
+description: Renaming of properties
+permalink: /create-an-application/migrate-an-existing-app/renaming-of-properties
 ---
+
 # Renaming of properties
 
 *This material will be available soon.*
diff --git a/user-interface/components.md b/user-interface/components.md
index 2943e4d..d5a503d 100644
--- a/user-interface/components.md
+++ b/user-interface/components.md
@@ -17,6 +17,7 @@
 layout: docpage
 title: Components
 description: Meet the UI building blocks.
+permalink: /user-interface/components
 ---
 # Components
 
diff --git a/user-interface/flex-equivalents.md b/user-interface/flex-equivalents.md
index e4e3e5d..e416aa4 100644
--- a/user-interface/flex-equivalents.md
+++ b/user-interface/flex-equivalents.md
@@ -4,8 +4,11 @@
 # http://www.apache.org/licenses/LICENSE-2.0
 # 
 # Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
+
 layout: docpage
 title: Flex equivalents in Royale
+description: Working with Royale is _almost_, but _not quite_, like working with Flex
+permalink: /user-interface/flex-equivalents
 ---
 
 # Flex equivalents in Royale