From 174b49f1383c8b59255ba1bb79d19d9efca68f5b Mon Sep 17 00:00:00 2001 From: VTEX Course Maker <59372916+vtexcoursemaker@users.noreply.github.com> Date: Fri, 21 Feb 2020 15:14:45 -0300 Subject: [PATCH] Uploading the course to version 0.4.0 --- config.yml | 15 +++------------ responses/new-issue.md | 5 ++--- responses/pt/hello-world.md | 3 +++ responses/pt/new-issue.md | 4 ++++ responses/pt/wrapping-up.md | 3 +++ responses/pt/writing-css.md | 3 +++ responses/pt/writing-jsonc.md | 3 +++ 7 files changed, 21 insertions(+), 15 deletions(-) create mode 100644 responses/pt/hello-world.md create mode 100644 responses/pt/new-issue.md create mode 100644 responses/pt/wrapping-up.md create mode 100644 responses/pt/writing-css.md create mode 100644 responses/pt/writing-jsonc.md diff --git a/config.yml b/config.yml index f47c385..d9aef7c 100644 --- a/config.yml +++ b/config.yml @@ -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 @@ -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 @@ -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: diff --git a/responses/new-issue.md b/responses/new-issue.md index 7325a8e..10645bf 100644 --- a/responses/new-issue.md +++ b/responses/new-issue.md @@ -1,4 +1,3 @@ -# Você terminou este passo com sucesso! +# You have successfully completed this step! -## Vá para o próximo passo: -[{{ nextName }}]({{ nextIssue }}) \ No newline at end of file +## Go to the [next step]({{ nextIssue }})! \ No newline at end of file diff --git a/responses/pt/hello-world.md b/responses/pt/hello-world.md new file mode 100644 index 0000000..40673eb --- /dev/null +++ b/responses/pt/hello-world.md @@ -0,0 +1,3 @@ +# Olá, Mundo + +Aprenda algo hoje! diff --git a/responses/pt/new-issue.md b/responses/pt/new-issue.md new file mode 100644 index 0000000..7325a8e --- /dev/null +++ b/responses/pt/new-issue.md @@ -0,0 +1,4 @@ +# Você terminou este passo com sucesso! + +## Vá para o próximo passo: +[{{ nextName }}]({{ nextIssue }}) \ No newline at end of file diff --git a/responses/pt/wrapping-up.md b/responses/pt/wrapping-up.md new file mode 100644 index 0000000..5051e69 --- /dev/null +++ b/responses/pt/wrapping-up.md @@ -0,0 +1,3 @@ +# Finalizando + +Este é o último step do curso diff --git a/responses/pt/writing-css.md b/responses/pt/writing-css.md new file mode 100644 index 0000000..bf48e45 --- /dev/null +++ b/responses/pt/writing-css.md @@ -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) diff --git a/responses/pt/writing-jsonc.md b/responses/pt/writing-jsonc.md new file mode 100644 index 0000000..bf48e45 --- /dev/null +++ b/responses/pt/writing-jsonc.md @@ -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)