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/23 05:32:51 UTC

[royale-docs] branch develop updated: try base tag

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


The following commit(s) were added to refs/heads/develop by this push:
     new 757deca  try base tag
757deca is described below

commit 757decaeba5be2d4481c335ea1b3152edba63be2
Author: Alex Harui <ah...@apache.org>
AuthorDate: Mon Jan 22 21:32:45 2018 -0800

    try base tag
---
 _layouts/docpage.html | 55 ++++++++++++++++++++++++++-------------------------
 royalesite.css        |  3 ++-
 2 files changed, 30 insertions(+), 28 deletions(-)

diff --git a/_layouts/docpage.html b/_layouts/docpage.html
index f0133be..d593c72 100644
--- a/_layouts/docpage.html
+++ b/_layouts/docpage.html
@@ -22,6 +22,7 @@ limitations under the License.
 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
 <link rel="stylesheet" href="{{ site.baseurl }}/royalesite.css" />
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<base href="{{ site.baseurl }}" />
 <title>{{page.title}}</title>
 </head>
 
@@ -85,43 +86,43 @@ limitations under the License.
 <p class="tagline">Designed for the future.  Code Once.  Run Everywhere.</p>
 <div class="toc_and_doc">
   <div class="toc" id="toc">
-    <a id="welcome" class="toc_entry" href="{{ site.baseurl }}/index.html">Welcome to Apache Royale</a>
+    <a id="welcome" class="toc_entry" href="/index.html">Welcome to Apache Royale</a>
     <div id="welcome_menu" class="menu_div" style="display: {{ welcome_menu_open }}">
-      <a id="high_level_view" class="toc_entry" href="{{ site.baseurl }}/Welcome/High%20Level%20View.html">High Level View</a>
-      <a id="features_and_concepts" class="toc_entry" href="{{ site.baseurl }}/Welcome/Features%20and%20Concepts.html">Features and Concepts</a>
+      <a id="high_level_view" class="toc_entry" href="/Welcome/High%20Level%20View.html">High Level View</a>
+      <a id="features_and_concepts" class="toc_entry" href="/Welcome/Features%20and%20Concepts.html">Features and Concepts</a>
       <div id="features_and_concepts_menu" class="menu_div2" style="display: {{ features_menu_open }}">
-        <a id="as3" class="toc_entry2" href="{{ site.baseurl }}/Welcome/Features/AS3.html">AS3</a>
-        <a id="mxml" class="toc_entry2" href="{{ site.baseurl }}/Welcome/Features/MXML.html">MXML</a>
-        <a id="payg" class="toc_entry2" href="{{ site.baseurl }}/Welcome/Features/PAYG.html">PAYG</a>
-        <a id="strands_and_beads" class="toc_entry2" href="{{ site.baseurl }}/Welcome/Features/Strands%20And%20Beads.html">Strand and Beads</a>
+        <a id="as3" class="toc_entry2" href="/Welcome/Features/AS3.html">AS3</a>
+        <a id="mxml" class="toc_entry2" href="/Welcome/Features/MXML.html">MXML</a>
+        <a id="payg" class="toc_entry2" href="/Welcome/Features/PAYG.html">PAYG</a>
+        <a id="strands_and_beads" class="toc_entry2" href="/Welcome/Features/Strands%20And%20Beads.html">Strand and Beads</a>
       </div>
-      <a id="what_royale_and_you_can_do" class="toc_entry" href="{{ site.baseurl }}/Welcome/What%20Royale%20and%20You%20Can%20Do.html">What Royale and You Can Do</a>
-      <a id="a_bit_of_history" class="toc_entry" href="{{ site.baseurl }}/Welcome/A%20Bit%20of%20History.html">A Bit of History</a>
-      <a id="licenses_and_policies" class="toc_entry" href="{{ site.baseurl }}/Welcome/Licenses%20and%20Policies.html">Licenses and Policies</a>
-      <a id="get_involved" class="toc_entry" href="{{ site.baseurl }}/Welcome/Get%20Involved.html">Get Involved!</a>
+      <a id="what_royale_and_you_can_do" class="toc_entry" href="/Welcome/What%20Royale%20and%20You%20Can%20Do.html">What Royale and You Can Do</a>
+      <a id="a_bit_of_history" class="toc_entry" href="/Welcome/A%20Bit%20of%20History.html">A Bit of History</a>
+      <a id="licenses_and_policies" class="toc_entry" href="/Welcome/Licenses%20and%20Policies.html">Licenses and Policies</a>
+      <a id="get_involved" class="toc_entry" href="/Welcome/Get%20Involved.html">Get Involved!</a>
       <div id="get_involved_menu" class="menu_div2" style="display: {{ involved_menu_open }}">
-        <a id="the_royale_team" class="toc_entry2" href="{{ site.baseurl }}/Welcome/GetInvolved/The%20%Royale%20Team.html">The Royale Team</a>
-        <a id="the_apache_community" class="toc_entry2" href="{{ site.baseurl }}/Welcome/GetInvolved/The%20Apache%20Community.html">The Apache Community</a>
+        <a id="the_royale_team" class="toc_entry2" href="/Welcome/GetInvolved/The%20%Royale%20Team.html">The Royale Team</a>
+        <a id="the_apache_community" class="toc_entry2" href="/Welcome/GetInvolved/The%20Apache%20Community.html">The Apache Community</a>
       </div>
     </div>
