diff --git a/app/components/ember-data-landing-page.hbs b/app/components/ember-data-landing-page.hbs index b0005f8d9..252631303 100644 --- a/app/components/ember-data-landing-page.hbs +++ b/app/components/ember-data-landing-page.hbs @@ -2,6 +2,7 @@

Ember Data API Documentation

+

Ember Data is a library for robustly managing data in applications built with Ember.js.

diff --git a/app/components/ember-landing-page.hbs b/app/components/ember-landing-page.hbs index afa196959..ce3340654 100644 --- a/app/components/ember-landing-page.hbs +++ b/app/components/ember-landing-page.hbs @@ -1,5 +1,6 @@

Ember API Documentation

+

To get started, choose a project (Ember or Ember Data) and a version from the dropdown menu. Ember has core methods used in any app, while Ember Data has diff --git a/app/components/table-of-contents.hbs b/app/components/table-of-contents.hbs index 19e793e9f..5785aa49f 100644 --- a/app/components/table-of-contents.hbs +++ b/app/components/table-of-contents.hbs @@ -1,43 +1,43 @@ -

    -
  1. +
      +
    • Packages -
        +
          {{#each @moduleIDs as |moduleID|}} {{#if (not-eq moduleID '@ember/object/computed')}} -
        • +
        • {{/if}} {{/each}} -
      +
  2. {{#if @isShowingNamespaces}} -
  3. +
  4. Namespaces -
      +
        {{#each @namespaceIDs as |namespaceID|}} -
      • +
      • {{/each}} -
    +
  5. {{/if}} -
  6. +
  7. Classes -
      +
        {{#each @classesIDs as |classID|}} -
      • +
      • {{/each}} -
    +
  8. -
+