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 3f088f5 more tree fixes and add some docs to avoid pages strech due
to not having enough content
3f088f5 is described below
commit 3f088f55efbb052b6ab9a57144a5ce5b326b93af
Author: Carlos Rovira <[email protected]>
AuthorDate: Thu Jan 2 13:01:02 2020 +0100
more tree fixes and add some docs to avoid pages strech due to not having
enough content
---
_data/toc.json | 6 ------
component-sets/basic.md | 2 ++
features/loading-external-data/json.md | 4 +++-
3 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/_data/toc.json b/_data/toc.json
index 19b1d91..c63b981 100644
--- a/_data/toc.json
+++ b/_data/toc.json
@@ -117,9 +117,6 @@
"children": [
{
"path": "user-interface/layouts.md"
- },
- {
- "path": "features/view-states.md"
}
]
},
@@ -248,9 +245,6 @@
"path":
"features/loading-external-data/remoteobject.md"
}
]
- },
- {
- "path": "features/data-binding.md"
}
]
},
diff --git a/component-sets/basic.md b/component-sets/basic.md
index 0c2239b..879533b 100644
--- a/component-sets/basic.md
+++ b/component-sets/basic.md
@@ -24,5 +24,7 @@ permalink: /component-sets/basic
The most smallest, fastest and PAYG set
+is the most smallest, fastest and PAYG set of components possible in Royale,
and is used by other sets like Jewel as its base.
+
*information coming soon.*
diff --git a/features/loading-external-data/json.md
b/features/loading-external-data/json.md
index 216f019..d943d46 100644
--- a/features/loading-external-data/json.md
+++ b/features/loading-external-data/json.md
@@ -24,7 +24,9 @@ permalink: /features/loading-external-data/json
A plain object or array often referencing other plain objects and arrays
-About [JSON](https://www.json.org){:target='_blank'} implementation in Royale
+JSON (JavaScript Object Notation) is a lightweight data-interchange format. It
is easy for humans to read and write. It is easy for machines to parse and
generate. It is based on a subset of the JavaScript Programming Language
Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is
completely language independent but uses conventions that are familiar to
programmers of the C-family of languages, including C, C++, C#, Java,
JavaScript, Perl, Python, and many others.
+
+About [JSON](https://www.json.org){:target='_blank'} implementation in Royale.
*information coming soon.*