Commit Graph

25 Commits

Author SHA1 Message Date
Marcin Grzejszczak
67bea29be5 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:55:41 +02:00
Spencer Gibb
945f430efe Update to SNAPSHOT 2016-06-06 17:01:58 -06:00
Spencer Gibb
aaff352781 Update SNAPSHOT to 1.1.1.RELEASE 2016-06-06 16:31:03 -06:00
Dave Syer
01edfbf7f6 Revert to snapshots 2016-05-09 10:33:44 +01:00
Dave Syer
90c8a81611 Update for 1.1.0.RELEASE 2016-05-09 10:26:47 +01:00
Dave Syer
0b654c22ab Switch parent of docs poms 2016-05-06 17:40:09 +01:00
Dave Syer
9aa4ad97be Update parent to 1.1.0.RELEASE 2016-05-06 17:13:33 +01:00
Dave Syer
a3fc78481a Revert to snapshots 2016-04-18 10:17:36 +01:00
Dave Syer
3f5d5b90d3 Update to RC3 2016-04-18 10:16:24 +01:00
Dave Syer
81b4c11dbb Revert to snapshots 2016-03-23 08:19:13 +00:00
Dave Syer
b4a6652f9e Bump for 1.1.0.RC2 2016-03-23 08:18:19 +00:00
Dave Syer
a839006880 Revert to snapshots 2016-03-02 17:42:58 +00:00
Dave Syer
449b65fcbe Update for 1.1.0.RC1 2016-03-02 17:42:35 +00:00
Dave Syer
fc44a48194 Revert to snapshots 2016-02-04 18:01:59 +00:00
Dave Syer
fc895ca514 Update to 1.0.0.M5 2016-02-04 18:01:59 +00:00
Dave Syer
18b29ba35b Revert to snapshot 2015-12-18 15:52:36 +00:00
Dave Syer
cb25fa2166 Update to 1.1.0.M4 2015-12-18 15:50:30 +00:00
Dave Syer
346e513bcb Revert to snapshots 2015-11-17 09:52:52 +00:00
Dave Syer
a0e95019f0 Update to 1.1.0.M3 2015-11-17 09:47:41 +00:00
Dave Syer
51983c376c Revert to snapshot 2015-09-08 10:21:35 +01:00
Dave Syer
8093134713 Update for M1 release 2015-09-08 10:12:42 +01:00
Dave Syer
8a8baee253 Update to Brixton 2015-06-26 12:57:05 +01:00
Dave Syer
3e0bf055fe Prepare master for next snapshot 2015-06-26 10:57:17 +01:00
Dave Syer
17f15447e9 Update to 1.0.2 snapshots 2015-04-23 11:11:21 +01:00
Dave Syer
7d480ab41b Extract former config-client features to a new spring-cloud-context
Fixes gh-14
2015-03-19 11:52:25 +00:00