Commit Graph

14 Commits

Author SHA1 Message Date
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
28c6e9e714 Revert to snapshots 2016-01-28 08:47:53 +00:00
Dave Syer
a9a9e120a8 Release 1.0.6 (Angel.SR6) 2016-01-28 07:54:33 +00:00
Dave Syer
8b1c8ffbd5 Revert to snapshots 2016-01-25 16:47:27 +00:00
Dave Syer
23f813fbc4 Update to 1.0.5 / Angel.SR5 2016-01-25 16:45:33 +00:00
Dave Syer
4ac19a5ff4 Revert to snapshots 2015-11-16 17:41:18 +00:00
Dave Syer
5dfbfee0ae Update to Angel.SR4 (cli 1.0.4.RELEASE) 2015-11-16 17:39:17 +00:00
Dave Syer
98de8026ee Prepare master for next snapshot 2015-06-26 10:57:17 +01:00
Dave Syer
1433c51fe8 Fix parent version 2015-05-01 16:19:10 +01:00
Dave Syer
5fc113eab6 Update to 1.0.3 snapshots 2015-05-01 11:28:39 +02:00
Dave Syer
ad3e5ed4ed Update to 1.0.2 snapshots 2015-04-23 11:11:21 +01:00
Dave Syer
33726d3294 Add bintray properties 2015-03-05 16:21:42 +00:00
Dave Syer
bd810d273f Update to next snapshot 2015-03-03 14:56:26 +00:00
Dave Syer
b6eda4ba37 Move docs to submodule for multi-module projects 2014-10-06 15:01:47 +01:00