Numbered folders are used to indicate the order of the modules in the course.
The first module is 1-introduction
, the second is 2-learn-about-a-thing
, and so on.
Structure
The module.adoc
is the module description and configuration file.
It introduces the learner to the module and should provide a brief overview what they are going to learn.
The module should contain:
-
an
:order:
attribute. -
a link to the first lesson in the module.
= Module Title
:order: 1
In this module, you will ...
link:./1-introduction/[Ready? Let's go →, role=btn]
Modules can also be used to introduce a topic of concept that is appropriate for the whole module, or to set expectations for the learner.
Summary
In this lesson, you learned about the structure of a module in GraphAcademy
In the next lesson, you will learn about GraphAcademy lessons.