provide-workspace
2025-12-01
Add MkDocs theme assets and remove Makefile
13 files · 972+ · 312-
MkDocs theme assets
6 files changed
provide-theme.cssCustom provide.io theme CSS (427 lines)termynal.cssTermynal terminal animation CSS (127 lines)termynal.jsTermynal terminal animation JavaScript (264 lines)custom.jsCustom JavaScript for documentation site (121 lines)mermaid-init.jsMermaid diagram initialization scriptextra.cssEmpty extra CSS placeholder
- Documentation site now includes terminal animation support via termynal and Mermaid diagram rendering, plus a custom provide.io visual theme.
instantiate
behavioral
2 files
provide-theme.csstermynal.js
Remove Makefile in favor of wrknv
1 file changed
MakefileRemoved 288-line Makefile
- Makefile removed as task running migrates to wrknv.toml, the standard task runner for the provide.io ecosystem.
decouple
behavioral
1 file
Makefile
Test and config updates
6 files changed
pyproject.tomlUpdated dependencies and configurationconftest.pyUpdated test fixturestest_full_workflow.pyUpdated integration test importstest_validate_integration.pyUpdated validation test importstest_bootstrap_unit.pyUpdated unit test importsREADME.mdMinor README updates
- Updated test fixtures and imports to align with project restructuring.
streamline
internal
1 file
conftest.py