supsrc 2025-10-24
Switched MkDocs theme paths to local shared-theme copies
3 files · 12+ · 7-

MkDocs shared theme path update

2 files changed
  • mkdocs.yml Switched CSS, JS, and macros include_dir paths from ../provide-foundry/shared-theme/ to local docs/.shared-theme/ copies
  • .gitignore Added docs/.shared-theme/ to gitignore for synced theme files
  • Switched MkDocs theme paths from relative provide-foundry references to local docs/.shared-theme/ copies baseline internal
    2 files
    • mkdocs.yml
    • .gitignore

Gemini provider formatting fix

1 file changed
  • gemini.py Wrapped long ImportError message for line length compliance
  • Wrapped long ImportError message in Gemini provider for line length compliance remediate internal
    1 file
    • gemini.py