Skip to content

Commit 897fbc6

Browse files
committed
Add overview tables for 0x04 chapters
1 parent c54ec55 commit 897fbc6

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)