Commit Graph

19 Commits

Author SHA1 Message Date
Marcin Grzejszczak
71dce440ec Updating ghpages for all projects 2016-08-17 12:42:28 +02:00
Marcin Grzejszczak
c4d701806f Deploying documentation to proper folder
What we're missing ATM is different documentation versions for different application versions. What this change does is that it's:

- finding out what is the current branch (e.g. 1.0.x)
- finding out out what is the name of the main adoc file (e.g. spring-cloud-sleuth)
- pulling the changes from gh-pages after checkout
- finding out what is the list of comma separated whitelisted branches (via the `docs.whitelisted.branches` prop)
- in gh-pages creating a folder with name of the branch  (e.g. /1.0.x)
copying all the docs/target/generated-docs/ to that folder
- if the branch from which we're calling the script is NOT master then we're changing the ${main.adoc}.html to index.html so that it's easier to access the docs (e.g. http://cloud.spring.io/spring-cloud-sleuth/1.0.x/)
2016-08-16 15:42:34 +02:00
Dave Syer
e251951ae0 Make ghpages.sh work on a branch 2015-08-25 15:16:55 +01:00
Dave Syer
55e4ca1963 Fix path to docs in README raw text 2015-06-25 12:31:28 +01:00
Dave Syer
03be8e718d Update version numbers in install guide 2015-04-24 15:06:05 +01:00
Dave Syer
58cb4a8a36 Update install docs for 1.0.0 2015-03-20 22:58:33 +00:00
Dave Syer
77a4801cd7 Add link to github in rendered docs 2015-03-20 11:48:07 +00:00
Dave Syer
aaaf07ef2d Update install docs 2015-02-02 12:04:43 +01:00
Dave Syer
68d5ad1634 Correct Spring Boot version 2014-12-19 17:09:19 +00:00
Dave Syer
574df6611d Update installation instructions for CLI
Fixes gh-4
2014-12-19 17:03:53 +00:00
Dave Syer
d86a9f4e4c Change docs path in README 2014-12-11 15:41:36 +00:00
Dave Syer
d9a844dcd4 Update installation instructions 2014-11-17 11:05:52 +00:00
Dave Syer
d7d5cdda3b Add contributing section to README 2014-11-17 11:05:52 +00:00
Dave Syer
828494814b Update README with building section 2014-10-31 15:59:32 +00:00
Dave Syer
ede1e1e7ac Upgrade to Boot 1.1.8 2014-10-23 07:34:17 -07:00
Dave Syer
3cd1e6784e Simplify README generator 2014-10-14 13:05:01 +01:00
Dave Syer
0e6c7a63de Typo 2014-10-13 14:24:48 +01:00
Dave Syer
74b01c4967 Update bootstraps for cloud foundry 2014-10-13 14:02:38 +01:00
Dave Syer
b6eda4ba37 Move docs to submodule for multi-module projects 2014-10-06 15:01:47 +01:00