Skip to content

Commit

Permalink
[OCTANE] change ember-core-concepts.png to use </> syntax (ember-…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
muziejus authored and lenoraporter committed Jul 19, 2020
1 parent 03a0ae4 commit e2e1ab5
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 1 deletion.
2 changes: 1 addition & 1 deletion guides/release/getting-started/core-concepts.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Before you start writing any Ember code, it's a good idea to get an overview of how an
Ember application works.

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

## Router and Route Handlers
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.
Expand Down
Binary file not shown.
144 changes: 144 additions & 0 deletions public/images/ember-core-concepts/ember-core-concepts.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e2e1ab5

Please sign in to comment.