From: Nancy Ouyang Date: Thu, 12 Feb 2015 02:29:27 +0000 (-0500) Subject: Changed navbars, homepage, to let /doc/index.html function as homepage X-Git-Tag: 1.1.0~1798^2~1 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/17f611827a12edffec0245c27d4c15b785bc0436?ds=sidebyside Changed navbars, homepage, to let /doc/index.html function as homepage --- diff --git a/doc/_includes/_navbar_top.liquid b/doc/_includes/_navbar_top.liquid index 73b7abb9a3..c6c8b28bff 100644 --- a/doc/_includes/_navbar_top.liquid +++ b/doc/_includes/_navbar_top.liquid @@ -7,7 +7,7 @@ - Arvados Docs + Arvados diff --git a/doc/_layouts/default.html.liquid b/doc/_layouts/default.html.liquid index 2a45dd5bd0..b0b210f0e7 100644 --- a/doc/_layouts/default.html.liquid +++ b/doc/_layouts/default.html.liquid @@ -2,7 +2,7 @@ - {% unless page.title == "Arvados | Documentation" %} Arvados | Documentation | {% endunless %}{{ page.title }} + {% unless page.title == "Arvados" %} Arvados | Documentation | {% endunless %}{{ page.title }} @@ -100,6 +100,8 @@ +{% if page.no_nav_left %} +{% else %}

The content of this documentation is licensed under the Creative @@ -107,6 +109,8 @@ The content of this documentation is licensed under the Code samples in this documentation are licensed under the Apache License, Version 2.0.

+{% endif %} + diff --git a/doc/index.html.liquid b/doc/index.html.liquid index 7c7eaed760..7296cdc61e 100644 --- a/doc/index.html.liquid +++ b/doc/index.html.liquid @@ -2,7 +2,7 @@ layout: default no_nav_left: true navsection: top -title: Arvados | Documentation +title: Arvados ...
@@ -22,14 +22,24 @@ title: Arvados | Documentation
-

Arvados enables you to quickly begin using cloud computing resources in your data science work. It allows you to track your methods and datasets, share them securely, and easily re-run analyses. +

Arvados enables you to quickly begin using cloud computing resources in your data science work. It allows you to track your methods and datasets, share them securely, and easily re-run analyses.

-

Check out our key features, complete with screenshots, and then follow our tutorial to run your first pipeline using our public beta. +

Quickstart: Check out our key features, complete with screenshots, and then follow our tutorial to run your first pipeline using our public beta.

-

On this page, you can also find more in-depth guides for using Arvados. +

News: Read our blog updates or look through our recent developer activity.

+

Questions? Email arvados@arvado.org, or chat with us on IRC: #arvados @ OFTC (you can join in your browser). +

+

Want to contribute? Check out our developer site. Our source code is on github. +

+

License: Arvados is under the copyleft GNU AGPL v3, with our SDKs under Apache License 2.0 (so that you can incorporate proprietary toolchains into your pipelines). +

+
+

Below you can also find more in-depth guides for using Arvados. +

+

Getting Started — Start here if you're new to Arvados.

@@ -48,6 +58,14 @@ title: Arvados | Documentation

Install Guide — How to install Arvados on a cloud platform.

+
+

+ The content of the above documentation is licensed under the + Creative + Commons Attribution-Share Alike 3.0 United States license. Code samples in the above documentation are licensed under the + Apache License, Version 2.0. +

+