You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by m4...@apache.org on 2017/10/25 21:05:21 UTC

[36/50] [abbrv] brooklyn-docs git commit: Replace references from book.path.website to book.url.brooklyn_website

Replace references from book.path.website to book.url.brooklyn_website


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

Branch: refs/heads/master
Commit: 47c93d654273c72d492da5206f8265bbdd0a8ff9
Parents: 9647d82
Author: Thomas Bouron <th...@cloudsoftcorp.com>
Authored: Thu Oct 12 11:09:14 2017 +0100
Committer: Thomas Bouron <th...@cloudsoftcorp.com>
Committed: Mon Oct 16 14:56:05 2017 +0100

----------------------------------------------------------------------
 book.json                            | 1 -
 guide/blueprints/creating-yaml.md    | 4 ++--
 guide/dev/env/ide/index.md           | 2 +-
 guide/dev/index.md                   | 2 +-
 guide/dev/tips/index.md              | 2 +-
 guide/misc/download.md               | 4 ++--
 guide/misc/index.md                  | 2 +-
 guide/ops/production-installation.md | 2 +-
 guide/start/blueprints.md            | 2 +-
 guide/start/concept-quickstart.md    | 2 +-
 guide/start/managing.md              | 2 +-
 guide/start/running.md               | 6 +++---
 12 files changed, 15 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/47c93d65/book.json
----------------------------------------------------------------------
diff --git a/book.json b/book.json
index 3ec59a5..155ca91 100644
--- a/book.json
+++ b/book.json
@@ -100,7 +100,6 @@
     },
     "url_root": "http://0.0.0.0:4000",
     "path": {
-      "website": "/website",
       "v": "/v"
     }
   }

http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/47c93d65/guide/blueprints/creating-yaml.md
----------------------------------------------------------------------
diff --git a/guide/blueprints/creating-yaml.md b/guide/blueprints/creating-yaml.md
index 97907b8..57fe896 100644
--- a/guide/blueprints/creating-yaml.md
+++ b/guide/blueprints/creating-yaml.md
@@ -56,7 +56,7 @@ Topics to explore next on the topic of YAML blueprints are:
 
 
 Plenty of examples of blueprints exist in the Brooklyn codebase,
-so another starting point is to [`git clone`]({{ book.path.website }}/developers/code/index.html) it
+so another starting point is to [`git clone`]({{ book.url.brooklyn_website }}/developers/code/index.html) it
 and search for `*.yaml` files therein.
 
 Brooklyn lived as a Java framework for many years before we felt confident
