improve linking from main downloads to version downloads page
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/4a9ce77d Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/4a9ce77d Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/4a9ce77d Branch: refs/heads/master Commit: 4a9ce77de4e5053214d76559039d2a464a8aa664 Parents: 8282c69 Author: Alex Heneveld <[email protected]> Authored: Tue Sep 1 14:02:16 2015 +0100 Committer: Alex Heneveld <[email protected]> Committed: Tue Sep 1 14:02:16 2015 +0100 ---------------------------------------------------------------------- docs/guide/misc/download.md | 8 ++++---- docs/guide/misc/index.md | 2 +- docs/website/documentation/index.md | 2 +- docs/website/download/index.md | 12 +++++++----- 4 files changed, 13 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/4a9ce77d/docs/guide/misc/download.md ---------------------------------------------------------------------- diff --git a/docs/guide/misc/download.md b/docs/guide/misc/download.md index fdec037..21f201b 100644 --- a/docs/guide/misc/download.md +++ b/docs/guide/misc/download.md @@ -4,10 +4,10 @@ title: Downloads --- {% include fields.md %} -**Brooklyn in Apache has not yet made an official clean binary release. -The downloads on this page have not been voted on and should be used at your own risk. -Additionally some links on this page may not work until those builds have been officially released. -For more information, see the [main download page]({{ site.path.website }}/download/).** +{% if site.brooklyn.is_snapshot %} +**The downloads on this page have not been voted on and should be used at your own risk. +The latest stable release can be accessed on the [main download page]({{ site.path.website }}/download/).** +{% endif %} ## Download Version {{ site.brooklyn-version }} http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/4a9ce77d/docs/guide/misc/index.md ---------------------------------------------------------------------- diff --git a/docs/guide/misc/index.md b/docs/guide/misc/index.md index f8cc018..203016b 100644 --- a/docs/guide/misc/index.md +++ b/docs/guide/misc/index.md @@ -13,7 +13,7 @@ children: Further documentation specific to this version of Brooklyn includes: -{% for item in page.menu reversed offset:1 reversed %} +{% for item in page.menu %} * [{{ item.title_in_menu }}]({{ item.url }}) {% endfor %} http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/4a9ce77d/docs/website/documentation/index.md ---------------------------------------------------------------------- diff --git a/docs/website/documentation/index.md b/docs/website/documentation/index.md index df22fd7..5c07fa1 100644 --- a/docs/website/documentation/index.md +++ b/docs/website/documentation/index.md @@ -9,7 +9,7 @@ children: --- {% comment %} -TODO is this page used? +TODO add a bunch more here TODO add FAQ {% endcomment %} http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/4a9ce77d/docs/website/download/index.md ---------------------------------------------------------------------- diff --git a/docs/website/download/index.md b/docs/website/download/index.md index 4675af9..a58b07b 100644 --- a/docs/website/download/index.md +++ b/docs/website/download/index.md @@ -2,7 +2,9 @@ layout: website-normal title: Download children: -- verify.md +- { path: /guide/misc/download.md, title: Details } +- { path: verify.md, title: Verify } +- /guide/misc/release-notes.md - ../meta/versions.md --- @@ -57,17 +59,17 @@ contribute code changes to Apache Brooklyn, we recommend you get the source code </div><!-- col --> </div><!-- row --> -We also publish Maven artifacts for Apache Brooklyn. These are available from [Maven Central](https://search.maven.org/#search%7Cga%7C1%7Corg.apache.brooklyn). +A full list of download links including Maven coordinates are [here]({{ site.path.guide }}/misc/download.html). +<br/><br/> - -## What next? +## What Next? <div class="row"> <div class="col-md-6" markdown="1"> <div class="panel panel-default"> <div class="panel-heading" markdown="1"> -#### Verify your download +#### Verify Your Download </div> <div class="panel-body" markdown="1" style="height: 7em;">
