Commit Graph

52 Commits

Author SHA1 Message Date
Marcin Grzejszczak
945c20ccbc 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:43:46 +02:00
Dave Syer
093e0eb77a Revert to snapshots 2016-07-26 11:39:10 +01:00
Dave Syer
083a7c2c25 Update to Brixton.SR4 (1.1.4.RELEASE) 2016-07-26 11:35:39 +01:00
Dave Syer
09cea7fd72 Revert to snapshots 2016-07-11 16:28:41 +01:00
Dave Syer
714890a65b Update for 1.1.3.RELEASE 2016-07-11 16:25:45 +01:00
Spencer Gibb
1919c443e8 Update to SNAPSHOT 2016-07-01 12:33:54 -06:00
Spencer Gibb
00df0d83ea Update install instructions to 1.1.2.RELEASE 2016-07-01 12:18:17 -06:00
Spencer Gibb
ab807d3fe0 Update SNAPSHOT to 1.1.2.RELEASE 2016-07-01 12:13:10 -06:00
Dave Syer
7a942cbef3 Update readme script to handle local includes 2016-06-11 09:54:41 +01:00
Dave Syer
63218227d5 Revert to snaphots 2016-06-10 17:21:33 +01:00
Dave Syer
1da0796f85 Update to 1.1.1.RELEASE 2016-06-10 17:16:01 +01:00
Dave Syer
618e9adaa4 Revert to snapshots 2016-05-11 10:15:37 +01:00
Dave Syer
0bff1e41d4 Update for 1.1.0.RELEASE 2016-05-11 10:12:25 +01:00
Dave Syer
d5373fabb3 Switch parent of docs poms 2016-05-06 17:40:09 +01:00
Dave Syer
87b8a61466 Update parent to 1.1.0.RELEASE 2016-05-06 17:13:33 +01:00
Dave Syer
fbe93c0549 Fix versions in docs 2016-05-06 16:24:31 +01:00
Dave Syer
c5a937146f Bump for Brixton.RC1 2016-03-24 11:27:20 +00:00
Dave Syer
ec0dcfd1bd Revert to snapshots 2016-02-05 12:44:25 +00:00
Dave Syer
032c96d86e Add integration tests and release 1.1.0.M5 2016-02-05 12:42:32 +00:00
Dave Syer
1966203e34 Revert to snapshots 2015-12-23 10:01:50 +00:00
Dave Syer
dc7e191cbe Update to 1.0.0.M4 (Brixton.M4) 2015-12-23 10:01:02 +00:00
Dave Syer
0acc49df4f Really revert to snapshots 2015-12-23 09:58:51 +00:00
Dave Syer
d240697f6f Update to Brixton.M3 2015-11-17 22:04:50 +00:00
Dave Syer
89abfe11f5 Revert to snapshots 2015-11-02 16:08:41 +00:00
Dave Syer
26f24326a5 Update to Brixton.M2 2015-11-02 16:05:59 +00:00
Dave Syer
ed9ece70a3 Back to snapshot 2015-09-11 18:30:20 +01:00
Dave Syer
9a028eb13f Brixton.M1 release 2015-09-11 18:28:14 +01:00
Dave Syer
2688e37be4 Merge branch '1.0.x' 2015-08-25 15:20:25 +01:00
Dave Syer
e251951ae0 Make ghpages.sh work on a branch 2015-08-25 15:16:55 +01:00
Dave Syer
fc81725d64 Update to Brixton 2015-06-26 12:57:04 +01:00
Dave Syer
98de8026ee Prepare master for next snapshot 2015-06-26 10:57:17 +01:00
Dave Syer
55e4ca1963 Fix path to docs in README raw text 2015-06-25 12:31:28 +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
03be8e718d Update version numbers in install guide 2015-04-24 15:06:05 +01:00
Dave Syer
ad3e5ed4ed Update to 1.0.2 snapshots 2015-04-23 11:11:21 +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
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
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