Skip to content

Commit 9a8f537

Browse files
authored
Merge pull request #152 from davewasmer/patch-1
Add octane link to docs navbar menu
2 parents 402140b + 591bdda commit 9a8f537

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

addon/constants/links.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ export default [{
4545
type: 'link'
4646
}, {
4747
type: 'divider'
48+
}, {
49+
href: 'https://emberjs.com/editions',
50+
name: 'Editions',
51+
type: 'link'
4852
}, {
4953
href: 'https://deprecations.emberjs.com',
5054
name: 'Deprecations',

0 commit comments

Comments
 (0)