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 5db8e9f  added loading external data section with httpservice, json 
and amf empty pages
5db8e9f is described below

commit 5db8e9fba0dd14abdaf79883915892f50b8c668b
Author: Carlos Rovira <[email protected]>
AuthorDate: Sun Aug 25 00:13:26 2019 +0200

    added loading external data section with httpservice, json and amf empty 
pages
---
 _data/toc.json                                | 14 +++++++++++++
 features/loading-external-data.md             | 29 +++++++++++++++++++++++++++
 features/loading-external-data/amf.md         | 27 +++++++++++++++++++++++++
 features/loading-external-data/httpservice.md | 27 +++++++++++++++++++++++++
 features/loading-external-data/json.md        | 27 +++++++++++++++++++++++++
 5 files changed, 124 insertions(+)

diff --git a/_data/toc.json b/_data/toc.json
index cb4f6a3..28bd971 100644
--- a/_data/toc.json
+++ b/_data/toc.json
@@ -83,6 +83,20 @@
                 },
                 {
                     "path": "features/modules.md"
+                },
+                {
+                    "path": "features/loading-external-data.md",
+                    "children": [
+                        {
+                            "path": 
"features/loading-external-data/httpservice.md"
+                        },
+                        {
+                            "path": "features/loading-external-data/json.md"
+                        },
+                        {
+                            "path": "features/loading-external-data/amf.md"
+                        }
+                    ]
                 }
             ]
         },
diff --git a/features/loading-external-data.md 
b/features/loading-external-data.md
new file mode 100644
index 0000000..3c120d5
--- /dev/null
+++ b/features/loading-external-data.md
@@ -0,0 +1,29 @@
+---
+# 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: Loading External Data
+description: Loading External Data
+---
+
+# Loading External Data
+
+Loading External Data
+
+* [HTTPService](features/loading-external-data/httpservice.html)
+* [JSON](features/loading-external-data/json.html)
+* [AMF](features/loading-external-data/amf.html)
+
diff --git a/features/loading-external-data/amf.md 
b/features/loading-external-data/amf.md
new file mode 100644
index 0000000..46b68e1
--- /dev/null
+++ b/features/loading-external-data/amf.md
@@ -0,0 +1,27 @@
+---
+# 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: AMF
+description: ActionScript Message Format
+---
+
+# AMF
+
+ActionScript Message Format
+
+
+
diff --git a/features/loading-external-data/httpservice.md 
b/features/loading-external-data/httpservice.md
new file mode 100644
index 0000000..5c02c17
--- /dev/null
+++ b/features/loading-external-data/httpservice.md
@@ -0,0 +1,27 @@
+---
+# 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: HTTPService
+description: HTTPService
+---
+
+# HTTPService
+
+HTTPService
+
+
+
diff --git a/features/loading-external-data/json.md 
b/features/loading-external-data/json.md
new file mode 100644
index 0000000..b5d4d47
--- /dev/null
+++ b/features/loading-external-data/json.md
@@ -0,0 +1,27 @@
+---
+# 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: JSON
+description: JSON
+---
+
+# JSON
+
+JSON
+
+
+

Reply via email to