From dc32d1900e2070d43f0321b1a7df420ff3f601be Mon Sep 17 00:00:00 2001 From: Nancy Ouyang Date: Wed, 21 Jan 2015 00:10:05 -0500 Subject: [PATCH] 4926: Added 'getting started' section with three image galleries. --- doc/_config.yml | 8 ++ doc/_includes/_navbar_top.liquid | 1 + doc/_layouts/default.html.liquid | 1 + doc/css/carousel-override.css | 25 ++++ doc/images/keyfeatures/chooseinputs.png | Bin 0 -> 76641 bytes doc/images/keyfeatures/collectionpage.png | Bin 0 -> 84533 bytes doc/images/keyfeatures/dashboard2.png | Bin 0 -> 44396 bytes doc/images/keyfeatures/graph.png | Bin 0 -> 49127 bytes doc/images/keyfeatures/log.png | Bin 0 -> 135214 bytes doc/images/keyfeatures/provenance.png | Bin 0 -> 67060 bytes doc/images/keyfeatures/rerun.png | Bin 0 -> 73314 bytes doc/images/keyfeatures/running2.png | Bin 0 -> 56959 bytes doc/images/keyfeatures/shared.png | Bin 0 -> 62395 bytes doc/images/keyfeatures/webupload.png | Bin 0 -> 88061 bytes doc/images/quickstart/1.png | Bin 0 -> 47239 bytes doc/images/quickstart/2.png | Bin 0 -> 74431 bytes doc/images/quickstart/3.png | Bin 0 -> 80668 bytes doc/images/quickstart/4.png | Bin 0 -> 66686 bytes doc/images/quickstart/5.png | Bin 0 -> 83038 bytes doc/images/quickstart/6.png | Bin 0 -> 98604 bytes doc/images/quickstart/7.png | Bin 0 -> 77820 bytes doc/images/uses/choosefiles.png | Bin 0 -> 75434 bytes doc/images/uses/gotohome.png | Bin 0 -> 76218 bytes doc/images/uses/rename.png | Bin 0 -> 77738 bytes doc/images/uses/share.png | Bin 0 -> 85695 bytes doc/images/uses/shared.png | Bin 0 -> 57235 bytes doc/images/uses/sharedsubdirs.png | Bin 0 -> 67642 bytes doc/images/uses/uploaddata.png | Bin 0 -> 85535 bytes doc/images/uses/uploading.png | Bin 0 -> 74365 bytes doc/index.html.liquid | 12 +- .../firstpipeline.html.textile.liquid | 89 ++++++++++++ .../keyfeatures.html.textile.liquid | 115 ++++++++++++++++ .../sharedata.html.textile.liquid | 97 +++++++++++++ doc/start/index.html.textile.liquid | 127 ++++++++++++++++++ doc/start/index.html.textile.liquid.bkup | 50 +++++++ 35 files changed, 523 insertions(+), 2 deletions(-) create mode 100644 doc/css/carousel-override.css create mode 100644 doc/images/keyfeatures/chooseinputs.png create mode 100644 doc/images/keyfeatures/collectionpage.png create mode 100644 doc/images/keyfeatures/dashboard2.png create mode 100644 doc/images/keyfeatures/graph.png create mode 100644 doc/images/keyfeatures/log.png create mode 100644 doc/images/keyfeatures/provenance.png create mode 100644 doc/images/keyfeatures/rerun.png create mode 100644 doc/images/keyfeatures/running2.png create mode 100644 doc/images/keyfeatures/shared.png create mode 100644 doc/images/keyfeatures/webupload.png create mode 100644 doc/images/quickstart/1.png create mode 100644 doc/images/quickstart/2.png create mode 100644 doc/images/quickstart/3.png create mode 100644 doc/images/quickstart/4.png create mode 100644 doc/images/quickstart/5.png create mode 100644 doc/images/quickstart/6.png create mode 100644 doc/images/quickstart/7.png create mode 100644 doc/images/uses/choosefiles.png create mode 100644 doc/images/uses/gotohome.png create mode 100644 doc/images/uses/rename.png create mode 100644 doc/images/uses/share.png create mode 100644 doc/images/uses/shared.png create mode 100644 doc/images/uses/sharedsubdirs.png create mode 100644 doc/images/uses/uploaddata.png create mode 100644 doc/images/uses/uploading.png create mode 100644 doc/start/getting_started/firstpipeline.html.textile.liquid create mode 100644 doc/start/getting_started/keyfeatures.html.textile.liquid create mode 100644 doc/start/getting_started/sharedata.html.textile.liquid create mode 100644 doc/start/index.html.textile.liquid create mode 100644 doc/start/index.html.textile.liquid.bkup diff --git a/doc/_config.yml b/doc/_config.yml index af5160f526..ee2d96c203 100644 --- a/doc/_config.yml +++ b/doc/_config.yml @@ -13,6 +13,14 @@ arvados_workbench_host: localhost exclude: ["Rakefile", "tmp", "vendor"] navbar: + start: + - Getting Started: + - start/index.html.textile.liquid + - Quickstart: + - start/getting_started/firstpipeline.html.textile.liquid + - Simple Use Cases: + - start/getting_started/sharedata.html.textile.liquid + userguide: - Getting Started: - user/index.html.textile.liquid diff --git a/doc/_includes/_navbar_top.liquid b/doc/_includes/_navbar_top.liquid index 9123893c38..73b7abb9a3 100644 --- a/doc/_includes/_navbar_top.liquid +++ b/doc/_includes/_navbar_top.liquid @@ -11,6 +11,7 @@