Apache Grails Website & Documentation

Clone this repo:
  1. c957c99 Updating apache/grails-website asf-site-production branch for Github Actions run:22912914347 by jamesfredley · 7 hours ago asf-site-production
  2. 347c687 Deploying to documentation branch - 15:35:09 by jamesfredley · 8 hours ago
  3. 0a76cc0 Updating apache/grails-website asf-site-production branch for Github Actions run:22907233686 by jamesfredley · 9 hours ago
  4. 88b12c42 Updating apache/grails-website asf-site-production branch for Github Actions run:22902156104 by jamesfredley · 11 hours ago
  5. d5237f9 Updating apache/grails-website asf-site-production branch for Github Actions run:22897742944 by jamesfredley · 13 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