Skip to content

Commit d5fc7ca

Browse files
muziejusjenweber
authored andcommitted
[OCTANE] change ember-core-concepts.png to use </> syntax (ember-learn#631)
* Replace core-concepts image w/ svg that includes angle bracket syntax * Components, not templates, in the bottom row. * Fix fi ligature problem. * Change fonts to match css of Ember guides. * Clean up classnames and code section. * Add text anchors for first lines. * Change template variable to camelCase
1 parent 60c2a62 commit d5fc7ca

File tree

3 files changed

+145
-1
lines changed

3 files changed

+145
-1
lines changed

guides/release/getting-started/core-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Before you start writing any Ember code, it's a good idea to get an overview of how an
22
Ember application works.
33

4-
![ember core concepts](/images/ember-core-concepts/ember-core-concepts.png)
4+
![ember core concepts](/images/ember-core-concepts/ember-core-concepts.svg)
55

66
## Router and Route Handlers
77
Imagine we are writing a web app for a site that lets users list their properties to rent. At any given time, we should be able to answer questions about the current state like _What rental are they looking at?_ and _Are they editing it?_ In Ember, the answer to these questions is determined by the URL.
Binary file not shown.
Lines changed: 144 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)