Skip to content

Commit 7969a31

Browse files
committed
Update documentation
1 parent fd828ce commit 7969a31

4 files changed

Lines changed: 71 additions & 10 deletions

File tree

docs/guide/changelog.adoc

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
### 1.0.0-RC2
2+
3+
* Update README
4+
* Update documentation
5+
* Update description of the workflow steps
6+
* Upgrade to Grace Dynamic Modules 1.0.0-RC2
7+
* Migrate to Portal OSSRH Staging API
8+
* Update README - Add document links - Add badge
9+
* Correct the groovy api url
10+
* Upgrade to Gradle 7.6.5
11+
* Fixed FOLDER: build/docs
12+
* Update github workflows - Generate and deploy the release version of docs
13+
* Update github workflows - Upgrade to setup-gradle@v4
14+
* Add docs folder and Gradle tasks
15+
* Setup Grace docs workflow
16+
* Upgrade to Gradle Nexus Publish Plugin 2.0.0
17+
* Add groovydoc info
18+
* Remove grails-plugin.xml in favor of the generated file
19+
20+
### 1.0.0-RC1
21+
22+
* Remove unnecessary providedModules, because DynamicModules has already defined
23+
* Upgrade to Grace Dynamic Modules Plugin 1.0.0-RC1
24+
* Update README
25+
26+
### 1.0.0-M1
27+
28+
* Release v1.0.0-M1
29+
* Upgrade to Grace Dynamic Modules Plugin 1.0.0-M1
30+
* Adds src/main
31+
* Build against `dynamic-modules` 1.0.0-SNAPSHOT
32+
* Update github workflows
33+
* Update README.md
34+
* Use `dynamic-modules` plugin
35+
* Upgrade to Grace 2023.0.0
36+
* Upgrade to Grace 2023.0.0-RC2
37+
38+
### 0.2.0
39+
40+
* Add artifact `grails-plugin.xml`
41+
* Set `archiveClassifier` with 'plugin'
42+
* Update dependencies of plugin
43+
* Upgrade to Grace Asset Pipeline Plugin 5.2.6
44+
* Upgrade to Groovy 3.0.21
45+
* Upgrade to Grace 2022.2.6
46+
* Update github workflows
47+
48+
### 0.1.0
49+
50+
* Update index
51+
* Update README
52+
* Update github workflows
53+
* Update app
54+
* Update build scripts
55+
* Upgrade to Grace 2022.2.4 and Groovy 3.0.17
56+
* Move to plugin dir
57+
58+
### 0.0.1
59+
60+
* Update README
61+
* Update i18n messages
62+
* Improve AdminTagLib
63+
* Add readme
64+
* Grace Admin Plugin

docs/guide/support.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
For support, please use the https://github.com/orgs/graceframework/discussions[Grace Discussions] or open an issue on link:{github}/issues[Github Issues].

docs/guide/toc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
introduction: Introduction
2-
usage: Usage
2+
changelog: Changelog
3+
usage: Usage
4+
support: Support

docs/guide/usage.adoc

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,17 @@
22

33
Add `admin` plugin to your `build.gradle`,
44

5-
[source,groovy]
5+
[source,groovy,subs="attributes"]
66
----
77
apply plugin: "org.graceframework.grace-gsp"
88
99
repositories {
1010
mavenCentral()
11-
maven {
12-
url "https://s01.oss.sonatype.org/content/repositories/snapshots/"
13-
mavenContent {
14-
snapshotsOnly()
15-
}
16-
}
1711
}
1812
1913
dependencies {
20-
implementation "org.graceframework.plugins:dynamic-modules:1.0.0-RC1"
21-
implementation "org.graceframework.plugins:admin:$adminVersion"
14+
implementation "org.graceframework.plugins:dynamic-modules:1.0.0-RC2"
15+
implementation "org.graceframework.plugins:admin:{version}"
2216
}
2317
2418
----

0 commit comments

Comments
 (0)