Repository: brooklyn-docs Updated Branches: refs/heads/master e1d08e53c -> 6dee84d47
Add missing pages to summary Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/05901ef1 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/05901ef1 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/05901ef1 Branch: refs/heads/master Commit: 05901ef1d4e063e96c41f3ca06a2af6e4a86842c Parents: 18c248c Author: Thomas Bouron <[email protected]> Authored: Fri Oct 6 11:11:06 2017 +0100 Committer: Thomas Bouron <[email protected]> Committed: Mon Oct 16 14:55:34 2017 +0100 ---------------------------------------------------------------------- guide/SUMMARY.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/05901ef1/guide/SUMMARY.md ---------------------------------------------------------------------- diff --git a/guide/SUMMARY.md b/guide/SUMMARY.md index 9974807..82c1e12 100644 --- a/guide/SUMMARY.md +++ b/guide/SUMMARY.md @@ -33,6 +33,16 @@ * [Effectors](blueprints/effectors.md) * [Clusters and Policies](blueprints/clusters-and-policies.md) * [Java Entities](blueprints/java/index.md) + * [Creating from a Maven Archetype](blueprints/java/archetype.md) + * [Defining and Deploying](blueprints/java/defining-and-deploying.md) + * [Handling Bundle Dependencies](blueprints/java/bundle-dependencies.md) + * [Topology, Dependencies, and Management Policies](blueprints/java/topology-dependencies.md) + * [Common Classes and Entities](blueprints/java/common-usage.md) + * [Feeds](blueprints/java/feeds.md) + * [Writing an Entity](blueprints/java/entity.md) + * [Custom Entity Development](blueprints/java/entities.md) + * [Service State](blueprints/java/service-state.md) + * [Entitlements](blueprints/java/entitlements.md) * [Windows Blueprints](blueprints/winrm/index.md) * [Testing YAML Blueprints](blueprints/test/index.md) * [Ansible in YAML Blueprints](blueprints/ansible/index.md) @@ -42,7 +52,22 @@ * [Blueprinting Tips](blueprints/blueprinting-tips.md) * [YAML Blueprint Reference](blueprint/yaml-reference.md) * [Deploying Blueprint](locations/index.md) - * [Provisioned Machine Requirements](locations/provisioned-machine-requirements.md) + * [Clouds](locations/index.md#clouds) + * [Amazon Web Services](locations/index.md#amazon-web-services-aws) + * [Azure Compute ARM](locations/index.md#azure-compute-arm) + * [Azure Compute Classic](locations/index.md#azure-compute-classic) + * [Apache CloudStack](locations/index.md#apache-cloudstack) + * [Google Compute Engine](locations/index.md#google-compute-engine-gce) + * [IBM Softlayer](locations/index.md#ibm-softlayer) + * [OpenStack](locations/index.md#openstack) + * [Named Locations](locations/index.md#named-locations) + * [Provisioned Machine Requirements](locations/index.md#inheritance-and-named-locations) + * [BYON](locations/index.md#byon) + * [SSH Keys](locations/index.md#ssh-keys) + * [Localhost](locations/index.md#localhost) + * [Location Customizers](locations/index.md#location-customizers) + * [Customizing Cloud Security Groups](locations/index.md#customizing-cloud-security-groups) + * [Specialized Locations](locations/index.md#specialized-locations) * Reference Guide * [Production Installation](ops/production-installation.md) * [Starting, Stopping and Monitoring](ops/starting-stopping-monitoring.md)
