provide-foundry 2025-12-01
Add custom CSS/JS theme assets and documentation tooling scripts
31 files · 3,431+ · 1,620-

Theme CSS and JavaScript assets

5 files changed
  • provide-theme.css Custom provide ecosystem theme styling (427 lines)
  • termynal.css Terminal animation CSS for documentation examples
  • custom.js Custom JavaScript for theme interactions
  • termynal.js Termynal terminal animation library
  • mermaid-init.js Mermaid diagram initialization
  • Added provide-theme CSS with custom styling for ecosystem documentation instantiate behavioral
    1 file
    • provide-theme.css
  • Integrated termynal terminal animation for interactive documentation examples instantiate behavioral
    2 files
    • termynal.css
    • termynal.js

Documentation tooling scripts

4 files changed
  • docs_preflight.py Pre-build documentation validation script
  • docs_serve.py Local documentation server script
  • docs_validate.py Post-build documentation validation script (412 lines)
  • validate_standardization.py Standardization validation across ecosystem repos
  • Created documentation preflight, serve, and validate scripts for pre/post-build validation instantiate behavioral
    3 files
    • docs_preflight.py
    • docs_serve.py
    • docs_validate.py

Remove legacy Makefile templates

2 files changed
  • Makefile.provider.tmpl Removed legacy provider Makefile template (570 lines)
  • Makefile.python.tmpl Removed legacy Python Makefile template (288 lines)
  • Removed Makefile.provider.tmpl and Makefile.python.tmpl in favor of wrknv task runner baseline internal
    2 files
    • Makefile.provider.tmpl
    • Makefile.python.tmpl
  • Added config module init.py for programmatic configuration access instantiate internal
    1 file
    • __init__.py