# SectionType

**Kind:** Type

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/types/stage-09.types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/types/stage-09.types.ts#L71)

## Definition

```ts
| 'introduction'
  | 'prerequisites'
  | 'overview'
  | 'step-by-step'
  | 'explanation'
  | 'reference'
  | 'tips'
  | 'troubleshooting'
  | 'related'
  | 'summary'
```
