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 2019/08/25 09:53:55 UTC

[royale-docs] branch master updated: styling page

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 789548a  styling page
789548a is described below

commit 789548ab17d06340a00bd3839af2f32d0253c737
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sun Aug 25 11:53:48 2019 +0200

    styling page
---
 _data/toc.json      |  3 +++
 features/styling.md | 24 ++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/_data/toc.json b/_data/toc.json
index 97b8602..2796691 100644
--- a/_data/toc.json
+++ b/_data/toc.json
@@ -88,6 +88,9 @@
                     "path": "features/modules.md"
                 },
                 {
+                    "path": "features/styling.md"
+                },
+                {
                     "path": "features/loading-external-data.md",
                     "children": [
                         {
diff --git a/features/styling.md b/features/styling.md
new file mode 100644
index 0000000..af488a0
--- /dev/null
+++ b/features/styling.md
@@ -0,0 +1,24 @@
+---
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# 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: Styling
+description: Styling
+---
+
+# Styling
+
+Styling
\ No newline at end of file