Skip to content

Commit b4777b4

Browse files
committed
docs: update hooks
1 parent 0a3605d commit b4777b4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/usage/resources/hooks.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ Understanding the semantics will be helpful in identifying which hooks on `Resou
1414
2. [**Hook execution overview**](#hook-execution-overview)
1515
A table overview of all pipelines and involved hooks
1616
3. [**Examples: basic usage**](#examples-basic-usage)
17-
* [**Getting started: most minimal example**](#getting-started-most-minimal-example)
18-
* [**Logging**](#logging)
19-
* [**Transforming data with OnReturn**](#transforming-data-with-onreturn)
20-
* [**Loading database values**](#loading-database-values)
17+
* [**Getting started: most minimal example**](#getting-started-most-minimal-example)
18+
* [**Logging**](#logging)
19+
* [**Transforming data with OnReturn**](#transforming-data-with-onreturn)
20+
* [**Loading database values**](#loading-database-values)
2121
5. [**Examples: advanced usage**](#examples-advanced-usage)
22-
* [**Simple authorization: explicitly affected resources**](#simple-authorization-explicitly-affected-resources)
23-
* [**Advanced authorization: implicitly affected resources**](#advanced-authorization-implicitly-affected-resources)
24-
* [**Synchronizing data across microservices**](#synchronizing-data-across-microservices)
25-
* [**Hooks for many-to-many join tables**](#hooks-for-many-to-many-join-tables)
22+
* [**Simple authorization: explicitly affected resources**](#simple-authorization-explicitly-affected-resources)
23+
* [**Advanced authorization: implicitly affected resources**](#advanced-authorization-implicitly-affected-resources)
24+
* [**Synchronizing data across microservices**](#synchronizing-data-across-microservices)
25+
* [**Hooks for many-to-many join tables**](#hooks-for-many-to-many-join-tables)
2626

2727

2828
# 1. Semantics: pipelines, actions and hooks

0 commit comments

Comments
 (0)