Commit 23f098f6 authored by Greg Wilson's avatar Greg Wilson
Browse files

Removing Legend from required headings

parent 3dbfc022
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,