# Runbooks

A set of runbooks for the AMO team. These documents should enable anyone to perform
common tasks involved in triaging issues, verifying patches, and maintaining our codebase.

```{toctree}
:maxdepth: 2

localdev/index
dev/index
```

## Example

Follow this template to create a new runbook.

```{tip}
Use ### headings to separate steps so steps will be visible in the table of contents.
```

```markdown
# Runbook Title

Brief description of the runbook.

## Steps

### Step 1

### Step 2

### Step 3
```