tweak to order we run doc steps, so we can do versioned guide more easily
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/8207dde0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/8207dde0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/8207dde0 Branch: refs/heads/master Commit: 8207dde089e09a27d4829582f3eac9a928247ead Parents: d8ce6cf Author: Alex Heneveld <[email protected]> Authored: Mon Oct 19 18:28:42 2015 +0100 Committer: Alex Heneveld <[email protected]> Committed: Mon Oct 19 18:28:42 2015 +0100 ---------------------------------------------------------------------- docs/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/8207dde0/docs/README.md ---------------------------------------------------------------------- diff --git a/docs/README.md b/docs/README.md index 5e2ebf3..22c8697 100644 --- a/docs/README.md +++ b/docs/README.md @@ -226,15 +226,15 @@ copied to `${BROOKLYN_SITE_DIR-../../incubator-brooklyn-site-public}`: svn up cd - - # main website, relative to / + # versioned guide, safe for snapshots, relative to /v/<version>/ + _build/build.sh guide-version --install + + # main website, if desired, relative to / _build/build.sh website-root --install - # latest guide, relative to /v/latest/ + # this version as the latest guide, if desired, relative to /v/latest/ _build/build.sh guide-latest --install - # versioned guide, relative to /v/<version>/ - _build/build.sh guide-version --install - (If HTML-Proofer find failures, then fix the links etc. Unfortunately, the javadoc build gives a lot of warnings. Fixing those is not part of this activity).
