Apache Grails Website & Documentation

Clone this repo:
  1. e424d41 Updating apache/grails-website asf-site-production branch for Github Actions run:21699008557 by jamesfredley · 2 hours ago asf-site-production
  2. 6437022 Updating apache/grails-website asf-site-production branch for Github Actions run:21697161890 by jamesfredley · 4 hours ago
  3. a0efa2f Deploying to documentation branch - 02:23:03 by jdaugherty · 5 hours ago
  4. 77539a5 Deploying to documentation branch - 01:09:50 by jdaugherty · 6 hours ago
  5. 4c841e8 Updating apache/grails-website asf-site-production branch for Github Actions run:21694143187 by jamesfredley · 6 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