This is an automated email from the ASF dual-hosted git repository.
jamesfredley pushed a change to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from 189745327d ci: use `grails-forge` as base dir for dependabot (#15028)
add 51ff1e3be2 Add detailed documentation for default Grails application
profiles
add 63df6cb43e Rename 'Default Profiles' to 'Standard Profiles' in docs
add a80a591962 Correct command from 'list-plugins' to 'list-profiles'
add f8c3264c2f Update example title and desc in publishingProfiles guide
new 581e1314ce Merge pull request #15018 from
apache/add-default-profile-docs
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
grails-doc/src/en/guide/index.adoc | 35 ++++++++
.../src/en/guide/profiles/pluginProfile.adoc | 93 ++++++++++++++++++++
.../src/en/guide/profiles/profileProfile.adoc | 94 ++++++++++++++++++++
.../src/en/guide/profiles/publishingProfiles.adoc | 4 +-
.../en/guide/profiles/restAPIPluginProfile.adoc | 99 ++++++++++++++++++++++
.../src/en/guide/profiles/restAPIProfile.adoc | 94 ++++++++++++++++++++
.../src/en/guide/profiles/standardProfiles.adoc | 58 +++++++++++++
.../src/en/guide/profiles/webPluginProfile.adoc | 98 +++++++++++++++++++++
grails-doc/src/en/guide/profiles/webProfile.adoc | 93 ++++++++++++++++++++
grails-doc/src/en/guide/toc.yml | 8 ++
10 files changed, 674 insertions(+), 2 deletions(-)
create mode 100644 grails-doc/src/en/guide/profiles/pluginProfile.adoc
create mode 100644 grails-doc/src/en/guide/profiles/profileProfile.adoc
create mode 100644 grails-doc/src/en/guide/profiles/restAPIPluginProfile.adoc
create mode 100644 grails-doc/src/en/guide/profiles/restAPIProfile.adoc
create mode 100644 grails-doc/src/en/guide/profiles/standardProfiles.adoc
create mode 100644 grails-doc/src/en/guide/profiles/webPluginProfile.adoc
create mode 100644 grails-doc/src/en/guide/profiles/webProfile.adoc