Skip to content
Snippets Groups Projects
Commit 23f098f6 authored by Greg Wilson's avatar Greg Wilson
Browse files

Removing Legend from required headings

parent 3dbfc022
Branches
Tags
No related merge requests found
......@@ -626,7 +626,7 @@ class ReferencePageValidator(MarkdownValidator):
class InstructorPageValidator(MarkdownValidator):
"""Simple validator for Instructor's Guide- instructors.md"""
HEADINGS = ["Legend", "Overall"]
HEADINGS = ["Overall"]
WARN_ON_EXTRA_HEADINGS = False
DOC_HEADERS = {"layout": vh.is_str,
......
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