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.
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.
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