Skip to content

Commit 585640d

Browse files
committed
WIP start of new design
1 parent 361f97c commit 585640d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1537
-2891
lines changed

app/components/ember-data-landing-page.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<h1>
33
Ember Data API Documentation
44
</h1>
5+
<hr>
56
<p>
67
Ember Data is a library for robustly managing data in applications built with Ember.js.
78
</p>

app/components/ember-landing-page.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<article class="chapter">
22
<h1>Ember API Documentation</h1>
3+
<hr>
34
<p>
45
To get started, choose a project (Ember or Ember Data) and a version
56
from the dropdown menu. Ember has core methods used in any app, while Ember Data has

app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{{content-for "head"}}
1111

1212
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/vendor.css">
13-
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/ember-api-docs.css">
13+
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/app.css">
1414
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600" rel="stylesheet">
1515

1616
{{content-for "head-footer"}}

app/styles/_class.scss

Lines changed: 0 additions & 110 deletions
This file was deleted.

app/styles/_vendor-overwrites.scss

Lines changed: 0 additions & 59 deletions
This file was deleted.

app/styles/app.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import './table-of-contents.css'

app/styles/app.scss

Lines changed: 0 additions & 47 deletions
This file was deleted.

app/styles/base/_a11y.scss

Lines changed: 0 additions & 24 deletions
This file was deleted.

app/styles/base/_base.scss

Lines changed: 0 additions & 13 deletions
This file was deleted.

app/styles/base/_buttons.scss

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)