diff --git a/html-src/gen-html.py b/html-src/gen-html.py index ea965f4a..c979321f 100755 --- a/html-src/gen-html.py +++ b/html-src/gen-html.py @@ -64,6 +64,7 @@ files = [ ('assist_options.html', 'PySol - Assist Options'), ('solitaire_wizard.html', 'PySol - Solitaire Wizard'), ('cardset_customization.html', 'PySol - Cardset Customization'), + ('plugins.html', 'PySol - Plugins'), ] rules_files = [ diff --git a/html-src/index.html b/html-src/index.html index 8b0ce34c..c8909c92 100644 --- a/html-src/index.html +++ b/html-src/index.html @@ -16,6 +16,7 @@
  • Assist Options
  • Solitaire Wizard
  • Cardset Customization +
  • Plugins

    Misc