Skip to content

Commit

Permalink
docs: rename Route Decorators
Browse files Browse the repository at this point in the history
  • Loading branch information
dhmlau committed Oct 26, 2018
1 parent 775dff3 commit f9d7089
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/site/Decorators.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tie into an API.

As a default, LoopBack comes with some pre-defined decorators:

- [Route Decorators](Decorators_route.md)
- [OpenAPI Decorators](Decorators_openapi.md)
- [Dependency Injection Decorator](Decorators_inject.md)
- [Authentication Decorator](Decorators_authenticate.md)
- [Repository Decorators](Decorators_repository.md)
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
lang: en
title: 'Route Decorators'
title: 'OpenAPI Decorators'
keywords: LoopBack 4.0, LoopBack-Next
sidebar: lb4_sidebar
permalink: /doc/en/lb4/Decorators_route.html
permalink: /doc/en/lb4/Decorators_openapi.html
---

## Route Decorators
Expand Down
4 changes: 2 additions & 2 deletions docs/site/sidebars/lb4_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ children:
output: 'web, pdf'
children:

- title: 'Route Decorators'
url: Decorators_route.html
- title: 'OpenAPI Decorators'
url: Decorators_openapi.html
output: 'web, pdf'

- title: 'Dependency Injection Decorator'
Expand Down

0 comments on commit f9d7089

Please sign in to comment.