Skip to content

Commit 1ab86ce

Browse files
committed
Readme
1 parent 27127fb commit 1ab86ce

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

README.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# Octane Classic Comparison
1+
# Ember Octane vs Classic Cheat Sheet
22

3-
See side-by-side examples of Classic Ember vs Octane Edition.
3+
See side-by-side examples of Classic Ember vs [Octane Edition](https://emberjs.com/editions).
44

5-
This uses [Prism](https://prismjs.com/) code hightlighting.
5+
This uses [Prism](https://prismjs.com/) code hightlighting with the [file highlight](https://prismjs.com/plugins/file-highlight/) plugin.
6+
7+
Inspired by [YouMightNotNeedJQuery](http://youmightnotneedjquery.com/).
68

79
## Running locally
810

@@ -15,3 +17,19 @@ http-server .
1517

1618
Visit http://localhost:8080 to see the results.
1719
If you make changes, restart the server.
20+
You might have to clear the cache to see your changes. (In Chrome, open the dev tools, then right click on the browser's main refresh arrow and choose Empty Cache and Hard Reload, or configure your dev tools to not keep a cache in the first place.)
21+
22+
## Contributing
23+
24+
Contributions are welcome!
25+
Simple examples can be added to this cheat sheet.
26+
Copy and paste a `<section>` block in `index.html`.
27+
Create the code sample files in the `code` directory, change the `data` tag of the `<pre>`, and you're done!
28+
Try to follow the same file naming scheme as is used elsewhere, and make sure to name any `.hbs` files `.handlebars` instead or the formatting won't get applied.
29+
30+
Advanced strategies should be PR'd directly to the [Ember.js Guides](https://github.com/ember-learn/guides-source/pulls), since the goal of this project is to keep it as short and sweet as possible.
31+
32+
## Deploying
33+
34+
This site is deployed to [GitHub Pages](https://pages.github.com/) automatically from the `master` branch.
35+

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<body>
1010
<script src="lib/prism.js"></script>
1111
<h1>Ember.js Octane vs Classic Cheat Sheet</h1>
12-
<p>This guide is a cheat sheet. It doesn't cover everything, but it should get you started!</p>
12+
<p>This guide is a cheat sheet for using <a href="https://emberjs.com/editions/octane">Ember.js Octane</a>. It doesn't cover everything, but it should get you started!</p>
1313

1414
<hr>
1515
<h2>Component Templates</h2>

0 commit comments

Comments
 (0)