Skip to content

Commit d4b2975

Browse files
committed
Update docs
1 parent 76aa76c commit d4b2975

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In repositories with a lot of activity, the workflow queue will get backed up ve
1515

1616
Dispatching commands to be processed elsewhere keeps the workflow queue moving quickly. It essentially enables parallel processing of workflows.
1717

18-
### Demo and examples
18+
## Demos
1919

2020
The best way to understand how this works is to try it out for yourself.
2121
Check out the following demos.
@@ -24,7 +24,12 @@ Check out the following demos.
2424
- [ChatOps Demo in Pull Requests](https://github.com/peter-evans/slash-command-dispatch/pull/8)
2525
- [Slash command code formatting - Python](https://github.com/peter-evans/slash-command-dispatch/pull/11)
2626

27-
See [examples](docs/examples.md) for command patterns and example workflows.
27+
## Documentation
28+
29+
- [Getting started](docs/getting-started.md)
30+
- [Examples](docs/examples.md)
31+
- [Standard configuration](#configuration)
32+
- [Advanced configuration](docs/advanced-configuration.md)
2833

2934
## Dispatching commands
3035

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Command processing setup is complete! Now we need to setup command dispatch for
4444

4545
In the repository, create the following workflow at `.github/workflows/slash-command-dispatch.yml`.
4646

47-
**Note**: Change `your-github-username/slash-command-processor` to reference your command process repository created in the [previous section](#command-processing-setup).
47+
**Note**: Change `your-github-username/slash-command-processor` to reference your command processor repository created in the [previous section](#command-processing-setup).
4848

4949
```yml
5050
name: Slash Command Dispatch

0 commit comments

Comments
 (0)