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.cssCustom provide ecosystem theme styling (427 lines)termynal.cssTerminal animation CSS for documentation examplescustom.jsCustom JavaScript for theme interactionstermynal.jsTermynal terminal animation librarymermaid-init.jsMermaid 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.csstermynal.js
Documentation tooling scripts
4 files changed
docs_preflight.pyPre-build documentation validation scriptdocs_serve.pyLocal documentation server scriptdocs_validate.pyPost-build documentation validation script (412 lines)validate_standardization.pyStandardization validation across ecosystem repos
- Created documentation preflight, serve, and validate scripts for pre/post-build validation
instantiate
behavioral
3 files
docs_preflight.pydocs_serve.pydocs_validate.py
Remove legacy Makefile templates
2 files changed
Makefile.provider.tmplRemoved legacy provider Makefile template (570 lines)Makefile.python.tmplRemoved 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.tmplMakefile.python.tmpl
- Added config module init.py for programmatic configuration access
instantiate
internal
1 file
__init__.py