@@ -14,15 +14,15 @@ Understanding the semantics will be helpful in identifying which hooks on `Resou
14
14
2 . [ ** Hook execution overview** ] ( #hook-execution-overview )
15
15
A table overview of all pipelines and involved hooks
16
16
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 )
21
21
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 )
26
26
27
27
28
28
# 1. Semantics: pipelines, actions and hooks
0 commit comments