We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6512e8 commit 7c5e81aCopy full SHA for 7c5e81a
mkdocs.yml
@@ -189,7 +189,7 @@ extra:
189
- icon: material/emoticon-sad-outline
190
name: This page could be improved
191
data: 0
192
- note: >-
+ note: >-
193
Thanks for your feedback!
194
social:
195
- icon: fontawesome/brands/github-alt
scripts/mkdocs_hooks.py
@@ -36,4 +36,3 @@ def on_nav(
36
) -> Navigation:
37
new_items = generate_renamed_section_items(nav.items, config=config)
38
return Navigation(items=new_items, pages=nav.pages)
39
-
0 commit comments