Commit fee3f45d authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'kpaizee-tutorials-numbering' into 'master'

Remove title numbering from tutorial content

See merge request gitlab-org/gitlab!65234
parents 9c80c1a6 77d345ea
...@@ -170,17 +170,22 @@ It does not cover core conceptual information. ...@@ -170,17 +170,22 @@ It does not cover core conceptual information.
Tutorials should be in this format: Tutorials should be in this format:
```markdown ```markdown
# Title (starts with "Tutorial:" followed by an active verb, like "Tutorial: create a website") # Title (starts with "Tutorial:" followed by an active verb, like "Tutorial: Create a website")
A paragraph that explains what the tutorial does, and the expected outcome. A paragraph that explains what the tutorial does, and the expected outcome.
To create a website:
- [Step 1: Do the first task](#do-the-first-task)
- [Step 2: Do the second task](#do-the-second-task)
Prerequisites (optional): Prerequisites (optional):
- Thing 1 - Thing 1
- Thing 2 - Thing 2
- Thing 3 - Thing 3
## Step 1: do the first task ## Do the first task
To do step 1: To do step 1:
...@@ -188,7 +193,9 @@ To do step 1: ...@@ -188,7 +193,9 @@ To do step 1:
2. Another step. 2. Another step.
3. Another step. 3. Another step.
## Step 2: do the second task ## Do the second task
Before you begin, make sure you have [done the first task](#do-the-first-task).
To do step 2: To do step 2:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment