Add a runbook
To add a new runbook:
- Create a new
*.html.md.erb
file in thesource/runbooks
directory of this repository, containing the runbook information - Add a corresponding list item in the
source/index.html.md.erb
file under the titleRunbooks
title.
## Runbooks
- [Add a runbook](runbooks/add-a-runbook.html)
- [Dependabot Process](runbooks/dependabot-process.html)
...
The link target should be
runbooks/[filename].html
i.e. if the runbook file issource/runbooks/foobar.html.md.erb
then the link target should berunbooks/foobar.html
- Raise and merge a PR to add your changes to the
main
branch of this repository