reinstate root index.md in docs, following #524
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/a9e6fc8e Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/a9e6fc8e Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/a9e6fc8e Branch: refs/heads/master Commit: a9e6fc8e6e36bcacf6bd8a017443ca919bcf9840 Parents: 237c7e6 Author: Alex Heneveld <[email protected]> Authored: Wed Apr 8 10:18:25 2015 +0100 Committer: Alex Heneveld <[email protected]> Committed: Wed Apr 8 10:18:25 2015 +0100 ---------------------------------------------------------------------- docs/index.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/a9e6fc8e/docs/index.md ---------------------------------------------------------------------- diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..5d2c44b --- /dev/null +++ b/docs/index.md @@ -0,0 +1,19 @@ +--- +layout: website-normal +title: Brooklyn Website and Docs (dev build) +--- + +<i>This page is not copied into release builds. It is here as a convenience when doing dev builds.</i> + +Consider looking at: + +* <a href="{{ site.path.website }}/">the brooklyn website</a> +* <a href="{{ site.path.guide }}/">the brooklyn user guide (version 0.7.0-SNAPSHOT) <!-- BROOKLYN_VERSION --></a> + +Also see the file <code>README.md</code> in this directory. + +For reference, this build uses the following variables: + +* url root: `{{ site.url_root }}` +* path map: `{{ site.path }}` +
