Remove âNextâ trailer on some pages for PDF build Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/16aa90c7 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/16aa90c7 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/16aa90c7
Branch: refs/heads/master Commit: 16aa90c79f255f27aafc9f95b3e0b4c6afcdc905 Parents: 0cc3d26 Author: Richard Downer <[email protected]> Authored: Wed Oct 11 11:03:48 2017 +0100 Committer: Thomas Bouron <[email protected]> Committed: Mon Oct 16 14:56:03 2017 +0100 ---------------------------------------------------------------------- guide/ops/gui/running.md | 5 +++-- guide/start/blueprints.md | 7 ++----- guide/start/running.md | 8 ++------ 3 files changed, 7 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/16aa90c7/guide/ops/gui/running.md ---------------------------------------------------------------------- diff --git a/guide/ops/gui/running.md b/guide/ops/gui/running.md index c998674..36a5675 100644 --- a/guide/ops/gui/running.md +++ b/guide/ops/gui/running.md @@ -50,6 +50,7 @@ No applications have been deployed yet, so the "Create Application" dialog opens [](images/add-application-catalog-web-cluster-with-db-large.png) - +{% if output.name == 'website' %} ## Next -The next section will show how to **[deploy a blueprint](blueprints.md)**. \ No newline at end of file +The next section will show how to **[deploy a blueprint](blueprints.md)**. +{% endif %} http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/16aa90c7/guide/start/blueprints.md ---------------------------------------------------------------------- diff --git a/guide/start/blueprints.md b/guide/start/blueprints.md index c79fafd..230216c 100644 --- a/guide/start/blueprints.md +++ b/guide/start/blueprints.md @@ -125,10 +125,7 @@ Status: In progress Depending on your choice of location it may take some time for the application to start, the next page describes how you can monitor the progress of the application deployment and verify if it was successful. +{% if output.name == 'website' %} ## Next - -<div class="started-pdf-exclude"> - Having deployed an application, the next step is **[monitoring and managing](managing.md)** it. - -</div> \ No newline at end of file +{% endif %} http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/16aa90c7/guide/start/running.md ---------------------------------------------------------------------- diff --git a/guide/start/running.md b/guide/start/running.md index 40508f3..0856d45 100644 --- a/guide/start/running.md +++ b/guide/start/running.md @@ -229,11 +229,7 @@ using the most appropriate link for your OS: For details on the CLI, see the [Client CLI Reference]({{ book.path.guide }}/ops/cli/) page. - +{% if output.name == 'website' %} ## Next - -<div class="started-pdf-exclude"> - The first thing we want to do with Brooklyn is **[deploy a blueprint](blueprints.md)**. - -</div> +{% endif %}
