You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2016/02/25 16:39:48 UTC

[10/10] brooklyn-docs git commit: This closes #4

This closes #4


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/c87b43fb
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/c87b43fb
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/c87b43fb

Branch: refs/heads/master
Commit: c87b43fbb638a52651b12a5843890bf8b90f8d2d
Parents: 7d24e76 f78c5e9
Author: Aled Sage <al...@gmail.com>
Authored: Thu Feb 25 15:39:16 2016 +0000
Committer: Aled Sage <al...@gmail.com>
Committed: Thu Feb 25 15:39:16 2016 +0000

----------------------------------------------------------------------
 .gitignore                                     |   1 +
 README.md                                      |   2 +
 _build/build.sh                                |  36 ++++++
 _build/buildPDF.sh                             |  28 +++++
 _config.yml                                    |   8 +-
 _includes/singlepage-content.html              |  51 +++++++++
 _includes/singlepage-item.html                 |  41 +++++++
 _layouts/singlePage.html                       |  30 +++++
 _plugins/regex_filter.rb                       | 118 ++++++++++++++++++++
 _plugins/stringTools.rb                        |  35 ++++++
 guide/concepts/stop-start-restart-behaviour.md |   4 +-
 guide/dev/index.md                             |   1 +
 guide/java/index.md                            |   1 +
 guide/misc/index.md                            |   1 +
 guide/ops/index.md                             |   1 +
 guide/start/blueprints.md                      |   8 +-
 guide/start/index.md                           |   1 +
 guide/start/managing.md                        |  24 ++--
 guide/start/running.md                         |  15 ++-
 style/css/singlePage.css                       |  56 ++++++++++
 website/community/index.md                     |   2 +
 website/developers/index.md                    |   1 +
 website/documentation/index.md                 |   1 +
 website/download/index.md                      |   2 +
 website/learnmore/blueprint-tour.md            |   1 +
 website/learnmore/catalog/catalog-item.html    |   2 +
 website/learnmore/catalog/index.html           |   2 +
 website/learnmore/index.md                     |   1 +
 website/meta/sitemap.md                        |   1 +
 website/meta/versions.md                       |   1 +
 zoneMergeManual.html                           |  31 +++++
 zoneMergeStarted.html                          |  31 +++++
 32 files changed, 519 insertions(+), 19 deletions(-)
----------------------------------------------------------------------