-    <a id="get_started" class="toc_entry" href="{{ site.baseurl }}/Get%20Started.html">Get Started</a>
+    <a id="get_started" class="toc_entry" href="/Get%20Started.html">Get Started</a>
     <div id="get_started_menu" class="menu_div" style="display: {{ started_menu_open }}">
-      <a id="system_requirements" class="toc_entry" href="{{ site.baseurl }}/GetStarted/System%20Requirements.html">System Requirements</a>
-      <a id="development_tools" class="toc_entry" href="{{ site.baseurl }}/GetStarted/Development%20Tools.html">Development Tools</a>
-      <a id="frameworks" class="toc_entry" href="{{ site.baseurl }}/GetStarted/Frameworks.html">Frameworks</a>
-      <a id="download_royale" class="toc_entry" href="{{ site.baseurl }}/GetStarted/Download%20Royale.html">Download Royale</a>
-      <a id="hello_world" class="toc_entry" href="{{ site.baseurl }}/GetStarted/Hello%20World.html">Hello, World!</a>
+      <a id="system_requirements" class="toc_entry" href="/GetStarted/System%20Requirements.html">System Requirements</a>
+      <a id="development_tools" class="toc_entry" href="/GetStarted/Development%20Tools.html">Development Tools</a>
+      <a id="frameworks" class="toc_entry" href="/GetStarted/Frameworks.html">Frameworks</a>
+      <a id="download_royale" class="toc_entry" href="/GetStarted/Download%20Royale.html">Download Royale</a>
+      <a id="hello_world" class="toc_entry" href="/GetStarted/Hello%20World.html">Hello, World!</a>
     </div>
-    <a id="create_an_application" class="toc_entry" href="{{ site.baseurl }}/Create%20An%20Application.html">Create an Application</a>
+    <a id="create_an_application" class="toc_entry" href="/Create%20An%20Application.html">Create an Application</a>
     <div id="create_an_application_menu" class="menu_div" style="display: {{ app_menu_open }}">
-      <a id="application_lifecycle" class="toc_entry" href="{{ site.baseurl }}/CreateAnApplication/Application%20Lifecycle.html">Application Lifecycle</a>
+      <a id="application_lifecycle" class="toc_entry" href="/CreateAnApplication/Application%20Lifecycle.html">Application Lifecycle</a>
       <div id="application_lifecycle_menu" class="menu_div2" style="display: {{ lifecycle_menu_open}}">
-        <a id="design" class="toc_entry2" href="{{ site.baseurl }}/CreateAnApplication/ApplicationLIfecycle/Design.html">Design</a>
-        <a id="configure" class="toc_entry2" href="{{ site.baseurl }}/CreateAnApplication/ApplicationLIfecycle/Configure.html">Configure</a>
-        <a id="build" class="toc_entry2" href="{{ site.baseurl }}/CreateAnApplication/ApplicationLIfecycle/Build.html">Build</a>
-        <a id="deploy" class="toc_entry2" href="{{ site.baseurl }}/CreateAnApplication/ApplicationLIfecycle/Deploy.html">Deploy</a>
-        <a id="secure" class="toc_entry2" href="{{ site.baseurl }}/CreateAnApplication/ApplicationLIfecycle/Secure.html">Secure</a>
-        <a id="maintain" class="toc_entry2" href="{{ site.baseurl }}/CreateAnApplication/ApplicationLIfecycle/Maintain.html">Maintain</a>
+        <a id="design" class="toc_entry2" href="/CreateAnApplication/ApplicationLIfecycle/Design.html">Design</a>
+        <a id="configure" class="toc_entry2" href="/CreateAnApplication/ApplicationLIfecycle/Configure.html">Configure</a>
+        <a id="build" class="toc_entry2" href="/CreateAnApplication/ApplicationLIfecycle/Build.html">Build</a>
+        <a id="deploy" class="toc_entry2" href="/CreateAnApplication/ApplicationLIfecycle/Deploy.html">Deploy</a>
+        <a id="secure" class="toc_entry2" href="/CreateAnApplication/ApplicationLIfecycle/Secure.html">Secure</a>
+        <a id="maintain" class="toc_entry2" href="/CreateAnApplication/ApplicationLIfecycle/Maintain.html">Maintain</a>
       </div>
     </div>
   </div>
diff --git a/royalesite.css b/royalesite.css
index 1d331cc..e133afb 100644
--- a/royalesite.css
+++ b/royalesite.css
@@ -539,6 +539,7 @@ h1 {
 
 .content {
 	display: inline-block;
+	right-margin: 10px
 	flex-grow: 1;
 }
 
@@ -554,7 +555,7 @@ h1 {
 }
 
 .menu_div2 {
-	margin-left: 40px;
+	margin-left: 30px;
 }
 
 .toc_entry2 {

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