From e8411112ca40675b231db13b39e15e8504a54e9d Mon Sep 17 00:00:00 2001 From: Kenneth Larsen Date: Fri, 28 Sep 2018 13:04:24 +0200 Subject: [PATCH 1/2] Section on missing docs --- source/blog/2018-09-28-the-ember-times-issue-66.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/blog/2018-09-28-the-ember-times-issue-66.md b/source/blog/2018-09-28-the-ember-times-issue-66.md index 604d169481..a42c709fc4 100644 --- a/source/blog/2018-09-28-the-ember-times-issue-66.md +++ b/source/blog/2018-09-28-the-ember-times-issue-66.md @@ -51,8 +51,10 @@ As always, **leave your comments** and appreciation [below the original proposal --- -## [SECTION TITLE](#section-url) +## [The Missing Docs Has Returned](https://github.com/emberjs/ember.js/pull/17002) +There has been [some documentation missing](https://github.com/emberjs/ember.js/issues/16993) from the Ember API docs from the release of 3.3 to 3.4. [@Gaurav0](https://github.com/Gaurav0) has done some great detective work 🕵 and [fixed these issues](https://github.com/emberjs/ember.js/pull/17002) which means that **the missing documentation now is back.** +Going forward the plan is to provide better testing for cases like this so you always have access to the documentation you need. --- From e29481638783cf0856c299cf810c45718867f62b Mon Sep 17 00:00:00 2001 From: Kenneth Larsen Date: Fri, 28 Sep 2018 13:32:06 +0200 Subject: [PATCH 2/2] Update 2018-09-28-the-ember-times-issue-66.md --- source/blog/2018-09-28-the-ember-times-issue-66.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blog/2018-09-28-the-ember-times-issue-66.md b/source/blog/2018-09-28-the-ember-times-issue-66.md index a42c709fc4..fae91007be 100644 --- a/source/blog/2018-09-28-the-ember-times-issue-66.md +++ b/source/blog/2018-09-28-the-ember-times-issue-66.md @@ -52,7 +52,7 @@ As always, **leave your comments** and appreciation [below the original proposal --- ## [The Missing Docs Has Returned](https://github.com/emberjs/ember.js/pull/17002) -There has been [some documentation missing](https://github.com/emberjs/ember.js/issues/16993) from the Ember API docs from the release of 3.3 to 3.4. [@Gaurav0](https://github.com/Gaurav0) has done some great detective work 🕵 and [fixed these issues](https://github.com/emberjs/ember.js/pull/17002) which means that **the missing documentation now is back.** +There has been [some documentation missing](https://github.com/emberjs/ember.js/issues/16993) from the Ember API docs from the release of 3.3 to 3.4. [@Gaurav0](https://github.com/Gaurav0) has done some great detective work 🕵 and [fixed these issues](https://github.com/emberjs/ember.js/pull/17002) which means that **the missing documentation is now back.** Going forward the plan is to provide better testing for cases like this so you always have access to the documentation you need.