Add missing pages to SUMMARY.md

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

Branch: refs/heads/master
Commit: 69804d8fa74c9f61c2af98900b5ddd065b3c2bcd
Parents: c348bf0
Author: Thomas Bouron <[email protected]>
Authored: Tue Oct 10 15:08:55 2017 +0100
Committer: Thomas Bouron <[email protected]>
Committed: Mon Oct 16 14:56:02 2017 +0100

----------------------------------------------------------------------
 guide/SUMMARY.md                        | 48 +++++++++++++++++++++++++---
 guide/blueprints/test/test-entities.md  |  2 --
 guide/blueprints/test/usage-examples.md |  4 +--
 guide/ops/configuration/brooklyn_cfg.md |  2 --
 4 files changed, 44 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/69804d8f/guide/SUMMARY.md
----------------------------------------------------------------------
diff --git a/guide/SUMMARY.md b/guide/SUMMARY.md
index 82c1e12..d03ba6d 100644
--- a/guide/SUMMARY.md
+++ b/guide/SUMMARY.md
@@ -19,7 +19,7 @@
   * [Policies](concepts/policies.md)
   * [Execution](concepts/execution.md)
   * [Stop/start/restart behaviour](concepts/stop-start-restart-behaviour.md)
-* [Writing Blueprints](blueprints/index.md)
+* Writing Blueprints
   * [Creating YAML Blueprint](blueprints/creating-yaml.md)
   * [Entity Configuration](blueprints/entity-configuration.md)
   * [Setting Locations](blueprints/setting-locations.md)
@@ -27,6 +27,12 @@
   * [Multiple Services and Dependency 
Injection](blueprints/multiple-services.md)
   * [Custom Entities](blueprints/custom-entities.md)
   * [Catalog](blueprints/catalog/index.md)
+    * [Catalog Items YAML Syntax](blueprints/catalog/schema.md)
+    * [Templates and the Add-Application 
Wizard](blueprints/catalog/templates.md)
+    * [Versioning](blueprints/catalog/versioning.md)
+    * [Catalog Management](blueprints/catalog/management.md)
+    * [Bundling](blueprints/catalog/bundle.md)
+    * [Brooklyn Server Command Line Arguments](blueprints/catalog/cli.md)
   * [Clusters, Specs, and Composition](blueprints/clusters.md)
   * [Enrichers](blueprints/enrichers.md)
   * [Policies](blueprints/policies.md)
@@ -44,13 +50,24 @@
     * [Service State](blueprints/java/service-state.md)
     * [Entitlements](blueprints/java/entitlements.md)
   * [Windows Blueprints](blueprints/winrm/index.md)
+    * [Winrm4j Client](blueprints/winrm/client.md)
   * [Testing YAML Blueprints](blueprints/test/index.md)
+    * [Blueprint Test Entities](blueprints/test/test-entities.md)
+    * [Example Blueprint Tests](blueprints/test/usage-examples.md)
   * [Ansible in YAML Blueprints](blueprints/ansible/index.md)
+    * [About Ansible](blueprints/ansible/about-ansible.md)
+    * [Creating Blueprints with 
Ansible](blueprints/ansible/creating-ansible-blueprints.md)
   * [Chef in YAML Blueprints](blueprints/chef/index.md)
+    * [About Chef](blueprints/chef/about-chef.md)
+    * [Creating Blueprints from Chef](blueprints/chef/creating-blueprints.md)
+    * [Writing Chef for Blueprints](blueprints/chef/writing-chef.md)
+    * [Advanced Chef Integration](blueprints/chef/advanced-chef-integration.md)
   * [Salt in YAML Blueprints](blueprints/salt/index.md)
+    * [About Salt](blueprints/salt/about-salt.md)
+    * [Creating Blueprints with 
Salt](blueprints/salt/creating-salt-blueprints.md)
   * [YAML Blueprint Advanced Example](blueprints/advanced-example.md)
   * [Blueprinting Tips](blueprints/blueprinting-tips.md)
