Removed duplicate colon
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/82625828 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/82625828 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/82625828 Branch: refs/heads/master Commit: 826258288d55d4443f3c60b0fac163f9f3eb96a7 Parents: 0390c51 Author: graeme.miller <[email protected]> Authored: Mon May 22 17:26:33 2017 +0100 Committer: graeme.miller <[email protected]> Committed: Mon May 22 17:26:33 2017 +0100 ---------------------------------------------------------------------- guide/blueprints/catalog/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/82625828/guide/blueprints/catalog/index.md ---------------------------------------------------------------------- diff --git a/guide/blueprints/catalog/index.md b/guide/blueprints/catalog/index.md index 13d135e..ed56483 100644 --- a/guide/blueprints/catalog/index.md +++ b/guide/blueprints/catalog/index.md @@ -1,7 +1,7 @@ --- title: Catalog layout: website-normal -children:: +children: - schema.md - templates.md - versioning.md @@ -18,4 +18,4 @@ folder by default and additional ones can be added through the web console or CL the catalog can be deployed directly, via the Brooklyn CLI or the web console, or referenced in other blueprints using their `id`. -{% child_content %} +{% include list-children.html %}
