Skip to content

Commit

Permalink
docs: move "db transactions" to "how-to guides" in sidebar
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Bajtoš <[email protected]>
  • Loading branch information
bajtos committed Jun 19, 2020
1 parent 56fed88 commit 2cd1246
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ keywords:
Transaction
tags:
sidebar: lb4_sidebar
permalink: /doc/en/lb4/Using-database-transactions.html
permalink: /doc/en/lb4/data-access-guides-transactions.html
redirect_from: /doc/en/lb4/Using-database-transactions.html
summary: Transactional API usage in LoopBack 4
---

Expand Down
8 changes: 4 additions & 4 deletions docs/site/sidebars/lb4_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,10 @@ children:
url: Where-filter.html
output: 'web, pdf'

- title: 'Using Database Transactions'
url: Using-database-transactions.html
output: 'web, pdf'

- title: 'Database Migrations'
url: Database-migrations.html
output: 'web, pdf'
Expand Down Expand Up @@ -434,10 +438,6 @@ children:
output: 'web, pdf'
children:

- title: 'Database Transactions'
url: Using-database-transactions.html
output: 'web, pdf'

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

0 comments on commit 2cd1246

Please sign in to comment.