From 9a54de87736e671f22b965f719fe8ce14c9f90a8 Mon Sep 17 00:00:00 2001 From: Katie Gengler Date: Tue, 7 Jul 2026 14:13:43 -0400 Subject: [PATCH 1/2] Fix references to gts that should have been gjs --- guides/release/accessibility/page-template-considerations.md | 2 +- guides/release/components/helper-functions.md | 2 +- guides/v6.10.0/accessibility/page-template-considerations.md | 2 +- guides/v6.10.0/components/helper-functions.md | 2 +- guides/v6.11.0/accessibility/page-template-considerations.md | 2 +- guides/v6.11.0/components/helper-functions.md | 2 +- guides/v6.12.0/accessibility/page-template-considerations.md | 2 +- guides/v6.12.0/components/helper-functions.md | 2 +- guides/v6.7.0/accessibility/page-template-considerations.md | 2 +- guides/v6.7.0/components/helper-functions.md | 2 +- guides/v6.8.0/accessibility/page-template-considerations.md | 2 +- guides/v6.8.0/components/helper-functions.md | 2 +- guides/v6.9.0/accessibility/page-template-considerations.md | 2 +- guides/v6.9.0/components/helper-functions.md | 2 +- guides/v7.0.0/accessibility/page-template-considerations.md | 2 +- guides/v7.0.0/components/helper-functions.md | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/guides/release/accessibility/page-template-considerations.md b/guides/release/accessibility/page-template-considerations.md index 8d616240b2..1659b70c63 100644 --- a/guides/release/accessibility/page-template-considerations.md +++ b/guides/release/accessibility/page-template-considerations.md @@ -42,7 +42,7 @@ import { pageTitle } from 'ember-page-title'; ``` -Each call to the `{{pageTitle}}` helper will prepend the title string to the existing title all the way up to the root title in `application.gts`. So, if your application is titled "My App", then the full title for the above example would be "My Title | Posts | My App". +Each call to the `{{pageTitle}}` helper will prepend the title string to the existing title all the way up to the root title in `application.gjs`. So, if your application is titled "My App", then the full title for the above example would be "My Title | Posts | My App". To evaluate more addons to add/manage content in the `` of a page, view this category on [Ember Observer](https://emberobserver.com/categories/header-content). diff --git a/guides/release/components/helper-functions.md b/guides/release/components/helper-functions.md index e0e83ebffa..78078ebf67 100644 --- a/guides/release/components/helper-functions.md +++ b/guides/release/components/helper-functions.md @@ -306,7 +306,7 @@ discussing state in the next chapter), or requiring access to a [service](../../
Zoey says...
- Unlike nearly everything else in template tag (`.gts`) files, these helpers do not need to be explicitly imported. + Unlike nearly everything else in template tag (`.gjs`) files, these helpers do not need to be explicitly imported.
diff --git a/guides/v6.10.0/accessibility/page-template-considerations.md b/guides/v6.10.0/accessibility/page-template-considerations.md index 8d616240b2..1659b70c63 100644 --- a/guides/v6.10.0/accessibility/page-template-considerations.md +++ b/guides/v6.10.0/accessibility/page-template-considerations.md @@ -42,7 +42,7 @@ import { pageTitle } from 'ember-page-title'; ``` -Each call to the `{{pageTitle}}` helper will prepend the title string to the existing title all the way up to the root title in `application.gts`. So, if your application is titled "My App", then the full title for the above example would be "My Title | Posts | My App". +Each call to the `{{pageTitle}}` helper will prepend the title string to the existing title all the way up to the root title in `application.gjs`. So, if your application is titled "My App", then the full title for the above example would be "My Title | Posts | My App". To evaluate more addons to add/manage content in the `` of a page, view this category on [Ember Observer](https://emberobserver.com/categories/header-content). diff --git a/guides/v6.10.0/components/helper-functions.md b/guides/v6.10.0/components/helper-functions.md index 53a3e2dfe9..d0ff61380a 100644 --- a/guides/v6.10.0/components/helper-functions.md +++ b/guides/v6.10.0/components/helper-functions.md @@ -306,7 +306,7 @@ discussing state in the next chapter), or requiring access to a [service](../../
Zoey says...
- Unlike nearly everything else in template tag (`.gts`) files, these helpers do not need to be explicitly imported. + Unlike nearly everything else in template tag (`.gjs`) files, these helpers do not need to be explicitly imported.
diff --git a/guides/v6.11.0/accessibility/page-template-considerations.md b/guides/v6.11.0/accessibility/page-template-considerations.md index 8d616240b2..1659b70c63 100644 --- a/guides/v6.11.0/accessibility/page-template-considerations.md +++ b/guides/v6.11.0/accessibility/page-template-considerations.md @@ -42,7 +42,7 @@ import { pageTitle } from 'ember-page-title'; ``` -Each call to the `{{pageTitle}}` helper will prepend the title string to the existing title all the way up to the root title in `application.gts`. So, if your application is titled "My App", then the full title for the above example would be "My Title | Posts | My App". +Each call to the `{{pageTitle}}` helper will prepend the title string to the existing title all the way up to the root title in `application.gjs`. So, if your application is titled "My App", then the full title for the above example would be "My Title | Posts | My App". To evaluate more addons to add/manage content in the `` of a page, view this category on [Ember Observer](https://emberobserver.com/categories/header-content). diff --git a/guides/v6.11.0/components/helper-functions.md b/guides/v6.11.0/components/helper-functions.md index 1f207ed027..c72dd3b0b4 100644 --- a/guides/v6.11.0/components/helper-functions.md +++ b/guides/v6.11.0/components/helper-functions.md @@ -306,7 +306,7 @@ discussing state in the next chapter), or requiring access to a [service](../../
Zoey says...
- Unlike nearly everything else in template tag (`.gts`) files, these helpers do not need to be explicitly imported. + Unlike nearly everything else in template tag (`.gjs`) files, these helpers do not need to be explicitly imported.
diff --git a/guides/v6.12.0/accessibility/page-template-considerations.md b/guides/v6.12.0/accessibility/page-template-considerations.md index 8d616240b2..1659b70c63 100644 --- a/guides/v6.12.0/accessibility/page-template-considerations.md +++ b/guides/v6.12.0/accessibility/page-template-considerations.md @@ -42,7 +42,7 @@ import { pageTitle } from 'ember-page-title'; ``` -Each call to the `{{pageTitle}}` helper will prepend the title string to the existing title all the way up to the root title in `application.gts`. So, if your application is titled "My App", then the full title for the above example would be "My Title | Posts | My App". +Each call to the `{{pageTitle}}` helper will prepend the title string to the existing title all the way up to the root title in `application.gjs`. So, if your application is titled "My App", then the full title for the above example would be "My Title | Posts | My App". To evaluate more addons to add/manage content in the `` of a page, view this category on [Ember Observer](https://emberobserver.com/categories/header-content). diff --git a/guides/v6.12.0/components/helper-functions.md b/guides/v6.12.0/components/helper-functions.md index c7533939fc..559a6157c0 100644 --- a/guides/v6.12.0/components/helper-functions.md +++ b/guides/v6.12.0/components/helper-functions.md @@ -306,7 +306,7 @@ discussing state in the next chapter), or requiring access to a [service](../../
Zoey says...
- Unlike nearly everything else in template tag (`.gts`) files, these helpers do not need to be explicitly imported. + Unlike nearly everything else in template tag (`.gjs`) files, these helpers do not need to be explicitly imported.
diff --git a/guides/v6.7.0/accessibility/page-template-considerations.md b/guides/v6.7.0/accessibility/page-template-considerations.md index 8d616240b2..1659b70c63 100644 --- a/guides/v6.7.0/accessibility/page-template-considerations.md +++ b/guides/v6.7.0/accessibility/page-template-considerations.md @@ -42,7 +42,7 @@ import { pageTitle } from 'ember-page-title'; ``` -Each call to the `{{pageTitle}}` helper will prepend the title string to the existing title all the way up to the root title in `application.gts`. So, if your application is titled "My App", then the full title for the above example would be "My Title | Posts | My App". +Each call to the `{{pageTitle}}` helper will prepend the title string to the existing title all the way up to the root title in `application.gjs`. So, if your application is titled "My App", then the full title for the above example would be "My Title | Posts | My App". To evaluate more addons to add/manage content in the `` of a page, view this category on [Ember Observer](https://emberobserver.com/categories/header-content). diff --git a/guides/v6.7.0/components/helper-functions.md b/guides/v6.7.0/components/helper-functions.md index 0f86444fb1..e7fd5335b0 100644 --- a/guides/v6.7.0/components/helper-functions.md +++ b/guides/v6.7.0/components/helper-functions.md @@ -306,7 +306,7 @@ discussing state in the next chapter), or requiring access to a [service](../../
Zoey says...
- Unlike nearly everything else in template tag (`.gts`) files, these helpers do not need to be explicitly imported. + Unlike nearly everything else in template tag (`.gjs`) files, these helpers do not need to be explicitly imported.
diff --git a/guides/v6.8.0/accessibility/page-template-considerations.md b/guides/v6.8.0/accessibility/page-template-considerations.md index 8d616240b2..1659b70c63 100644 --- a/guides/v6.8.0/accessibility/page-template-considerations.md +++ b/guides/v6.8.0/accessibility/page-template-considerations.md @@ -42,7 +42,7 @@ import { pageTitle } from 'ember-page-title'; ``` -Each call to the `{{pageTitle}}` helper will prepend the title string to the existing title all the way up to the root title in `application.gts`. So, if your application is titled "My App", then the full title for the above example would be "My Title | Posts | My App". +Each call to the `{{pageTitle}}` helper will prepend the title string to the existing title all the way up to the root title in `application.gjs`. So, if your application is titled "My App", then the full title for the above example would be "My Title | Posts | My App". To evaluate more addons to add/manage content in the `` of a page, view this category on [Ember Observer](https://emberobserver.com/categories/header-content). diff --git a/guides/v6.8.0/components/helper-functions.md b/guides/v6.8.0/components/helper-functions.md index fa56648f1e..12a1712835 100644 --- a/guides/v6.8.0/components/helper-functions.md +++ b/guides/v6.8.0/components/helper-functions.md @@ -306,7 +306,7 @@ discussing state in the next chapter), or requiring access to a [service](../../
Zoey says...
- Unlike nearly everything else in template tag (`.gts`) files, these helpers do not need to be explicitly imported. + Unlike nearly everything else in template tag (`.gjs`) files, these helpers do not need to be explicitly imported.
diff --git a/guides/v6.9.0/accessibility/page-template-considerations.md b/guides/v6.9.0/accessibility/page-template-considerations.md index 8d616240b2..1659b70c63 100644 --- a/guides/v6.9.0/accessibility/page-template-considerations.md +++ b/guides/v6.9.0/accessibility/page-template-considerations.md @@ -42,7 +42,7 @@ import { pageTitle } from 'ember-page-title'; ``` -Each call to the `{{pageTitle}}` helper will prepend the title string to the existing title all the way up to the root title in `application.gts`. So, if your application is titled "My App", then the full title for the above example would be "My Title | Posts | My App". +Each call to the `{{pageTitle}}` helper will prepend the title string to the existing title all the way up to the root title in `application.gjs`. So, if your application is titled "My App", then the full title for the above example would be "My Title | Posts | My App". To evaluate more addons to add/manage content in the `` of a page, view this category on [Ember Observer](https://emberobserver.com/categories/header-content). diff --git a/guides/v6.9.0/components/helper-functions.md b/guides/v6.9.0/components/helper-functions.md index be099f5a45..125f439c56 100644 --- a/guides/v6.9.0/components/helper-functions.md +++ b/guides/v6.9.0/components/helper-functions.md @@ -306,7 +306,7 @@ discussing state in the next chapter), or requiring access to a [service](../../
Zoey says...
- Unlike nearly everything else in template tag (`.gts`) files, these helpers do not need to be explicitly imported. + Unlike nearly everything else in template tag (`.gjs`) files, these helpers do not need to be explicitly imported.
diff --git a/guides/v7.0.0/accessibility/page-template-considerations.md b/guides/v7.0.0/accessibility/page-template-considerations.md index 8d616240b2..1659b70c63 100644 --- a/guides/v7.0.0/accessibility/page-template-considerations.md +++ b/guides/v7.0.0/accessibility/page-template-considerations.md @@ -42,7 +42,7 @@ import { pageTitle } from 'ember-page-title'; ``` -Each call to the `{{pageTitle}}` helper will prepend the title string to the existing title all the way up to the root title in `application.gts`. So, if your application is titled "My App", then the full title for the above example would be "My Title | Posts | My App". +Each call to the `{{pageTitle}}` helper will prepend the title string to the existing title all the way up to the root title in `application.gjs`. So, if your application is titled "My App", then the full title for the above example would be "My Title | Posts | My App". To evaluate more addons to add/manage content in the `` of a page, view this category on [Ember Observer](https://emberobserver.com/categories/header-content). diff --git a/guides/v7.0.0/components/helper-functions.md b/guides/v7.0.0/components/helper-functions.md index c06bf6efae..a6bd127a51 100644 --- a/guides/v7.0.0/components/helper-functions.md +++ b/guides/v7.0.0/components/helper-functions.md @@ -306,7 +306,7 @@ discussing state in the next chapter), or requiring access to a [service](../../
Zoey says...
- Unlike nearly everything else in template tag (`.gts`) files, these helpers do not need to be explicitly imported. + Unlike nearly everything else in template tag (`.gjs`) files, these helpers do not need to be explicitly imported.
From f7d762cb7f4599d5d1362d6ae80860632a7197b3 Mon Sep 17 00:00:00 2001 From: Katie Gengler Date: Tue, 7 Jul 2026 14:16:52 -0400 Subject: [PATCH 2/2] Remove zoey says callout that isn't accurate. Update content coming soon. --- guides/release/components/helper-functions.md | 12 ------------ guides/v6.10.0/components/helper-functions.md | 12 ------------ guides/v6.11.0/components/helper-functions.md | 12 ------------ guides/v6.12.0/components/helper-functions.md | 12 ------------ guides/v6.7.0/components/helper-functions.md | 12 ------------ guides/v6.8.0/components/helper-functions.md | 12 ------------ guides/v6.9.0/components/helper-functions.md | 12 ------------ guides/v7.0.0/components/helper-functions.md | 12 ------------ 8 files changed, 96 deletions(-) diff --git a/guides/release/components/helper-functions.md b/guides/release/components/helper-functions.md index 78078ebf67..5c262890fe 100644 --- a/guides/release/components/helper-functions.md +++ b/guides/release/components/helper-functions.md @@ -301,18 +301,6 @@ discussing state in the next chapter), or requiring access to a [service](../../ ## Built-in and Common Helpers -
-
-
-
Zoey says...
-
- Unlike nearly everything else in template tag (`.gjs`) files, these helpers do not need to be explicitly imported. -
-
- -
-
- Below you will find some useful template helpers documented. For the full list of available helpers, you can check the [template helpers API](https://api.emberjs.com/ember/release/classes/Ember.Templates.helpers/) and [@ember/helpers](https://api.emberjs.com/ember/release/classes/@ember%2Fhelper) documentation. diff --git a/guides/v6.10.0/components/helper-functions.md b/guides/v6.10.0/components/helper-functions.md index d0ff61380a..4544d523d3 100644 --- a/guides/v6.10.0/components/helper-functions.md +++ b/guides/v6.10.0/components/helper-functions.md @@ -301,18 +301,6 @@ discussing state in the next chapter), or requiring access to a [service](../../ ## Built-in and Common Helpers -
-
-
-
Zoey says...
-
- Unlike nearly everything else in template tag (`.gjs`) files, these helpers do not need to be explicitly imported. -
-
- -
-
- Below you will find some useful template helpers documented. For the full list of available helpers, you can check the [template helpers API](https://api.emberjs.com/ember/6.10.0/classes/Ember.Templates.helpers/) and [@ember/helpers](https://api.emberjs.com/ember/6.10.0/classes/@ember%2Fhelper) documentation. diff --git a/guides/v6.11.0/components/helper-functions.md b/guides/v6.11.0/components/helper-functions.md index c72dd3b0b4..eef862d5e0 100644 --- a/guides/v6.11.0/components/helper-functions.md +++ b/guides/v6.11.0/components/helper-functions.md @@ -301,18 +301,6 @@ discussing state in the next chapter), or requiring access to a [service](../../ ## Built-in and Common Helpers -
-
-
-
Zoey says...
-
- Unlike nearly everything else in template tag (`.gjs`) files, these helpers do not need to be explicitly imported. -
-
- -
-
- Below you will find some useful template helpers documented. For the full list of available helpers, you can check the [template helpers API](https://api.emberjs.com/ember/6.11.0/classes/Ember.Templates.helpers/) and [@ember/helpers](https://api.emberjs.com/ember/6.11.0/classes/@ember%2Fhelper) documentation. diff --git a/guides/v6.12.0/components/helper-functions.md b/guides/v6.12.0/components/helper-functions.md index 559a6157c0..95b860c48f 100644 --- a/guides/v6.12.0/components/helper-functions.md +++ b/guides/v6.12.0/components/helper-functions.md @@ -301,18 +301,6 @@ discussing state in the next chapter), or requiring access to a [service](../../ ## Built-in and Common Helpers -
-
-
-
Zoey says...
-
- Unlike nearly everything else in template tag (`.gjs`) files, these helpers do not need to be explicitly imported. -
-
- -
-
- Below you will find some useful template helpers documented. For the full list of available helpers, you can check the [template helpers API](https://api.emberjs.com/ember/6.12.0/classes/Ember.Templates.helpers/) and [@ember/helpers](https://api.emberjs.com/ember/6.12.0/classes/@ember%2Fhelper) documentation. diff --git a/guides/v6.7.0/components/helper-functions.md b/guides/v6.7.0/components/helper-functions.md index e7fd5335b0..bb1b295cb7 100644 --- a/guides/v6.7.0/components/helper-functions.md +++ b/guides/v6.7.0/components/helper-functions.md @@ -301,18 +301,6 @@ discussing state in the next chapter), or requiring access to a [service](../../ ## Built-in and Common Helpers -
-
-
-
Zoey says...
-
- Unlike nearly everything else in template tag (`.gjs`) files, these helpers do not need to be explicitly imported. -
-
- -
-
- Below you will find some useful template helpers documented. For the full list of available helpers, you can check the [template helpers API](https://api.emberjs.com/ember/6.7.0/classes/Ember.Templates.helpers/) and [@ember/helpers](https://api.emberjs.com/ember/6.7.0/classes/@ember%2Fhelper) documentation. diff --git a/guides/v6.8.0/components/helper-functions.md b/guides/v6.8.0/components/helper-functions.md index 12a1712835..d44848adcc 100644 --- a/guides/v6.8.0/components/helper-functions.md +++ b/guides/v6.8.0/components/helper-functions.md @@ -301,18 +301,6 @@ discussing state in the next chapter), or requiring access to a [service](../../ ## Built-in and Common Helpers -
-
-
-
Zoey says...
-
- Unlike nearly everything else in template tag (`.gjs`) files, these helpers do not need to be explicitly imported. -
-
- -
-
- Below you will find some useful template helpers documented. For the full list of available helpers, you can check the [template helpers API](https://api.emberjs.com/ember/6.8.0/classes/Ember.Templates.helpers/) and [@ember/helpers](https://api.emberjs.com/ember/6.8.0/classes/@ember%2Fhelper) documentation. diff --git a/guides/v6.9.0/components/helper-functions.md b/guides/v6.9.0/components/helper-functions.md index 125f439c56..5349c65a73 100644 --- a/guides/v6.9.0/components/helper-functions.md +++ b/guides/v6.9.0/components/helper-functions.md @@ -301,18 +301,6 @@ discussing state in the next chapter), or requiring access to a [service](../../ ## Built-in and Common Helpers -
-
-
-
Zoey says...
-
- Unlike nearly everything else in template tag (`.gjs`) files, these helpers do not need to be explicitly imported. -
-
- -
-
- Below you will find some useful template helpers documented. For the full list of available helpers, you can check the [template helpers API](https://api.emberjs.com/ember/6.9.0/classes/Ember.Templates.helpers/) and [@ember/helpers](https://api.emberjs.com/ember/6.9.0/classes/@ember%2Fhelper) documentation. diff --git a/guides/v7.0.0/components/helper-functions.md b/guides/v7.0.0/components/helper-functions.md index a6bd127a51..419391e67f 100644 --- a/guides/v7.0.0/components/helper-functions.md +++ b/guides/v7.0.0/components/helper-functions.md @@ -301,18 +301,6 @@ discussing state in the next chapter), or requiring access to a [service](../../ ## Built-in and Common Helpers -
-
-
-
Zoey says...
-
- Unlike nearly everything else in template tag (`.gjs`) files, these helpers do not need to be explicitly imported. -
-
- -
-
- Below you will find some useful template helpers documented. For the full list of available helpers, you can check the [template helpers API](https://api.emberjs.com/ember/7.0.0/classes/Ember.Templates.helpers/) and [@ember/helpers](https://api.emberjs.com/ember/7.0.0/classes/@ember%2Fhelper) documentation.