Updating apache/grails-website asf-site-production branch for GitHub Actions run:28753870049
9 files changed
tree: 7301e372664e56f2a04413cf3ea284b5dc9fbfd6
  1. .well-known/
  2. blog/
  3. casestudies/
  4. css/
  5. docs/
  6. docs-legacy-async/
  7. docs-legacy-gorm/
  8. docs-legacy-gsp/
  9. docs-legacy-testing/
  10. docs-legacy-views/
  11. files/
  12. fonts/
  13. foundation/
  14. guides/
  15. images/
  16. img/
  17. javascripts/
  18. js/
  19. plugins/
  20. profiles/
  21. stylesheets/
  22. templates/
  23. .asf.yaml
  24. .gitignore
  25. .htaccess
  26. 404.html
  27. AddMatomoAnalytics.groovy
  28. api.html
  29. buildstatus.html
  30. community-code-of-conduct.html
  31. community-guidelines.html
  32. community.html
  33. CONTRIBUTING.md
  34. documentation.html
  35. download.html
  36. ecosystem.html
  37. events.html
  38. faq.html
  39. favicon.ico
  40. favicon.png
  41. gormApi.html
  42. index.html
  43. learn.html
  44. learning.html
  45. legacy-plugins.html
  46. mailing-lists.html
  47. maturity.html
  48. plugins.html
  49. privacy-policy.html
  50. profiles.html
  51. README.md
  52. rss.xml
  53. search.html
  54. single-page-documentation.html
  55. sitemap.xml
  56. sponsors.html
  57. support-schedule.html
  58. support.html
  59. trademark-policy.html
  60. upgrade.html
  61. usergroups.html
  62. versioning.html
README.md

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