From d50740278adff9aa30269923649fb7be383427aa Mon Sep 17 00:00:00 2001 From: Markus Hofer Date: Thu, 22 Jul 2021 22:41:31 +1200 Subject: [PATCH] Changed visible=false to visible=true in Vine examples and added a link to the VineML page to make it immediately clear that there is more information on VineML available --- docs/API/ScriptingLanguages.md | 4 ++-- docs/API/Vines.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/API/ScriptingLanguages.md b/docs/API/ScriptingLanguages.md index a4391eda..8c34ae76 100644 --- a/docs/API/ScriptingLanguages.md +++ b/docs/API/ScriptingLanguages.md @@ -7,7 +7,7 @@ Enklu Cloud's scripting interface offers 2 types of scripts: Behavior scripts an ## Vine Scripts -Vine scripts are written using VineML. VineML is a markup language which strongly correlates to HTML. However unlike HTML, VineML has several built-in features specifically aimed at creating UI elements for AR. In Enklu Cloud, Vine scripts are used to describe element hierarchies, assign schema data, and display information. +Vine scripts are written using [VineML](Vines.md). VineML is a markup language which strongly correlates to HTML. However unlike HTML, VineML has several built-in features specifically aimed at creating UI elements for AR. In Enklu Cloud, Vine scripts are used to describe element hierarchies, assign schema data, and display information. VineML files are called *documents*. These documents are made up of a hierarchy of nested *tags* which start from a single root element. Each tag can have zero or more attributes. Let's look at an example Vine script: @@ -56,7 +56,7 @@ While tags define the object structure, attributes define the object properties. ```jsx