This closes #634
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/cb8bca6e Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/cb8bca6e Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/cb8bca6e Branch: refs/heads/0.7.0-incubating Commit: cb8bca6e716775a3422203a96ae89fadf920c8cb Parents: 33b5e86 f5ace35 Author: Alex Heneveld <[email protected]> Authored: Fri May 22 10:04:08 2015 +0100 Committer: Alex Heneveld <[email protected]> Committed: Fri May 22 10:04:08 2015 +0100 ---------------------------------------------------------------------- docs/guide/ops/catalog/index.md | 20 ++++ docs/guide/ops/install-on-server.md | 23 ++-- docs/guide/ops/locations/index.md | 119 +++++++++++-------- docs/guide/start/blueprints.md | 13 +- docs/guide/start/catalog.xml | 22 ---- .../statics/style/js/underscore-min.js | 6 + .../statics/style/js/underscore-min.map | 1 + 7 files changed, 112 insertions(+), 92 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/cb8bca6e/docs/guide/ops/catalog/index.md ---------------------------------------------------------------------- diff --cc docs/guide/ops/catalog/index.md index 074bbf3,7cb0e84..b93481c --- a/docs/guide/ops/catalog/index.md +++ b/docs/guide/ops/catalog/index.md @@@ -5,9 -5,11 +5,11 @@@ children - { section: General YAML Schema } - { section: Catalog Metadata } - { section: Catalog YAML Examples } -- { section: Adding to the Catalog, title: Adding and Deleting } - { section: Templates and the Add-Application Wizard, title: Templates } +- { section: Adding to the Catalog, title: Adding and Deleting } - { section: Versioning } + - { section: CLI Options } + --- Brooklyn provides a **catalog**, which is a persisted collection of versioned blueprints and other resources.
