You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2014/12/17 18:24:23 UTC

[49/50] [abbrv] incubator-brooklyn git commit: be explicit about which index.md winds up at the root

be explicit about which index.md winds up at the root


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/65ae7dc7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/65ae7dc7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/65ae7dc7

Branch: refs/heads/master
Commit: 65ae7dc784e3268b707d086f097ddd68645d42dd
Parents: ebe0002
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Wed Dec 17 16:15:28 2014 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Wed Dec 17 16:15:28 2014 +0000

----------------------------------------------------------------------
 docs/_build/build.sh                      | 4 ++--
 docs/_build/config-exclude-guide.yml      | 2 +-
 docs/_build/config-exclude-root-index.yml | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/65ae7dc7/docs/_build/build.sh
----------------------------------------------------------------------
diff --git a/docs/_build/build.sh b/docs/_build/build.sh
index 097ebe6..ced17a7 100755
--- a/docs/_build/build.sh
+++ b/docs/_build/build.sh
@@ -78,7 +78,7 @@ function parse_mode() {
     SUMMARY="user guide files in the root"
     ;;
   test-both)
-    JEKYLL_CONFIG=_config.yml,_build/config-production.yml,_build/config-website-root.yml,_build/config-guide-latest.yml
+    JEKYLL_CONFIG=_config.yml,_build/config-production.yml,_build/config-exclude-root-index.yml,_build/config-website-root.yml,_build/config-guide-latest.yml
     DIRS_TO_MOVE[0]=guide
     DIRS_TO_MOVE_TARGET[0]=v/latest
     DIRS_TO_MOVE[1]=website
@@ -87,7 +87,7 @@ function parse_mode() {
     SUMMARY="all files, website in root and guide in /${DIRS_TO_MOVE_TARGET[0]}"
     ;;
   test-both-sub)
-    JEKYLL_CONFIG=_config.yml,_build/config-production.yml,_build/config-subpath-brooklyn.yml
+    JEKYLL_CONFIG=_config.yml,_build/config-production.yml,_build/config-exclude-root-index.yml,_build/config-subpath-brooklyn.yml
     DIRS_TO_MOVE[0]=guide
     DIRS_TO_MOVE_TARGET[0]=brooklyn/v/latest
     DIRS_TO_MOVE[1]=website

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/65ae7dc7/docs/_build/config-exclude-guide.yml
----------------------------------------------------------------------
diff --git a/docs/_build/config-exclude-guide.yml b/docs/_build/config-exclude-guide.yml
index a4ad1c9..7f61a6d 100644
--- a/docs/_build/config-exclude-guide.yml
+++ b/docs/_build/config-exclude-guide.yml
@@ -1 +1 @@
-exclude: ['/Gemfile*','/README.md','/guide']
+exclude: ['/Gemfile*','/README.md','/index.md','/guide']

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/65ae7dc7/docs/_build/config-exclude-root-index.yml
----------------------------------------------------------------------
diff --git a/docs/_build/config-exclude-root-index.yml b/docs/_build/config-exclude-root-index.yml
new file mode 100644
index 0000000..6eba321
--- /dev/null
+++ b/docs/_build/config-exclude-root-index.yml
@@ -0,0 +1 @@
+exclude: ['/Gemfile*','/README.md','/index.md']