@@ -68,5 +68,5 @@ by dropping to the JVM. For more information on Java:
 * look at test cases in the [codebase](https://github.com/apache/brooklyn)
 
 You can also come talk to us, on IRC (#brooklyncentral on Freenode) or
-any of the usual [hailing frequencies]({{book.path.website}}/community/),
+any of the usual [hailing frequencies]({{book.url.brooklyn_website}}/community/),
 as these documents are a work in progress.

http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/47c93d65/guide/dev/env/ide/index.md
----------------------------------------------------------------------
diff --git a/guide/dev/env/ide/index.md b/guide/dev/env/ide/index.md
index dd59779..c22610d 100644
--- a/guide/dev/env/ide/index.md
+++ b/guide/dev/env/ide/index.md
@@ -66,7 +66,7 @@ find . \( -path "*/src/main" -or -path "*/src/test" \) -exec echo {} \; -exec mk
 ```
 
 If the pain starts to be too much, come find us on IRC #brooklyncentral or
-[elsewhere]({{book.path.website}}/community/) and we can hopefully share our pearls.
+[elsewhere]({{book.url.brooklyn_website}}/community/) and we can hopefully share our pearls.
 (And if you have a tip we haven't mentioned please let us know that too!)
 
 

http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/47c93d65/guide/dev/index.md
----------------------------------------------------------------------
diff --git a/guide/dev/index.md b/guide/dev/index.md
index 00c5e8d..0c0d325 100644
--- a/guide/dev/index.md
+++ b/guide/dev/index.md
@@ -7,7 +7,7 @@ breadcrumbs:
 - /website/documentation/index.md
 - /guide/dev/index.md
 children:
-- { link: "{{ book.path.website }}/developers/code/", title: "Get the Code" }
+- { link: "{{ book.url.brooklyn_website }}/developers/code/", title: "Get the Code" }
 - env/maven-build.md
 - env/ide/
 - code/structure.md

http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/47c93d65/guide/dev/tips/index.md
----------------------------------------------------------------------
diff --git a/guide/dev/tips/index.md b/guide/dev/tips/index.md
index ebfaa57..e6b66e0 100644
--- a/guide/dev/tips/index.md
+++ b/guide/dev/tips/index.md
@@ -47,7 +47,7 @@ title: Miscellaneous Tips and Tricks
   Clusters will take such a `MachineProvisioningLocation` (or a singleton list); fabircs take a list of locations.
   Some PaaS systems have their own location model, such as `OpenShiftLocation`.
 
-* Finally, don't be shy about [talking with others]({{book.path.website}}/community/),
+* Finally, don't be shy about [talking with others]({{book.url.brooklyn_website}}/community/),
   that's far better than spinning your wheels (or worse, having a bad experience),
   plus it means we can hopefully improve things for other people!
 

http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/47c93d65/guide/misc/download.md
----------------------------------------------------------------------
diff --git a/guide/misc/download.md b/guide/misc/download.md
index 3ff7e1c..91c1b77 100644
--- a/guide/misc/download.md
+++ b/guide/misc/download.md
@@ -7,7 +7,7 @@ title: Downloads
 
 {% if book.brooklyn.is_snapshot %}
 **The downloads on this page have not been voted on and should be used at your own risk.
-The latest stable release can be accessed on the [main download page]({{ book.path.website }}/download/).**
+The latest stable release can be accessed on the [main download page]({{ book.url.brooklyn_website }}/download/).**
 {% endif %}
 
 
@@ -17,7 +17,7 @@ The latest stable release can be accessed on the [main download page]({{ book.pa
   <tr>
 	<th style='text-align:left'>Download</th>
 	<th style='text-align:left'>File/Format</th>
-	<th>checksums <small><a href="{{ book.path.website }}/download/verify.html" title='Instructions on verifying the integrity of your downloads.{% if book.brooklyn.is_snapshot %} May not be available for SNAPSHOT artifacts.{% endif %}'>(?)</a></small></th>
+	<th>checksums <small><a href="{{ book.url.brooklyn_website }}/download/verify.html" title='Instructions on verifying the integrity of your downloads.{% if book.brooklyn.is_snapshot %} May not be available for SNAPSHOT artifacts.{% endif %}'>(?)</a></small></th>
   </tr>
   <tr>
 	<td style='text-align:left;vertical-align:top' rowspan='2'>Binary distribution<br />Server &amp; client</td>

http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/47c93d65/guide/misc/index.md
----------------------------------------------------------------------
diff --git a/guide/misc/index.md b/guide/misc/index.md
index 674758b..2c30da9 100644
--- a/guide/misc/index.md
+++ b/guide/misc/index.md
@@ -17,4 +17,4 @@ Further documentation specific to this version of Brooklyn includes:
 * [{{ item.title_in_menu }}]({{ item.url }})
 {% endfor %}
 
-Also see the [other versions]({{ book.path.website }}/meta/versions.html) or [general documentation]({{ book.path.website }}/documentation/).
+Also see the [other versions]({{ book.url.brooklyn_website }}/meta/versions.html) or [general documentation]({{ book.url.brooklyn_website }}/documentation/).

http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/47c93d65/guide/ops/production-installation.md
----------------------------------------------------------------------
diff --git a/guide/ops/production-installation.md b/guide/ops/production-installation.md
index 14cfb3f..cd868f0 100644
--- a/guide/ops/production-installation.md
+++ b/guide/ops/production-installation.md
@@ -39,7 +39,7 @@ Then configure the server as follows:
 
 ### Download Apache Brooklyn
 
-Download Brooklyn and obtain a binary build as described on [the download page]({{book.path.website}}/download/).
+Download Brooklyn and obtain a binary build as described on [the download page]({{book.url.brooklyn_website}}/download/).
 
 {% if 'SNAPSHOT' in book.brooklyn_version %}
 Expand the `tar.gz` archive (note: as this is a -SNAPSHOT version, your filename will be slightly different):

http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/47c93d65/guide/start/blueprints.md
----------------------------------------------------------------------
diff --git a/guide/start/blueprints.md b/guide/start/blueprints.md
index 2a7c1a4..4fd7e16 100644
--- a/guide/start/blueprints.md
+++ b/guide/start/blueprints.md
@@ -4,7 +4,7 @@ layout: website-normal
 ---
 # {{ page.title }}
 
-Blueprints are descriptors or patterns which describe how Apache Brooklyn should deploy applications. Blueprints are written in [YAML](https://en.wikipedia.org/wiki/YAML) and many of the entities available are defined in the __[Brooklyn Catalog]({{ book.path.website }}/learnmore/catalog/)__.
+Blueprints are descriptors or patterns which describe how Apache Brooklyn should deploy applications. Blueprints are written in [YAML](https://en.wikipedia.org/wiki/YAML) and many of the entities available are defined in the __[Brooklyn Catalog]({{ book.url.brooklyn_website }}/learnmore/catalog/)__.
 
 ## Launching from a Blueprint
 

http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/47c93d65/guide/start/concept-quickstart.md
----------------------------------------------------------------------
diff --git a/guide/start/concept-quickstart.md b/guide/start/concept-quickstart.md
index 5340d15..03f3ecd 100644
--- a/guide/start/concept-quickstart.md
+++ b/guide/start/concept-quickstart.md
@@ -5,7 +5,7 @@ menu_parent: index.md
 ---
 # {{ page.title }}
 
-The following section provides a quick summary of the main Brooklyn concepts you will encounter in Getting Started.  For further discussion of these concepts see [The Theory Behind Brooklyn]({{book.path.website}}/learnmore/theory.html), and the detailed descriptions in [Brooklyn Concepts](../concepts/index.md).
+The following section provides a quick summary of the main Brooklyn concepts you will encounter in Getting Started.  For further discussion of these concepts see [The Theory Behind Brooklyn]({{book.url.brooklyn_website}}/learnmore/theory.html), and the detailed descriptions in [Brooklyn Concepts](../concepts/index.md).
 
 ***Deployment and Management*** Brooklyn is built for agile deployment of applications across cloud and other targets, and real-time autonomic management. "Autonomic computing" is the concept of components looking after themselves where possible (self-healing, self-optimizing, etc).
 

http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/47c93d65/guide/start/managing.md
----------------------------------------------------------------------
diff --git a/guide/start/managing.md b/guide/start/managing.md
index 148a14d..4286544 100644
--- a/guide/start/managing.md
+++ b/guide/start/managing.md
@@ -95,7 +95,7 @@ brooklyn.wrapper_app   true
 
 ## Entities
 
-An *Entity* is Apache Brooklyn's representation of a software package or service which it can control or interact with. All of the entities Apache Brooklyn can use are listed in the __[Brooklyn Catalog]({{ book.path.website }}/learnmore/catalog/)__. 
+An *Entity* is Apache Brooklyn's representation of a software package or service which it can control or interact with. All of the entities Apache Brooklyn can use are listed in the __[Brooklyn Catalog]({{ book.url.brooklyn_website }}/learnmore/catalog/)__. 
 
 To list the entities of the application you can use the `entity` or `ent` command:
 

http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/47c93d65/guide/start/running.md
----------------------------------------------------------------------
diff --git a/guide/start/running.md b/guide/start/running.md
index c6a47fa..e6eb012 100644
--- a/guide/start/running.md
+++ b/guide/start/running.md
@@ -60,7 +60,7 @@ For Centos 7 and RHEL 7 users, the recommended way to install Apache Brooklyn on
 RPM is the de facto standard for packaging software on these Linux distributions and provides a mechanism for installing, upgrading and removing packages such as Apache Brooklyn. The RPM package contains all the necessary files associated with the Apache Brooklyn application. 
 
 {% if 'SNAPSHOT' in book.brooklyn_version %}
-This is a snapshot build and no RPM is available, please download [a different version]({{book.path.website}}/download/).
+This is a snapshot build and no RPM is available, please download [a different version]({{book.url.brooklyn_website}}/download/).
 {% else %}
 Download the Apache Brooklyn [RPM distribution](https://www.apache.org/dyn/closer.lua/brooklyn/apache-brooklyn-{{book.brooklyn_version}}/apache-brooklyn-{{book.brooklyn_version}}-1.noarch.rpm).
 {% endif %}
@@ -89,7 +89,7 @@ Once downloaded, run the following shell command:
 {% sample lang="osx" -%}
 ### Installing on other Linux distributions, OSX and other UNIX-like platforms
 
-For Linux or OSX please download the Apache Brooklyn `tar.gz` archive from the [download]({{book.path.website}}/download/) section.
+For Linux or OSX please download the Apache Brooklyn `tar.gz` archive from the [download]({{book.url.brooklyn_website}}/download/) section.
 
 {% if 'SNAPSHOT' in book.brooklyn_version %}
 Extract the `tar.gz` archive (note: as this is a -SNAPSHOT version, your filename will be slightly different):
@@ -109,7 +109,7 @@ $ cd apache-brooklyn-{{ book.brooklyn_version }}</code></pre>
 {% sample lang="windows" -%}
 ### Installing on Windows
 
-For all versions of Microsoft Windows, please download the Apache Brooklyn zip file from [here]({{book.path.website}}/download/). 
+For all versions of Microsoft Windows, please download the Apache Brooklyn zip file from [here]({{book.url.brooklyn_website}}/download/). 
 
 Extract this zip file to a directory on your computer such as `c:\Program Files\brooklyn` where `c` is the letter of your operating system drive.