File tree Expand file tree Collapse file tree 8 files changed +28
-16
lines changed Expand file tree Collapse file tree 8 files changed +28
-16
lines changed Original file line number Diff line number Diff line change 22{{ #docs-demo as |demo |}}
33 {{ #demo.example name =' docs-demo-custom.md' }}
44 <pre >
5- # Markdown
6- - Has syntax highlighting, too
5+ # Markdown
6+ - Has syntax highlighting, too
77 </pre >
88 {{ /demo.example }}
99
1010 {{ demo.snippet ' docs-demo-custom-src.hbs' label =' Source' }}
11- {{ demo.snippet ' docs-demo-custom.md' label =' My Custom Label' language =' markdown' }}
11+ {{ demo.snippet
12+ ' docs-demo-custom.md'
13+ label =' My Custom Label'
14+ language =' markdown'
15+ }}
1216{{ /docs-demo }}
1317{{!-- END-SNIPPET --}}
Original file line number Diff line number Diff line change 33 {{ docs-hero
44 prefix =' EmberData'
55 heading =' Something'
6- byline =' The best addon ever. Now playing in theaters.' }}
6+ byline =' The best addon ever. Now playing in theaters.'
7+ }}
78 {{ /demo.example }}
89
910 {{ demo.snippet ' docs-hero-2.hbs' }}
Original file line number Diff line number Diff line change 1- <div class =" docs-my-8" >
2- {{ #docs-snippet name =" docs-snippet.hbs" }}
1+ <div class =' docs-my-8' >
2+ {{ #docs-snippet name =' docs-snippet.hbs' }}
33 <div id =' foo' >
44 {{ #my-awesome-thing
55 some =true
6- options =false }}
6+ options =false
7+ }}
78 <p >Something old, something new</p >
89 {{ /my-awesome-thing }}
910 </div >
Original file line number Diff line number Diff line change 1- <div class =" docs-my-8" >
2- {{ #docs-snippet name =" my-snippet-src.hbs" }}
1+ <div class =' docs-my-8' >
2+ {{ #docs-snippet name =' my-snippet-src.hbs' }}
33 // BEGIN-SNIPPET my-snippet.js
44 App = Ember.Application.extend({
55 modulePrefix: config.modulePrefix,
Original file line number Diff line number Diff line change 1- <div class =" docs-my-8" >
2- {{ #docs-snippet name =" my-snippet-src2.hbs" }}
1+ <div class =' docs-my-8' >
2+ {{ #docs-snippet name =' my-snippet-src2.hbs' }}
33 {{ docs-snippet name =' my-snippet.js' }}
44 {{ /docs-snippet }}
55</div >
Original file line number Diff line number Diff line change 1- <div class =" docs-my-8" >
2- {{ #docs-snippet name =" docs-snippet-title-example.js" title =" app/components/my-component.js" }}
1+ <div class =' docs-my-8' >
2+ {{ #docs-snippet
3+ name =' docs-snippet-title-example.js'
4+ title =' app/components/my-component.js'
5+ }}
36 import Component from '@ember/component';
47 export default Component.extend({
58 // ...
Original file line number Diff line number Diff line change 44 <section class =' docs-max-w-md docs-mx-auto docs-pb-8' >
55 {{ index/index-content }}
66
7- <div class =" docs-my-16 docs-text-right" >
8- {{ #link-to ' docs' class =' docs-bg-grey-darkest hover:docs-bg-black docs-text-white docs-py-2 docs-px-4 docs-no-underline docs-rounded' }}
7+ <div class =' docs-my-16 docs-text-right' >
8+ {{ #link-to
9+ ' docs'
10+ class =' docs-bg-grey-darkest hover:docs-bg-black docs-text-white docs-py-2 docs-px-4 docs-no-underline docs-rounded'
11+ }}
912 Read the docs →
1013 {{ /link-to }}
1114 </div >
Original file line number Diff line number Diff line change 1- <div class =" docs-container" >
1+ <div class =' docs-container' >
22 <h1 >Not found</h1 >
33 <p >This page doesn't exist. {{ #link-to ' index' }} Head home?{{ /link-to }} </p >
44</div >
You can’t perform that action at this time.
0 commit comments