From 5abcf3f16c67dba80bc62614b3798ad2c5e88883 Mon Sep 17 00:00:00 2001 From: Kenneth Larsen Date: Thu, 18 Oct 2018 20:31:03 +0200 Subject: [PATCH] Added section on docs testing --- source/blog/2018-10-19-the-ember-times-issue-69.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/blog/2018-10-19-the-ember-times-issue-69.md b/source/blog/2018-10-19-the-ember-times-issue-69.md index c83835fbcd..098ba9c5a1 100644 --- a/source/blog/2018-10-19-the-ember-times-issue-69.md +++ b/source/blog/2018-10-19-the-ember-times-issue-69.md @@ -35,7 +35,10 @@ Curious to know more? Here's the [full proposal](https://github.com/emberjs/rfcs --- -## [SECTION TITLE](#section-url) +## [We've Got You Covered ⛑](https://github.com/emberjs/ember.js/pull/16910) +You might have noticed that sometimes when a new release of Ember is out some API documentation can disappear. This happens when code gets moved around in Ember, such as putting functions in their own modules, which makes it easy to make mistakes that impact the documentation parser. [@ef4](https://github.com/ef4) added [test coverage](https://github.com/emberjs/ember.js/pull/16910) for exactly these cases. + +This means that when a new release is prepared these tests will most likely catch any unintentional documentation changes. ---