You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2015/08/03 20:31:49 UTC

[1/2] allura-site git commit: [#7915] Change links for installation docs

Repository: allura-site
Updated Branches:
  refs/heads/ib/7915 [created] 60bbfa110


[#7915] Change links for installation docs


Project: http://git-wip-us.apache.org/repos/asf/allura-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura-site/commit/80c3c25d
Tree: http://git-wip-us.apache.org/repos/asf/allura-site/tree/80c3c25d
Diff: http://git-wip-us.apache.org/repos/asf/allura-site/diff/80c3c25d

Branch: refs/heads/ib/7915
Commit: 80c3c25d989f29bbe6bb87c80bff9d775c462869
Parents: c35db27
Author: Igor Bondarenko <je...@gmail.com>
Authored: Mon Aug 3 21:28:37 2015 +0300
Committer: Igor Bondarenko <je...@gmail.com>
Committed: Mon Aug 3 21:28:37 2015 +0300

----------------------------------------------------------------------
 _src/allura-theme/templates/index.html | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura-site/blob/80c3c25d/_src/allura-theme/templates/index.html
----------------------------------------------------------------------
diff --git a/_src/allura-theme/templates/index.html b/_src/allura-theme/templates/index.html
index c63b655..28b72c3 100644
--- a/_src/allura-theme/templates/index.html
+++ b/_src/allura-theme/templates/index.html
@@ -80,19 +80,19 @@
     <h3 class="text-center">Resources</h3>
     <div class="col-8 pad-vert-sm">
       <img class="icon" src="theme/img/ic-resources-installation.png" alt="allura installation" height="187">
-      <a href="{{ GIT_URL }}ci/master/tree/INSTALL.markdown"><button class="auto-margin">Installation</button></a>
+      <a href="{{ FORGE_ALLURA_URL }}docs/getting_started/installation.html#step-by-step-installation"><button class="auto-margin">Installation</button></a>
       <p class="pad-top-sm text-center">Step-by-step installation guide</p>
     </div>
 
     <div class="col-8 pad-vert-sm">
       <img class="icon" src="theme/img/ic-resources-quickstart.png" alt="allura quick start" height="187">
-      <a href="{{ WIKI_URL }}Install%20and%20Run%20Allura%20-%20Vagrant/"><button class="auto-margin">Quick Start</button></a>
-      <p class="pad-top-sm text-center">Get a quick start with Vagrant VM</p>
+      <a href="{{ FORGE_ALLURA_URL }}docs/getting_started/installation.html#using-docker"><button class="auto-margin">Quick Start</button></a>
+      <p class="pad-top-sm text-center">Get a quick start with Docker containers</p>
     </div>
 
     <div class="col-8 pad-vert-sm">
       <img class="icon" src="theme/img/ic-resources-docs.png" alt="allura documentation" height="187">
-      <a href="{{ FORGE_ALLURA_URL }}docs/#running-allura"><button class="auto-margin">Documentation</button></a>
+      <a href="{{ FORGE_ALLURA_URL }}docs/"><button class="auto-margin">Documentation</button></a>
       <p class="pad-top-sm text-center">Check out the Allura documentation</p>
     </div>
   </div>
@@ -113,7 +113,7 @@
       <ul class="auto-margin bg-shadow pad-sm">
         <li><a class="text-white" href="http://mail-archives.apache.org/mod_mbox/allura-dev/">dev@allura Mailing List</a></li>
         <li class="text-white"><a class="text-white pad-right-xs" href="irc://chat.freenode.net/allura">#allura on Freenode IRC</a>(<a class="text-white" href="https://sourceforge.net/p/allura/chat/">Archives</a>)</li>
-        <li><a class="text-white" href="{{ FORGE_ALLURA_URL }}docs/#extending-allura">Developer Docs</a></li>
+        <li><a class="text-white" href="{{ FORGE_ALLURA_URL }}docs/">Developer Docs</a></li>
         <li><a class="text-white" href="{{ FORGE_ALLURA_URL }}docs/contributing.html">Contributing Guide</a></li>
         <li><a class="text-white" href="https://builds.apache.org/job/Allura/">Jenkins CI Build</a></li>
       </ul>


[2/2] allura-site git commit: [#7915] output generated

Posted by je...@apache.org.
[#7915] output generated


Project: http://git-wip-us.apache.org/repos/asf/allura-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura-site/commit/60bbfa11
Tree: http://git-wip-us.apache.org/repos/asf/allura-site/tree/60bbfa11
Diff: http://git-wip-us.apache.org/repos/asf/allura-site/diff/60bbfa11

Branch: refs/heads/ib/7915
Commit: 60bbfa110a657be4b65d0f2172e1ba06ddc6c085
Parents: 80c3c25
Author: Igor Bondarenko <je...@gmail.com>
Authored: Mon Aug 3 21:30:58 2015 +0300
Committer: Igor Bondarenko <je...@gmail.com>
Committed: Mon Aug 3 21:30:58 2015 +0300

----------------------------------------------------------------------
 index.html | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura-site/blob/60bbfa11/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index eec6ba0..7ac0fa8 100644
--- a/index.html
+++ b/index.html
@@ -118,19 +118,19 @@
     <h3 class="text-center">Resources</h3>
     <div class="col-8 pad-vert-sm">
       <img class="icon" src="theme/img/ic-resources-installation.png" alt="allura installation" height="187">
-      <a href="https://forge-allura.apache.org/p/allura/git/ci/master/tree/INSTALL.markdown"><button class="auto-margin">Installation</button></a>
+      <a href="https://forge-allura.apache.org/docs/getting_started/installation.html#step-by-step-installation"><button class="auto-margin">Installation</button></a>
       <p class="pad-top-sm text-center">Step-by-step installation guide</p>
     </div>
 
     <div class="col-8 pad-vert-sm">
       <img class="icon" src="theme/img/ic-resources-quickstart.png" alt="allura quick start" height="187">
-      <a href="https://forge-allura.apache.org/p/allura/wiki/Install%20and%20Run%20Allura%20-%20Vagrant/"><button class="auto-margin">Quick Start</button></a>
-      <p class="pad-top-sm text-center">Get a quick start with Vagrant VM</p>
+      <a href="https://forge-allura.apache.org/docs/getting_started/installation.html#using-docker"><button class="auto-margin">Quick Start</button></a>
+      <p class="pad-top-sm text-center">Get a quick start with Docker containers</p>
     </div>
 
     <div class="col-8 pad-vert-sm">
       <img class="icon" src="theme/img/ic-resources-docs.png" alt="allura documentation" height="187">
-      <a href="https://forge-allura.apache.org/docs/#running-allura"><button class="auto-margin">Documentation</button></a>
+      <a href="https://forge-allura.apache.org/docs/"><button class="auto-margin">Documentation</button></a>
       <p class="pad-top-sm text-center">Check out the Allura documentation</p>
     </div>
   </div>
@@ -151,7 +151,7 @@
       <ul class="auto-margin bg-shadow pad-sm">
         <li><a class="text-white" href="http://mail-archives.apache.org/mod_mbox/allura-dev/">dev@allura Mailing List</a></li>
         <li class="text-white"><a class="text-white pad-right-xs" href="irc://chat.freenode.net/allura">#allura on Freenode IRC</a>(<a class="text-white" href="https://sourceforge.net/p/allura/chat/">Archives</a>)</li>
-        <li><a class="text-white" href="https://forge-allura.apache.org/docs/#extending-allura">Developer Docs</a></li>
+        <li><a class="text-white" href="https://forge-allura.apache.org/docs/">Developer Docs</a></li>
         <li><a class="text-white" href="https://forge-allura.apache.org/docs/contributing.html">Contributing Guide</a></li>
         <li><a class="text-white" href="https://builds.apache.org/job/Allura/">Jenkins CI Build</a></li>
       </ul>