Skip to content

Commit 54cd56c

Browse files
authored
Merge pull request #66 from OWASP/add-0x04-for-tables
Add overview tables for 0x04 chapters
2 parents c54ec55 + 897fbc6 commit 54cd56c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hooks/create_dynamic_tables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ def on_page_markdown(markdown, page, config, **kwargs):
430430
path = page.file.src_uri
431431
metadata = page.meta
432432

433-
if path.startswith("MASTG/0x05") or path.startswith("MASTG/0x06"):
433+
if path.startswith(("MASTG/0x04", "MASTG/0x05", "MASTG/0x06")):
434434
column_titles = {'id': 'ID', 'title': 'Name', 'platform': "Platform"}
435435
header = "## Knowledge Articles\n\n"
436436
knowledge = get_mastg_components_dict("docs/MASTG/knowledge")

0 commit comments

Comments
 (0)