You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: templates/concept_template.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,10 +42,19 @@ When you're finished, you'll be able to...
42
42
<!-- For example:
43
43
Run Rosetta in your application CLI.
44
44
>
45
-
## Prerequisites
45
+
## Requirements
46
46
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.
48
48
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)-->
0 commit comments