Skip to content

Commit 4ba2d5e

Browse files
authored
episode list and names
1 parent 00c4835 commit 4ba2d5e

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

config.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ carpentry: 'incubator'
1515
varnish: 'cms-opendata-workshop/varnish'
1616

1717
# Overall title for pages.
18-
title: 'Lesson Title' # FIXME
18+
title: 'Dataset Scouting' # FIXME
1919

2020
# Date the lesson was created (YYYY-MM-DD, this is empty by default)
21-
created: ~ # FIXME
21+
created: 2024-07-08 # FIXME
2222

2323
# Comma-separated list of keywords for the lesson
2424
keywords: 'software, data, lesson, CMS' # FIXME
2525

2626
# Life cycle stage of the lesson
2727
# possible values: pre-alpha, alpha, beta, stable
28-
life_cycle: 'pre-alpha' # FIXME
28+
life_cycle: 'beta' # FIXME
2929

3030
# License of the lesson
3131
license: 'CC-BY 4.0'
@@ -63,10 +63,15 @@ contact: '[email protected]' # FIXME
6363

6464
# Order of episodes in your lesson
6565
episodes:
66-
- introduction.md
66+
- 01-introduction.md
67+
- 02-where-are-the-datasets.md
68+
- 03-what-data-is-available.md
69+
- 04-cli-through-cernopendata-client.md
70+
- 05-what-is-in-the-data.md
6771

6872
# Information for Learners
6973
learners:
74+
- setup.md
7075

7176
# Information for Instructors
7277
instructors:

0 commit comments

Comments
 (0)