generated from carpentries/workbench-template-md
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
77 lines (63 loc) · 1.7 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
#------------------------------------------------------------
# Values for this lesson.
#------------------------------------------------------------
# Which carpentry is this (swc, dc, lc, or cp)?
# swc: Software Carpentry
# dc: Data Carpentry
# lc: Library Carpentry
# cp: Carpentries (to use for instructor traning for instance)
carpentry: swc
# Overall title for pages.
title: Introduction to GitLab
# Date the lesson was created (this is empty by default)
created: ~
# Comma-separated list of keywords for the lesson
keywords: GitLab, Git, project, management, documentation, The Carpentries
# Life cycle stage of the lesson
# possible values: pre-alpha, alpha, beta, stable
life_cycle: pre-alpha
# License of the lesson
license: CC-BY 4.0
# Link to the source repository for this lesson
source: https://github.com/zedif/gitlab-novice
# Default branch of your lesson
branch: main
# Who to contact if there are any issues
contact: [email protected]
# Navigation ------------------------------------------------
#
# Use the following menu items to specify the order of
# individual pages in each dropdown section. Leave blank to
# include all pages in the folder.
#
# Example -------------
#
# episodes:
# - introduction.md
# - first-steps.md
#
# learners:
# - setup.md
#
# instructors:
# - instructor-notes.md
#
# profiles:
# - one-learner.md
# - another-learner.md
# Order of episodes in your lesson
episodes:
- 01-navigation.md
- 02-gitlab-projects.md
- 03-fill-repository.Rmd
- 04-collaboration.Rmd
- 05-groups.md
- 06-issues.md
- 07-merge-requests.md
- 08-process-automation.md
# Information for Learners
learners:
# Information for Instructors
instructors:
# Learner Profiles
profiles: