diff --git a/docs/app/templates/docs/beacons.md b/docs/app/templates/docs/beacons.md index 3b8066677..1ffb05edc 100644 --- a/docs/app/templates/docs/beacons.md +++ b/docs/app/templates/docs/beacons.md @@ -1,5 +1,5 @@ ## Beacons -See {{docs-link 'animated-beacon' 'docs.api.item' 'components/animated-beacon'}}. +See ``. In this example, emails animate between Refresh (mail icon), Trash, and the Inbox. When an email gets deleted, it is a `removedSprite`. If you refresh your inbox, the new email added is an `insertedSprite`. Both the refresh button and the trash button are beacons. diff --git a/docs/app/templates/docs/sprites.md b/docs/app/templates/docs/sprites.md index 749111cb1..323ac55c2 100644 --- a/docs/app/templates/docs/sprites.md +++ b/docs/app/templates/docs/sprites.md @@ -88,6 +88,6 @@ Finally, whenever a message is added or deleted, the remaining emails in the inb -The last two categories of sprites, `sentSprites` and `receivedSprites`, are covered in {{docs-link 'Animating between components' 'docs.between'}}. +The last two categories of sprites, `sentSprites` and `receivedSprites`, are covered in Animating between components. For now, read on to learn all about Transitions. diff --git a/docs/config/addon-docs.js b/docs/config/addon-docs.js index 148b90c96..b99957d3b 100644 --- a/docs/config/addon-docs.js +++ b/docs/config/addon-docs.js @@ -1,4 +1,3 @@ -/* eslint-env node */ 'use strict'; const AddonDocsConfig = require('ember-cli-addon-docs/lib/config'); diff --git a/docs/config/deploy.js b/docs/config/deploy.js index 0b712b2b8..042ed0d05 100644 --- a/docs/config/deploy.js +++ b/docs/config/deploy.js @@ -1,4 +1,3 @@ -/* eslint-env node */ 'use strict'; module.exports = function (deployTarget) {