Tutorial page template
A complete, copy-paste skeleton for a tutorial page. Copy everything
in the block below into a new .md file, then replace each placeholder. The sections match the
tutorial's Composed of list:
overview,
prerequisites,
procedure, and
next steps.
Markdown
---
title: <What the reader will accomplish>
description: <One-sentence summary for search and previews.>
---
# <Tutorial title>
<!-- Overview: one or two sentences on what the reader will build and learn. -->
<!-- Add an :::info[Preview] admonition here if the feature is in Preview. -->
## Before you begin
Before you start, you need:
- <Prerequisite, linked to its setup doc.>
- <Prerequisite.>
## <First phase of the task>
1. <Imperative step. Name the result the reader should see.>
1. <Imperative step.>
```sql
-- code the reader runs
```
## <Next phase of the task>
1. <Imperative step.>
1. <Imperative step.>
## Next steps
- [<Destination page>](path) — <why the reader would go there>.
- [<Destination page>](path) — <why>.