From d743a56addcde9d92876d19201b9f46db42ea582 Mon Sep 17 00:00:00 2001 From: Nancy Ouyang Date: Mon, 13 Apr 2015 22:04:53 -0400 Subject: [PATCH] 5440: remove all links to /start temporarily to avoid confusing user Put in quickstart sections on docs homepage for both 1) public pipeline 2) pipeline developers Revert changes made in #5090 (home title back to "Arvados Docs", topnav link to "arvados.org") Refactor /user/index.html, removing references to /start and directing new users to homepage quickstart section --- doc/_config.yml | 20 +++++++++--------- doc/_includes/_navbar_top.liquid | 6 +++--- doc/_layouts/default.html.liquid | 2 +- doc/index.html.liquid | 34 ++++++++++++++++++++++++------ doc/user/index.html.textile.liquid | 4 +--- 5 files changed, 42 insertions(+), 24 deletions(-) diff --git a/doc/_config.yml b/doc/_config.yml index 394b2237ec..e4dc782d31 100644 --- a/doc/_config.yml +++ b/doc/_config.yml @@ -13,16 +13,16 @@ arvados_workbench_host: localhost exclude: ["Rakefile", "tmp", "vendor"] navbar: - start: - - Getting Started: - - start/index.html.textile.liquid - - Quickstart: - - start/getting_started/publicproject.html.textile.liquid - - start/getting_started/firstpipeline.html.textile.liquid - - Common Use Cases: - - start/getting_started/sharedata.html.textile.liquid - - Next Steps: - - start/getting_started/nextsteps.html.textile.liquid + #start: + #- Getting Started: + #- start/index.html.textile.liquid + #- Quickstart: + #- start/getting_started/publicproject.html.textile.liquid + #- start/getting_started/firstpipeline.html.textile.liquid + #- Common Use Cases: + #- start/getting_started/sharedata.html.textile.liquid + #- Next Steps: + #- start/getting_started/nextsteps.html.textile.liquid userguide: - Welcome: diff --git a/doc/_includes/_navbar_top.liquid b/doc/_includes/_navbar_top.liquid index 3e23e6d4e8..6d88b2b476 100644 --- a/doc/_includes/_navbar_top.liquid +++ b/doc/_includes/_navbar_top.liquid @@ -7,16 +7,16 @@ - Arvados + Arvados Docs