You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/01/24 07:27:21 UTC

[royale-docs] 03/03: fix up after merge

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-docs.git

commit 44cc80b98352318b903c7d078d7d5d673d8fc0bf
Author: Alex Harui <ah...@apache.org>
AuthorDate: Tue Jan 23 23:27:06 2018 -0800

    fix up after merge
---
 _layouts/docpage.html | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/_layouts/docpage.html b/_layouts/docpage.html
index a362dc8..0d4481c 100644
--- a/_layouts/docpage.html
+++ b/_layouts/docpage.html
@@ -77,6 +77,7 @@ limitations under the License.
 {% assign deploy = "inline" %}
 {% assign secure = "inline" %}
 {% assign maintain = "inline" %}
+{% assign structure = "inline" %}
 {% assign label_welcome = "none" %}
 {% assign label_high_level_view = "none" %}
 {% assign label_features_and_concepts = "none" %}
@@ -104,6 +105,7 @@ limitations under the License.
 {% assign label_deploy = "none" %}
 {% assign label_secure = "none" %}
 {% assign label_maintain = "none" %}
+{% assign label_structure = "none" %}
 {% case page.title %}
     {% when "Welcome to Apache Royale" %}
       {% assign welcome = "none" %}
@@ -186,6 +188,9 @@ limitations under the License.
     {% when "Maintain" %}
       {% assign maintain = "none" %}
       {% assign label_maintain = "inline" %}
+    {% when "Structure" %}
+      {% assign structure = "none" %}
+      {% assign label_structure = "inline" %}
 {% endcase %}
 <div class="topbar">
 <img src="http://royale.codeoscopic.com/wp-content/uploads/2018/01/apache-royale-tm-logo-dark.svg" style="margin-top:15px; margin-bottom: 5px; width: 190px; height: 40px;"/>
@@ -343,7 +348,10 @@ limitations under the License.
           <span class="toc_label" style="display: {{ label_maintain }}">Maintain</span>
         </div>
       </div>
-      <a id="structure" class="toc_entry" href="{{ site.baseurl }}/CreateAnApplication/Structure.html">Structure</a>
+      <div class="toc_entry" >
+        <a class="toc_link" href="CreateAnApplication/Structure.html" style="display: {{ structure }}">Structure</a>
+        <span class="toc_label" style="display: {{ label_structure }}">Structure</span>
+      </div>
     </div>
   </div>
   <div class="content" id="content">

-- 
To stop receiving notification emails like this one, please contact
aharui@apache.org.