Skip to content

Commit

Permalink
docs: rework note on top down approach
Browse files Browse the repository at this point in the history
  • Loading branch information
Biniam Admikew committed May 15, 2019
1 parent 63efd01 commit e3b68e8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/site/Testing-your-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -818,8 +818,10 @@ describe('API specification', () => {

{% include important.html content=" The top-down approach for building LoopBack
applications is not yet fully supported. Therefore, the code outlined in this
section is outdated and may not work out of the box. It will be revisitedafter
our MVP release.
section is outdated and may not work out of the box. Check out
https://github.com/strongloop/loopback-next/issues/1882 for the epic tracking
the feature and [OpenAPI generator](OpenAPI-generator.md) page for artifact
generation from OpenAPI specs.
" %}

The formal validity of your application's spec does not guarantee that your
Expand Down

0 comments on commit e3b68e8

Please sign in to comment.