From 6bdadec21def4d0b5cbc501ef94b8ef0cff7bc2e Mon Sep 17 00:00:00 2001 From: Katie Gengler Date: Fri, 7 Aug 2026 18:39:35 -0400 Subject: [PATCH 1/2] Rewrite commonly searched description - Mostly to remove Ember.Template.helpers; this will be accurate for 7.1 and higher - Separate out old commonly searched docs and specify modern alternatives --- app/components/ember-landing-page.gjs | 203 ++++++++++++++++++-------- 1 file changed, 144 insertions(+), 59 deletions(-) diff --git a/app/components/ember-landing-page.gjs b/app/components/ember-landing-page.gjs index d44a1295..7f6846b6 100644 --- a/app/components/ember-landing-page.gjs +++ b/app/components/ember-landing-page.gjs @@ -10,97 +10,182 @@ import { array } from '@ember/helper'; Data has documentation of the built-in library for making requests to a back end. If you're looking for documentation of the command line tool used to generate files, build your app, and more, visit - ember-cli. The latest testing API - is available at - ember-test-helpers. + ember-cli.

Commonly searched-for documentation

+ +

Commonly reached for Classic documentation

+

These are Classic Ember concepts that have modern replacements but are + still supported. Please avoid using them in new code.

+ +

Useful links