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 10d92ef All pages should have a subtitle after title
10d92ef is described below
commit 10d92ef897039227b75243cb4bd13918e34cc95c
Author: Carlos Rovira <[email protected]>
AuthorDate: Thu May 16 11:47:54 2019 +0200
All pages should have a subtitle after title
Like in website style guidelines, so subtitle is colored in light blue and
subsequent paragraphs are styled as normal text
---
Create An Application.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Create An Application.md b/Create An Application.md
index 5eee4e2..ceccecb 100644
--- a/Create An Application.md
+++ b/Create An Application.md
@@ -19,6 +19,8 @@ title: Create an Application
---
# Create an Application
+All you need to now to build your first Apache Royale application
+
The easiest way to create a Royale application is to start with an existing
one and modify it. In the examples folder are several examples you can use as
a starting point. But if you want to know more about the underlying
principles, read on.
This document is divided into several sections: