Skip to content

Commit 8682180

Browse files
committed
fix: remove extra labels
1 parent 6733784 commit 8682180

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mkdocs_header_dropdown/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def _generate_links_from_yaml(self, data, parent_key=None):
9191
# Return parent link with submenu
9292
if parent_key:
9393
link = {
94-
'text': f"{parent_key} Docs" if parent_key != "PRO" else "PRO TWiki",
94+
'text': f"{parent_key}",
9595
'target': '_blank'
9696
}
9797
if parent_url:

0 commit comments

Comments
 (0)