Skip to content
This repository was archived by the owner on Apr 10, 2026. It is now read-only.

Commit 5b34ffa

Browse files
author
Barrie Byron
authored
iterative improvement for concept tutorial (#735)
change prerequisites to requirements add example and details to H2 requirements
1 parent 5d2b196 commit 5b34ffa

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

templates/concept_template.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,19 @@ When you're finished, you'll be able to...
4242
<!-- For example:
4343
Run Rosetta in your application CLI.
4444
>
45-
## Prerequisites
45+
## Requirements
4646
47-
<!-- Prerequisites let you leverage existing tutorials so you don't have to repeat core concepts, installation, or setup steps in your tutorial. -->
47+
<!-- Requirements let you leverage existing tutorials so you don't have to repeat core concepts, installation, or setup steps in your tutorial.
4848
49+
The purpose is to spell out exactly what the reader should have or do before they follow the current tutorial. The format is a bulleted list that the reader can use as a checklist. Each bullet point must link to a specific page or existing tutorial that covers the necessary content if one exists. This allows you to rely on existing content known to work instead of starting from scratch.
50+
51+
Our tutorials take the reader from a fresh deployment to a working setup, so they should start from the beginning or include a prerequisite tutorial that does.
52+
53+
Common requirements for tutorials include:
54+
55+
Local software needed, such as Go and Starport. For example:
56+
-->
57+
- [Install Starport](../starport/index.md) v0.16.2 <!--(or whatever version applies)-->
4958

5059
##
5160

0 commit comments

Comments
 (0)