pyvider-hcl 2025-12-01
Added shared documentation theme and cleaned up legacy files
16 files · 1,677+ · 772-

Provide.io shared theme assets

7 files changed
  • provide-theme.css Provide.io theme CSS with Chakra Petch headings, IBM Plex Serif body, color scheme (427 lines)
  • termynal.css Terminal animation styling (127 lines)
  • extra.css Empty file for project-specific CSS overrides
  • custom.js Custom JavaScript with copy-code, smooth scrolling, navigation enhancements (121 lines)
  • mermaid-init.js Mermaid diagram rendering initialization (16 lines)
  • termynal.js Animated terminal examples JavaScript (264 lines)
  • mkdocs.yml Updated to reference new theme CSS and JavaScript assets
  • Added docs/css/provide-theme.css with professional styling, docs/css/termynal.css for terminal animations, and docs/css/extra.css for overrides specify behavioral
    3 files
    • provide-theme.css
    • termynal.css
    • extra.css
  • Added docs/js/custom.js, docs/js/mermaid-init.js, and docs/js/termynal.js for interactive documentation features specify internal
    3 files
    • custom.js
    • mermaid-init.js
    • termynal.js

Removed Makefile backup and TODO docstrings

6 files changed
  • Makefile.backup.20251110 Deleted archived Makefile (155 lines)
  • __init__.py Removed placeholder TODO docstring
  • exceptions.py Removed placeholder TODO docstring
  • __init__.py Updated mutant source init
  • _version.py Updated mutant version file
  • exceptions.py Updated mutant exceptions
  • Deleted Makefile.backup.20251110 (155 lines) baseline internal
    1 file
    • Makefile.backup.20251110
  • Removed placeholder TODO docstrings from src/pyvider/__init__.py and src/pyvider/hcl/exceptions.py specify internal
    2 files
    • __init__.py
    • exceptions.py

Cleaned up pyvider-cty dependency

3 files changed
  • pyproject.toml Removed commented-out pyvider-cty dependency line
  • uv.lock Updated lock file
  • wrknv.toml Updated task runner configuration
  • Removed the commented-out #"pyvider-cty" line from dependencies baseline internal
    1 file
    • pyproject.toml