This closes #873
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/43f15294 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/43f15294 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/43f15294 Branch: refs/heads/0.8.0-incubating Commit: 43f15294ce015d9313245e1edd47108f358d3873 Parents: 637928b 4de97f4 Author: Alex Heneveld <[email protected]> Authored: Tue Sep 1 16:15:32 2015 +0100 Committer: Alex Heneveld <[email protected]> Committed: Tue Sep 1 16:15:32 2015 +0100 ---------------------------------------------------------------------- docs/README.md | 9 +- docs/_build/make-javadoc.sh | 2 +- .../_extra/big_examples/before-begin.include.md | 2 +- .../big_examples/global-web-fabric/index.md | 8 +- docs/_includes/fields.md | 26 +- docs/_includes/java_link.html | 4 +- docs/_plugins/brooklyn_metadata.rb | 14 +- docs/guide/dev/code/tests.md | 4 +- docs/guide/java/entitlements.md | 6 +- docs/guide/java/index.md | 2 +- docs/guide/java/policies.md | 64 +- docs/guide/java/policy.md | 37 +- docs/guide/misc/download.md | 79 +- docs/guide/misc/index.md | 2 +- docs/guide/misc/migrate-to-0.8.0-regexes.sed | 1394 ++++++++++++++++++ docs/guide/misc/migrate-to-0.8.0.md | 32 + docs/guide/misc/release-notes.md | 108 +- docs/guide/ops/brooklyn_properties.md | 4 +- docs/guide/ops/catalog/index.md | 10 +- docs/guide/ops/locations/index.md | 8 +- docs/guide/ops/locations/more-locations.md | 4 +- docs/guide/ops/persistence/index.md | 2 +- docs/guide/ops/troubleshooting/deployment.md | 2 +- .../going-deep-in-java-and-logs.md | 175 ++- .../ops/troubleshooting/softwareprocess.md | 3 +- docs/guide/start/_my-web-cluster.yaml | 2 +- docs/guide/yaml/chef/creating-blueprints.md | 2 +- docs/guide/yaml/custom-entities.md | 4 +- .../example_yaml/appserver-clustered-w-db.yaml | 4 +- .../appserver-configured-in-config.yaml | 2 +- .../yaml/example_yaml/appserver-configured.yaml | 2 +- .../appserver-w-db-other-flavor.yaml | 2 +- .../guide/yaml/example_yaml/appserver-w-db.yaml | 2 +- .../yaml/example_yaml/appserver-w-policy.yaml | 4 +- docs/guide/yaml/example_yaml/cluster-vm.yaml | 2 +- .../simple-appserver-with-location-byon.yaml | 2 +- .../simple-appserver-with-location.yaml | 2 +- .../yaml/example_yaml/simple-appserver.yaml | 2 +- ...est-app-with-enrichers-slightly-simpler.yaml | 18 +- docs/guide/yaml/index.md | 1 + docs/guide/yaml/winrm/about-winrm.md | 0 docs/guide/yaml/winrm/index.md | 4 +- docs/guide/yaml/yaml-reference.md | 12 +- docs/style/css/catalog_items.css | 1 - docs/style/js/catalog/common.js | 11 +- .../release-process/verify-release-artifacts.md | 2 +- docs/website/documentation/index.md | 6 +- docs/website/download/index.md | 31 +- docs/website/index.md | 3 +- docs/website/learnmore/blueprint-tour.md | 4 +- .../website/learnmore/catalog/catalog-item.html | 18 +- docs/website/learnmore/catalog/index.html | 11 +- ...brooklyn.entity.pool.ServerPoolLocation.html | 62 - .../brooklyn.location.AddressableLocation.html | 62 - .../brooklyn.location.MachineLocation.html | 62 - ...tMixins$RichMachineProvisioningLocation.html | 62 - ...yn.location.MachineProvisioningLocation.html | 62 - ...rooklyn.location.basic.AbstractLocation.html | 62 - ....AggregatingMachineProvisioningLocation.html | 62 - ...ic.FixedListMachineProvisioningLocation.html | 62 - ...neProvisioningLocation$LocalhostMachine.html | 62 - ...ic.LocalhostMachineProvisioningLocation.html | 62 - ...rooklyn.location.basic.LocationInternal.html | 62 - .../brooklyn.location.basic.MultiLocation.html | 62 - ...ooklyn.location.basic.SimulatedLocation.html | 62 - ...basic.SingleMachineProvisioningLocation.html | 62 - ...oklyn.location.basic.SshMachineLocation.html | 62 - ...bstractCloudMachineProvisioningLocation.html | 62 - ...AbstractJcloudsSubnetSshMachineLocation.html | 62 - ...ooklyn.location.jclouds.JcloudsLocation.html | 62 - ...ation.jclouds.JcloudsSshMachineLocation.html | 62 - ...followthesun.DefaultFollowTheSunModel$1.html | 62 - docs/website/meta/versions.md | 24 +- 73 files changed, 1781 insertions(+), 1638 deletions(-) ----------------------------------------------------------------------
