Skip to content
Snippets Groups Projects
Commit c75c476c authored by Raniere Silva's avatar Raniere Silva
Browse files

Merge pull request #238 from r-gaia-cs/core-add-getready

Add getting ready
parents c3754443 4c62c8a9
Branches
Tags
No related merge requests found
......@@ -456,7 +456,8 @@ class IndexPageValidator(MarkdownValidator):
DOC_HEADERS = {'layout': vh.is_str,
'title': vh.is_str}
CALLOUTS = {'prereq': ("Prerequisites", 1, 1)}
CALLOUTS = {'prereq': ("Prerequisites", 1, 1),
'getready': ("Getting ready", 1, 1)}
def _partition_links(self):
"""Check the text of every link in index.md"""
......
......@@ -52,6 +52,7 @@ SPECIAL_CLASSES = {
"callout": ("panel-info", "glyphicon-pushpin"),
"challenge": ("panel-success", "glyphicon-pencil"),
"prereq": ("panel-warning", "glyphicon-education"),
"getready": ("panel-warning", "glyphicon-check"),
"objectives": ("panel-warning", "glyphicon-certificate"),
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment