Add MkDocs theme assets and remove Makefile
13 files · 972+ · 312-

MkDocs theme assets

6 files changed
  • provide-theme.css Custom provide.io theme CSS (427 lines)
  • termynal.css Termynal terminal animation CSS (127 lines)
  • termynal.js Termynal terminal animation JavaScript (264 lines)
  • custom.js Custom JavaScript for documentation site (121 lines)
  • mermaid-init.js Mermaid diagram initialization script
  • extra.css Empty 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.css
    • termynal.js

Remove Makefile in favor of wrknv

1 file changed
  • Makefile Removed 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.toml Updated dependencies and configuration
  • conftest.py Updated test fixtures
  • test_full_workflow.py Updated integration test imports
  • test_validate_integration.py Updated validation test imports
  • test_bootstrap_unit.py Updated unit test imports
  • README.md Minor README updates
  • Updated test fixtures and imports to align with project restructuring. streamline internal
    1 file
    • conftest.py