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