diff --git a/docs/build.gradle b/docs/build.gradle index e9a8593c..838cdc20 100644 --- a/docs/build.gradle +++ b/docs/build.gradle @@ -69,7 +69,7 @@ tasks.register('docs') { dependsOn('asciidoctor') doLast { delete file('build/docs/ghpages.html') - file('build/docs/ghpages.html') << file('src/docs/index.tmpl').text.replaceAll('@VERSION@', project.version.toString()) + file('build/docs/ghpages.html') << file('src/docs/index.tmpl').text.replaceAll('@VERSION@', projectVersion) copy { from 'src/docs' into 'build/docs' diff --git a/docs/src/docs/index.tmpl b/docs/src/docs/index.tmpl index c18731ad..40c607ed 100644 --- a/docs/src/docs/index.tmpl +++ b/docs/src/docs/index.tmpl @@ -59,21 +59,18 @@ img { - - Fork me on GitHub - - + Fork me on GitHub

Grails Spring Security UI Plugin

- - + @@ -84,15 +81,17 @@ img {
-

Current Documentation (4.0.x)

+

Current Documentation (5.0.x)

+

4.0.x Documentation

+ +

3.0.x Documentation

-
- -
- - - - - - -
- -

Download Source

-

- You can download this project in either - zip or - tar formats. -

-

You can also clone the project with Git by running: -

$ git clone git://github.com/grails-plugins/grails-spring-security-ui
-

-
Version4.0.0.M2 + @VERSION@
Grails Version4.0.x > *7.0.x > *
Author