Apache Grails Website & Documentation

Clone this repo:
  1. 9bf4913 Updating apache/grails-website asf-site-production branch for Github Actions run:21322357879 by jamesfredley · 6 hours ago asf-site-production
  2. e117d22 Updating apache/grails-website asf-site-production branch for Github Actions run:21320880745 by jamesfredley · 8 hours ago
  3. 6e190ef Updating apache/grails-website asf-site-production branch for Github Actions run:21319379819 by jamesfredley · 10 hours ago
  4. 538021c Updating apache/grails-website asf-site-production branch for Github Actions run:21317833192 by jamesfredley · 12 hours ago
  5. 5dacc52 Updating apache/grails-website asf-site-production branch for Github Actions run:21316315141 by jamesfredley · 14 hours ago

Apache Grails Website

Documentation Users Mailing List Dev Mailing List Slack GitHub Discussions


Introduction

This repository is the consolidated home for the Apache Grails website:
https://grails.apache.org/

It contains:

  • The Apache Grails Website
  • Current documentation
  • Legacy (pre-asf) documentation

It will also eventually contain the following, once they are migrated from the historical gh-pages grails.org subdomains:

  • Grails Guides
  • Grails Forge

Content from multiple Grails repositories is aggregated here and published to
https://grails.apache.org/ using the publish process defined in .asf.yml.

For information about using the Grails framework itself, please refer to the
Apache Grails Documentation.


Purpose of This Repository

The grails-website repository is responsible for:

  • Aggregating website content from different repositories
  • Publishing the site using Apache infrastructure

This repository does not contain the Grails framework source code.


Repository Structure

Below is a high-level overview of the repository to help new contributors understand how it is organised:

grails-website/
├── docs-legacy-*/                     # Histoical Grails documentation prior to the move to ASF
├── docs/                              # Grails documentation including groovydocs - published from https://github.com/apache/grails-core/tree/HEAD/grails-doc
├── AddMatomoAnalytics.groovy          # Adds missing Apache Analytics Tracking run as `groovy AddMatomoAnalytics.groovy`
├── .asf.yml            # Apache site publishing configuration
└── README.md           # Project documentation

The remaining directories are all generated and published from https://github.com/apache/grails-static-website