Skip to content

Commit 93f12e3

Browse files
authored
Merge pull request #40 from coderefinery/radovan/heading-levels
adjust heading levels to solve a build warning
2 parents 74a2465 + b96dfb0 commit 93f12e3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

creating-using-web.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ suggestions. In a larger group the instructor can demonstrate these and then
2424
participants can try on their own and then ask questions.
2525

2626

27-
### Note to instructors
27+
## Note to instructors
2828

2929
In this episode we are all in the main room and do these steps together as
3030
follow-along with pauses with time for questions and answers, no breakout rooms
3131
yet.
3232

3333
---
3434

35-
### Step 1: Create a repository with a README and a license
35+
## Step 1: Create a repository with a README and a license
3636

3737
You start off by creating a repository from the web. In fact, we
3838
usually end up doing this from the web, no matter how you do your daily
@@ -70,7 +70,7 @@ And now we have a repository with a README and LICENSE and one commit:
7070

7171
---
7272

73-
### Step 2: Create a new file
73+
## Step 2: Create a new file
7474

7575
We can easily add new files from the web interface.
7676

@@ -114,7 +114,7 @@ Then add a commit message and commit (save):
114114

115115
---
116116

117-
### Step 3: Modify a file
117+
## Step 3: Modify a file
118118

119119
We can also easily modify files from the web.
120120

@@ -133,7 +133,7 @@ In my example I got:
133133

134134
---
135135

136-
### Step 4: Create a new branch
136+
## Step 4: Create a new branch
137137

138138
A **branch** is a separate line of development. They are useful when
139139
you have multiple things going on at once and you don't want them to
@@ -148,7 +148,7 @@ will learn in the next episode.
148148

149149
---
150150

151-
### Step 5: Repository insights and settings
151+
## Step 5: Repository insights and settings
152152

153153
Github gives us many insights into our repository. Nothing here is
154154
really specific to Github (everything can be done with regular Git),
@@ -179,7 +179,7 @@ to an existing repository.
179179

180180
---
181181

182-
### Discussion: How can we merge branches?
182+
## Discussion: How can we merge branches?
183183

184184
We made a separate branch, separate from the main branch `master`.
185185
What happens when we decide we like that change, and want to take it

websites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This is how all
2626
material is hosted.
2727

2828

29-
### Exercise
29+
## Exercise
3030

3131
- Deploy own website reusing a template
3232
- Make a change to the website after it has been deployed for the first time

0 commit comments

Comments
 (0)