Add provide foundry shared documentation infrastructure
98 files · 6,275+ · 112-

Provide foundry integration

5 files changed
  • base-mkdocs.yml Base MkDocs configuration shared across provide-io projects (200 lines)
  • inject_partials.py Partials injection script for documentation builds (408 lines)
  • docs_validate.py Documentation validation script (400 lines)
  • provide-theme.css Shared provide.io theme CSS (427 lines)
  • gen_ref_pages.py API reference page generator (129 lines)
  • Integrated provide foundry as shared documentation infrastructure with base MkDocs config, partials library, theme assets, and build scripts baseline architectural
    3 files
    • base-mkdocs.yml
    • inject_partials.py
    • provide-theme.css
  • Added shared documentation partials covering crypto setup, IDE setup, Python requirements, uv installation, virtual env setup, and troubleshooting specify external
    3 files
    • crypto-setup.md
    • ide-setup.md
    • python-requirements.md