You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by m4...@apache.org on 2017/09/26 14:11:53 UTC

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

This closes #210


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

Branch: refs/heads/master
Commit: 776793d8db26ff1bf0097d64405c7324c0168a5f
Parents: ccf20ea ed09a85
Author: Mark McKenna <m4...@gmail.com>
Authored: Tue Sep 26 15:11:26 2017 +0100
Committer: Mark McKenna <m4...@gmail.com>
Committed: Tue Sep 26 15:11:26 2017 +0100

----------------------------------------------------------------------
 contributing/inline-children.md                 |   2 +-
 guide/blueprints/java/entitlements.md           |   2 +-
 .../concepts/configuration-sensor-effectors.md  |  16 +-
 guide/ops/brooklyn_properties.md                | 225 -------------------
 guide/ops/cli/cli-ref-guide.md                  |   2 +-
 guide/ops/configuration/brooklyn_cfg.md         | 203 +++++++++++++++++
 guide/ops/configuration/cors.md                 |  45 ++++
 guide/ops/configuration/https.md                |  63 ++++++
 guide/ops/configuration/index.md                | 143 ++++++++++++
 guide/ops/externalized-configuration.md         |  28 +--
 guide/ops/gui/running.md                        |   4 +-
 .../high-availability-supplemental.md           |  33 ++-
 guide/ops/high-availability/index.md            |  18 +-
 guide/ops/https.md                              |  52 -----
 guide/ops/index.md                              |   4 +-
 guide/ops/osgi-configuration.md                 | 119 ----------
 guide/ops/osgi.md                               |  71 ------
 guide/ops/paths.md                              |  49 ++++
 guide/ops/persistence/index.md                  | 223 ++++--------------
 guide/ops/production-installation.md            |  14 +-
 guide/ops/security-guidelines.md                |   2 +-
 guide/ops/server-cli-reference.md               |   6 +-
 guide/ops/starting-stopping-monitoring.md       |  14 +-
 guide/start/blueprints.md                       |   2 +-
 guide/start/brooklyn.properties                 |  14 +-
 guide/start/running.md                          |  14 +-
 26 files changed, 638 insertions(+), 730 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/776793d8/guide/ops/index.md
----------------------------------------------------------------------
diff --cc guide/ops/index.md
index 110c0b9,b8c451b..29b5061
--- a/guide/ops/index.md
+++ b/guide/ops/index.md
@@@ -9,15 -9,12 +9,13 @@@ children
  - cli/
  - gui/
  - rest.md
- - brooklyn_properties.md
+ - configuration/
  - persistence/
  - high-availability/
- - osgi.md
  - logging.md
- - https.md
  - externalized-configuration.md
  - requirements.md
 +- upgrade.md
  - security-guidelines.md
  - troubleshooting/
  ---