Skip to content

Commit

Permalink
Uploading the course to version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vtexgithubbot committed Feb 21, 2020
1 parent da67d2b commit 174b49f
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 15 deletions.
15 changes: 3 additions & 12 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ steps:
issue: 1
data:
nextIssue: '2'
nextName: >-
On this step, we have tests that check if some JSONC files were
correctly made
- body: writing-jsonc.md
title: >-
On this step, we have tests that check if some JSONC files were
Expand All @@ -47,9 +44,6 @@ steps:
issue: 2
data:
nextIssue: '3'
nextName: >-
Here, we will get some CSS files and parse them, checking if the
correct classes were declared
- body: writing-css.md
title: >-
Here, we will get some CSS files and parse them, checking if the
Expand All @@ -71,14 +65,11 @@ steps:
issue: 3
data:
nextIssue: '4'
nextName: Here you can set another title for this course
- body: wrapping-up.md
title: Here you can set another title for this course
title: Here you can set another title for this step
type: createIssue
- title: Here you can set another title for this course
description: >-
I don't know yet if this is mandatory. If so, I think we have to have
objects for defining every step
- title: Here you can set another title for this step
description: Every description is required for each step
event: status
link: '{{ repoUrl }}/issues/4'
actions:
Expand Down
5 changes: 2 additions & 3 deletions responses/new-issue.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Você terminou este passo com sucesso!
# You have successfully completed this step!

## Vá para o próximo passo:
[{{ nextName }}]({{ nextIssue }})
## Go to the [next step]({{ nextIssue }})!
3 changes: 3 additions & 0 deletions responses/pt/hello-world.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Olá, Mundo

Aprenda algo hoje!
4 changes: 4 additions & 0 deletions responses/pt/new-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Você terminou este passo com sucesso!

## Vá para o próximo passo:
[{{ nextName }}]({{ nextIssue }})
3 changes: 3 additions & 0 deletions responses/pt/wrapping-up.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Finalizando

Este é o último step do curso
3 changes: 3 additions & 0 deletions responses/pt/writing-css.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Now let's see if you grasped everything

In this step, you need to do some tests to pass. **But you have to indicate this** in the `config.json` (probably. It may change)
3 changes: 3 additions & 0 deletions responses/pt/writing-jsonc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Now let's see if you grasped everything

In this step, you need to do some tests to pass. **But you have to indicate this** in the `config.json` (probably. It may change)

0 comments on commit 174b49f

Please sign in to comment.