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 d10537c add new language features to TOC
d10537c is described below
commit d10537c8b3604a07e0edb95e68c52e85d11f3089
Author: Carlos Rovira <[email protected]>
AuthorDate: Sat Aug 24 23:58:44 2019 +0200
add new language features to TOC
---
_data/toc.json | 10 +++++++++-
features/actionscript/abstract-classes.md | 4 ++--
features/actionscript/private-constructors.md | 4 ++--
3 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/_data/toc.json b/_data/toc.json
index c968cef..cb4f6a3 100644
--- a/_data/toc.json
+++ b/_data/toc.json
@@ -50,7 +50,15 @@
"path": "features-and-concepts.md",
"children": [
{
- "path": "features/as3.md"
+ "path": "features/as3.md",
+ "children": [
+ {
+ "path": "features/actionscript/abstract-classes.md"
+ },
+ {
+ "path":
"features/actionscript/private-constructors.md"
+ }
+ ]
},
{
"path": "features/mxml.md"
diff --git a/features/actionscript/abstract-classes.md
b/features/actionscript/abstract-classes.md
index a8c055a..f946593 100644
--- a/features/actionscript/abstract-classes.md
+++ b/features/actionscript/abstract-classes.md
@@ -15,8 +15,8 @@
# limitations under the License.
layout: docpage
-title: Abstract classes in ActionScript
-
+title: Abstract classes
+description: Abstract classes in ActionScript
---
# Abstract classes in ActionScript
diff --git a/features/actionscript/private-constructors.md
b/features/actionscript/private-constructors.md
index 608d9a3..3a02a48 100644
--- a/features/actionscript/private-constructors.md
+++ b/features/actionscript/private-constructors.md
@@ -15,8 +15,8 @@
# limitations under the License.
layout: docpage
-title: Private constructors in ActionScript
-
+title: Private constructors
+description: Private constructors in ActionScript
---
# Private constructors in ActionScript