Skip to content

Commit

Permalink
Merge pull request #2 from fey/update-new-structure-action
Browse files Browse the repository at this point in the history
update for new structure
  • Loading branch information
mokevnin authored Jun 7, 2024
2 parents 63725fb + 88a3980 commit f424bca
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 23 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ FROM hexletbasics/base-image:latest

ENV var1=value1
ENV var2=value2
ENV var3=value3

WORKDIR /exercises-action

Expand Down
11 changes: 11 additions & 0 deletions description.ru.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---

title: 'Language'
header: 'Курс JavaScript: обучение JS для начинающих бесплатно'
description: |
Изучение программирования — интересный и захватывающий процесс.
seo_description: |
Начни Javascript онлайн курс бесплатно
keywords:
- javascript
2 changes: 0 additions & 2 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---

version: '3'

services:
exercises:
volumes:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---

version: '3'

services:
exercises:
build: .
Expand Down
9 changes: 0 additions & 9 deletions modules/10-basics/10-first-lesson/description.ru.yml

This file was deleted.

1 change: 1 addition & 0 deletions modules/10-basics/10-first-lesson/ru/EXERCISE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
do something
1 change: 1 addition & 0 deletions modules/10-basics/10-first-lesson/ru/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
first-lesson theory
7 changes: 7 additions & 0 deletions modules/10-basics/10-first-lesson/ru/data.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---

name: first-lesson
tips:
- >
[Немного о 'Hello,
World!'](https://ru.hexlet.io/blog/posts/moy-chelovek-menya-ponimaet-istoriya-frazy-hello-world-i-ee-analogov)
9 changes: 0 additions & 9 deletions modules/10-basics/20-second-lesson/description.ru.yml

This file was deleted.

1 change: 1 addition & 0 deletions modules/10-basics/20-second-lesson/ru/EXERCISE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
do something
1 change: 1 addition & 0 deletions modules/10-basics/20-second-lesson/ru/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
second-lesson theory
7 changes: 7 additions & 0 deletions modules/10-basics/20-second-lesson/ru/data.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---

name: second-lesson
tips:
- >
[Немного о 'Hello,
World!'](https://ru.hexlet.io/blog/posts/moy-chelovek-menya-ponimaet-istoriya-frazy-hello-world-i-ee-analogov)
10 changes: 10 additions & 0 deletions spec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---

language:
docker_image: "hexletbasics/exercises-action"
extension: js
exercise_filename: index.js
exercise_test_filename: test.js
learn_as: first_language
progress: completed
name: JavaScript

0 comments on commit f424bca

Please sign in to comment.