-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix CI status badge - Add Maven Central badge - Fix wording of text - Fix link to documentation
- Loading branch information
Showing
1 changed file
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
# Grails Views | ||
|
||
Additional View Technologies for Grails 3.0 and above. | ||
[![Maven Central](https://img.shields.io/maven-central/v/org.grails/views-core.svg?label=Maven%20Central)](https://central.sonatype.com/artifact/org.grails/views-core) | ||
[![Java CI](https://github.com/grails/grails-views/actions/workflows/gradle.yml/badge.svg?event=push)](https://github.com/grails/grails-views/actions/workflows/gradle.yml) | ||
|
||
Initial implementation includes JSON views powered by Groovy's JsonBuilder, however this project provides the basis for implementation other view types. | ||
|
||
View [the latest documentation](https://grails.github.io/grails-views/latest/) for details. | ||
Additional View Technologies for Grails 3 and above. | ||
|
||
Initial implementation includes JSON views powered by Groovy's JsonBuilder.\ | ||
However, this project provides the basis for implementing other view types. | ||
|
||
View [the latest documentation](https://views.grails.org/latest/) for details. | ||
|
||
[![Java CI](https://github.com/grails/grails-views/actions/workflows/gradle.yml/badge.svg?branch=master)](https://github.com/grails/grails-views/actions/workflows/gradle.yml) |