-  * [YAML Blueprint Reference](blueprint/yaml-reference.md)
+  * [YAML Blueprint Reference](blueprints/yaml-reference.md)
 * [Deploying Blueprint](locations/index.md)
   * [Clouds](locations/index.md#clouds)
   * [Amazon Web Services](locations/index.md#amazon-web-services-aws)
@@ -72,7 +89,9 @@
   * [Production Installation](ops/production-installation.md)
   * [Starting, Stopping and Monitoring](ops/starting-stopping-monitoring.md)
   * [Server CLI Reference](ops/server-cli-reference.md)
-  * [Client CLI Reference](ops/cli/index.md)
+  * Client CLI Reference
+    * [CLI Reference Guide](ops/cli/cli-ref-guide.md)
+    * [CLI Usage Guide](ops/cli/cli-usage-guide.md)
   * GUI Guide
     * [Launching](ops/gui/running.md)
     * [Deploying Blueprints](ops/gui/blueprints.md)
@@ -80,6 +99,11 @@
     * [Using Policies](ops/gui/policies.md)
   * [REST API](ops/rest.md)
   * [Brooklyn Configuration and Options](ops/configuration/index.md)
+    * [Memory Usage](ops/configuration/index.md#memory-usage)
+    * [Authentication](ops/configuration/index.md#authentication-and-security)
+    * [brooklyn.cfg](ops/configuration/brooklyn_cfg.md)
+    * [HTTPS Configuration](ops/configuration/https.md)
+    * [CORS Configuration](ops/configuration/cors.md)
   * [Persistence](ops/persistence/index.md)
   * [High Availability](ops/high-availability/index.md)
     * [Configuring HA - an 
example](ops/high-availability/high-availability-supplemental.md)
@@ -88,8 +112,22 @@
   * [Requirements](ops/requirements.md)
   * [Upgrade](ops/upgrade.md)
   * [Security Guidelines](ops/security-guidelines.md)
-  * [Troubleshooting](ops/troubleshooting/index.md)
-* [Other 0.12.0 Resources](misc/index.md)
+  * Troubleshooting
+    * [Overview](ops/troubleshooting/overview.md)
+    * [Web Console Issues](ops/troubleshooting/web-console-issues.md)
+    * [Deployment](ops/troubleshooting/deployment.md)
+    * [Server Connectivity](ops/troubleshooting/connectivity.md)
+    * [Brooklyn Slow or Unresponsive](ops/troubleshooting/slow-unresponsive.md)
+    * [Increase Entropy](ops/troubleshooting/increase-entropy.md)
+    * [Increase System Resource 
Limits](ops/troubleshooting/increase-system-resource-limits.md)
+    * [Detailed Support Report](ops/troubleshooting/detailed-support-report.md)
+    * [SoftwareProcess Entities](ops/troubleshooting/softwareprocess.md)
+    * [Going Deep in Java and 
Logs](ops/troubleshooting/going-deep-in-java-and-logs.md)
+    * [Monitoring Memory Usage](ops/troubleshooting/memory-usage.md)
+* Other 0.12.0 Resources
+  * [Glossary](https://brooklyn.apache.org/documentation/glossary.html)
+  * [Versions](https://brooklyn.apache.org/meta/versions.html)
+  * [Release Notes](misc/release-notes.md)
 
 ### Developer Guide
 

http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/69804d8f/guide/blueprints/test/test-entities.md
----------------------------------------------------------------------
diff --git a/guide/blueprints/test/test-entities.md 
b/guide/blueprints/test/test-entities.md
index d723643..ca90984 100644
--- a/guide/blueprints/test/test-entities.md
+++ b/guide/blueprints/test/test-entities.md
@@ -4,8 +4,6 @@ title_in_menu: Test Entities
 layout: website-normal
 ---
 
-{% include fields.md %}
-
 
 ## Structural Test Entities
 

http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/69804d8f/guide/blueprints/test/usage-examples.md
----------------------------------------------------------------------
diff --git a/guide/blueprints/test/usage-examples.md 
b/guide/blueprints/test/usage-examples.md
index 6c5114a..b154b6d 100644
--- a/guide/blueprints/test/usage-examples.md
+++ b/guide/blueprints/test/usage-examples.md
@@ -4,12 +4,10 @@ title_in_menu: Example Tests
 layout: website-normal
 ---
 
-{% include fields.md %}
-
 ## Introduction
 This section describes some simple tests based on the [Getting Started]({{ 
book.path.guide }}/start/blueprints.html#launching-from-a-blueprint) example 
blueprint:
 
-!CODEFILE "/guide/start/_my-web-cluster.yaml"
+!CODEFILE "../../start/_my-web-cluster.yaml"
 
 The following sections contain yaml snippets that be appended to the list of 
services in the blueprint above, a complete blueprint is also provided 
[below](#full-example).
 

http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/69804d8f/guide/ops/configuration/brooklyn_cfg.md
----------------------------------------------------------------------
diff --git a/guide/ops/configuration/brooklyn_cfg.md 
b/guide/ops/configuration/brooklyn_cfg.md
index 0c9895e..22033e0 100644
--- a/guide/ops/configuration/brooklyn_cfg.md
+++ b/guide/ops/configuration/brooklyn_cfg.md
@@ -10,8 +10,6 @@ children:
 - { section: HTTPS Configuration }
 ---
 
-{% include fields.md %}
-
 The file `brooklyn.cfg` is read when Apache Brooklyn starts in order to load 
any server configuration values. It can be found in the Brooklyn configuration 
folder. You can check [here](../paths.html) for the location of your Brooklyn 
configuration folder
 
 ## Quick Setup

Reply via email to