Skip to content

Commit 63df6cb

Browse files
committed
Rename 'Default Profiles' to 'Standard Profiles' in docs
Updated documentation to refer to 'Standard Profiles' instead of 'Default Profiles'. Renamed the relevant AsciiDoc file, updated references in the index and table of contents, and adjusted terminology for consistency.
1 parent 51ff1e3 commit 63df6cb

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

grails-doc/src/en/guide/index.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,10 @@ include::commandLine/creatingCustomCommands.adoc[]
270270

271271
include::profiles.adoc[]
272272

273-
[[defaultProfiles]]
274-
=== Default Grails Profiles
273+
[[standardProfiles]]
274+
=== Standard Grails Profiles
275275

276-
include::profiles/defaultProfiles.adoc[]
276+
include::profiles/standardProfiles.adoc[]
277277

278278
[[webProfile]]
279279
==== Web Profile

grails-doc/src/en/guide/profiles/defaultProfiles.adoc renamed to grails-doc/src/en/guide/profiles/standardProfiles.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ specific language governing permissions and limitations
1717
under the License.
1818
////
1919

20-
Grails provides a set of default application profiles that serve as foundational templates for generating various types of projects.
20+
Grails provides a set of standard application profiles that serve as foundational templates for generating various types of projects.
2121
These profiles encapsulate specific commands, templates, plugins, and configurations tailored to different development needs, allowing developers to quickly generate applications or plugins with predefined structures.
22-
The profiles are resolved from Maven Central by default.
22+
The standard profiles are resolved from Maven Central.
2323

24-
Default profiles include `base`, `web`, `rest-api`, `plugin`, `web-plugin`, `rest-api-plugin` and `profile`. Most extend from other profiles to promote reusability and consistency.
24+
Standard profiles include `base`, `web`, `rest-api`, `plugin`, `web-plugin`, `rest-api-plugin` and `profile`. Most extend from other profiles to promote reusability and consistency.
2525

2626
Available profiles can be listed, when not inside a Grails' project directory:
2727

grails-doc/src/en/guide/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ commandLine:
8383
gradlePlugins: Grails plugins for Gradle
8484
profiles:
8585
title: Application Profiles
86-
defaultProfiles:
87-
title: Default Profiles
86+
standardProfiles:
87+
title: Standard Profiles
8888
webProfile: Web Profile
8989
restAPIProfile: REST API Profile
9090
pluginProfile: Plugin Profile

0 commit comments

Comments
 (0)