Add and fix heading IDs

This commit is contained in:
lukinovec 2023-01-06 07:49:24 +01:00
parent 8029bdc51c
commit e7edb9331b
11 changed files with 17 additions and 17 deletions

View file

@ -52,7 +52,7 @@ The `JobPipeline` is a simple, yet **extremely powerful** class that lets you **
You may use a job pipeline like any other listener, so you can register it in the `TenancyServiceProvider`, `EventServiceProvider` using the `$listen` array, or in any other place using `Event::listen()` — up to you.
## Creating job pipelines {creating-job-pipelines}
## Creating job pipelines {#creating-job-pipelines}
To create a job pipeline, start by specifying the jobs you want to use: