diff --git a/py_app/app/routes.py b/py_app/app/routes.py index 8f37284..93985de 100644 --- a/py_app/app/routes.py +++ b/py_app/app/routes.py @@ -4229,6 +4229,7 @@ def help(page='dashboard'): # Map page names to markdown files doc_files = { 'dashboard': 'dashboard.md', + 'fg_scan': 'fg_scan.md', 'print_module': 'print_module.md', 'print_lost_labels': 'print_lost_labels.md', 'daily_mirror': 'daily_mirror.md', diff --git a/py_app/app/templates/docs/help_viewer.html b/py_app/app/templates/docs/help_viewer.html index 02d99dd..521d61a 100644 --- a/py_app/app/templates/docs/help_viewer.html +++ b/py_app/app/templates/docs/help_viewer.html @@ -169,6 +169,7 @@