Skip to content

Commit

Permalink
docs: remove language-related-concepts.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shimks committed Mar 21, 2018
1 parent f86eaf2 commit c13377d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 148 deletions.
2 changes: 0 additions & 2 deletions docs/site/Creating-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,6 @@ export class AuthenticationProvider {
When binding a component to an app, you may want to extend the app with the component's
properties and methods by using mixins.
For an overview of mixins, see [Mixin](Mixin.md).
An example of how a mixin leverages a component is `RepositoryMixin`.
Suppose an app has multiple components with repositories bound to each of them.
You can use function `RepositoryMixin()` to mount those repositories to application level context.
Expand Down
13 changes: 0 additions & 13 deletions docs/site/Language-related-concepts.md

This file was deleted.

124 changes: 0 additions & 124 deletions docs/site/Mixin.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/site/sidebars/lb4_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,15 +157,6 @@ children:
url: Crafting-LoopBack-4.html
output: 'web, pdf'

- title: 'Language-related concepts'
url: Language-related-concepts.html
output: 'web, pdf'
children:

- title: 'Mixin'
url: Mixin.html
output: 'web, pdf'

- title: 'FAQ'
url: FAQ.html
output: 'web, pdf'
Expand Down

0 comments on commit c13377d

Please sign in to comment.