Skip to content

Commit e38baa3

Browse files
committed
Update documentation
1 parent 4e9c683 commit e38baa3

File tree

5 files changed

+36
-12
lines changed

5 files changed

+36
-12
lines changed

docs/guide/changelog.adoc

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1-
This is the changelog,
1+
### 1.0.0-RC2
22

3-
### 1.0.0-M1
3+
* Update README
4+
* Update documentation
5+
* Migrate to Central Portal OSSRH Staging API
6+
* Update README - Add document links - Add badge
7+
* Correct the groovy api url
8+
* Upgrade to Gradle 7.6.5
9+
* Fixed FOLDER: build/docs
10+
* Update github workflows - Generate and deploy the release version of docs
11+
* Update github workflows - Upgrade to setup-gradle@v4
12+
* Add changelog
13+
* Add docs workflow
14+
* Add docs
15+
16+
### 1.0.0-RC1
17+
18+
* Update sample application, add Menu plugin to demonstrate how to use
19+
* Provide dynamic modules WebSection and WebItem in this plugin
20+
* Remove META-INF/grails-plugin.xml in favor of the generated file
21+
* Don't use mavenLocal()
22+
* Upgrade to Gradle Nexus Publish Plugin 2.0.0
23+
* Update POM description
24+
25+
### 1.0.0-M1
26+
27+
* Release v1.0.0-M1
28+
* Update README.md
29+
* Adds Auto-Configure `DynamicModulesAutoConfiguration`
30+
* Setup github workflow
31+
* Initial project

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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
introduction: Introduction
22
changelog: Changelog
3-
usage: Usage
3+
usage: Usage
4+
support: Support

docs/guide/usage.adoc

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
11
Add `dynamic-modules` plugin to your `build.gradle`,
22

3-
[source,groovy]
3+
[source,groovy,subs="attributes"]
44
----
55
apply plugin: "org.graceframework.grace-gsp"
66
77
repositories {
88
mavenCentral()
9-
maven {
10-
url "https://s01.oss.sonatype.org/content/repositories/snapshots/"
11-
mavenContent {
12-
snapshotsOnly()
13-
}
14-
}
159
}
1610
1711
dependencies {
1812
implementation "org.graceframework:grace-plugin-api"
19-
implementation "org.graceframework.plugins:dynamic-modules:VERSION"
13+
implementation "org.graceframework.plugins:dynamic-modules:{version}"
2014
}
2115
----

docs/resources/doc.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
authors=Michael Yan
22
title=Grace Dynamic Modules
33
subtitle=Grace Dynamic Modules offer new ways of creating modular and maintainable Grace applications
4-
copyright=Copyright © 2025 Michael Yan. The content is licensed under a Creative Commons Attribution 4.0 International (CC BY SA 4.0) license.
4+
copyright=Copyright © 2022-2025 Michael Yan. The content is licensed under a Creative Commons Attribution 4.0 International (CC BY SA 4.0) license.

0 commit comments

Comments
 (0)