plating 2025-11-14
Add provide foundry documentation system and theme assets
35 files · 5,119+

Provide foundry documentation system

18 files changed
  • HANDOFF.md Project handoff documentation (703 lines)
  • base-mkdocs.yml Shared MkDocs base configuration (190 lines)
  • gen_ref_pages.py Automated reference page generator (139 lines)
  • __init__.py Theme package init
  • DEVELOPER_GUIDE.md Developer guide for the theme (591 lines)
  • README.md Theme README (295 lines)
  • provide-theme.css Custom theme CSS (345 lines)
  • termynal.css Terminal animation CSS (127 lines)
  • custom.js Custom JavaScript (121 lines)
  • mermaid-init.js Mermaid diagram initialization (16 lines)
  • termynal.js Terminal animation widget (264 lines)
  • officium-dark.svg Dark mode logo asset
  • officium-light.svg Light mode logo asset
  • contributors.yml Contributors data (32 lines)
  • external_links.yml External links data (97 lines)
  • people.yml People data (111 lines)
  • sponsors.yml Sponsors data (45 lines)
  • USAGE.md Theme data usage guide (254 lines)
  • Added .provide/HANDOFF.md (703 lines) with project handoff documentation instantiate internal
    1 file
    • HANDOFF.md
  • Added .provide/foundry/base-mkdocs.yml (190 lines) as shared MkDocs base configuration instantiate internal
    1 file
    • base-mkdocs.yml
  • Added .provide/foundry/gen_ref_pages.py (139 lines) for automated reference page generation instantiate internal
    1 file
    • gen_ref_pages.py
  • Added full theme assets under .provide/foundry/theme/ including CSS, JS, images, and data files instantiate internal
    3 files
    • provide-theme.css
    • custom.js
    • termynal.js

Documentation partials

17 files changed
  • DISTRIBUTION.md Distribution documentation partial (149 lines)
  • README.md Partials README (37 lines)
  • build-tools-setup.md Build tools setup guide (44 lines)
  • cli-verification.md CLI verification guide (43 lines)
  • code-quality-setup.md Code quality setup guide (59 lines)
  • crypto-setup.md Crypto setup guide (400 lines)
  • go-requirements.md Go requirements guide (58 lines)
  • ide-setup.md IDE setup guide (269 lines)
  • optional-dependencies.md Optional dependencies guide (40 lines)
  • platform-specific-macos.md macOS-specific guide (51 lines)
  • python-requirements.md Python requirements guide (17 lines)
  • python-version-setup.md Python version setup guide (43 lines)
  • testing-setup.md Testing setup guide (39 lines)
  • troubleshooting-common.md Common troubleshooting guide (98 lines)
  • uv-installation.md uv installation guide (41 lines)
  • verification-commands.md Verification commands guide (35 lines)
  • virtual-env-setup.md Virtual env setup guide (55 lines)
  • Added 16 documentation partials under .provide/foundry/docs/_partials/ covering developer setup, build tools, crypto, IDE, testing, and troubleshooting specify internal
    3 files
    • crypto-setup.md
    • ide-setup.md
    • DISTRIBUTION.md