flavorpack 2025-12-02
Documentation tooling refinements with global header and footer
32 files · 200+ · 84-

Provide-Foundry Partials

  • Added .provide/foundry/docs/_partials/_global_footer.md (3 lines) — shared footer partial specify internal
    1 file
    • _global_footer.md
  • Added .provide/foundry/docs/_partials/_global_header.md (1 line) — shared header partial specify internal
    1 file
    • _global_header.md
  • Updated gen_ref_pages.py (1 line) decouple internal
    1 file
    • gen_ref_pages.py

Script Improvements

32 files changed
  • base-mkdocs.yml Updated configuration
  • _global_footer.md Updated documentation
  • _global_header.md Updated documentation
  • gen_ref_pages.py Updated gen_ref_pages.py
  • docs_preflight.py Updated docs_preflight.py
  • docs_serve.py Updated docs_serve.py
  • docs_validate.py Updated docs_validate.py
  • inject_partials.py Updated inject_partials.py
  • global_partials_hook.py Updated global_partials_hook.py
  • nav_filter_hook.py Updated nav_filter_hook.py
  • terraform_provider.py Updated terraform_provider.py
  • version_hook.py Updated version_hook.py
  • mkdocs.yml Updated configuration
  • helpers.py Updated helpers command
  • workenv.py Updated workenv command
  • exceptions.py Updated exceptions module
  • manager.py Updated manager module
  • locking.py Updated locking module
  • slot_builder.py Updated slot_builder packager
  • backends.py Updated PSP backends
  • handlers.py Updated PSP handlers
  • launcher.py Updated PSP launcher
  • validation.py Updated PSP validation
  • workenv.py Updated PSP workenv
  • security.py Updated PSP security
  • __init__.py Updated tests for __init__
  • test_cli.py Updated tests for cli
  • echo_test.py Updated tests for echo_test
  • env_test.py Updated tests for env_test
  • exit_test.py Updated tests for exit_test
  • __init__.py Updated tests for __init__
  • __init__.py Updated tests for __init__
  • inject_partials.py (80 lines changed) — substantial improvements to partial injection logic; better handling of include directives and file targeting decouple internal
    1 file
    • inject_partials.py
  • docs_validate.py (26 lines changed) — validation logic updated decouple internal
    2 files
    • docs_validate.py
    • validation.py
  • docs_serve.py (6 lines changed) — minor serve script fix remediate internal
    1 file
    • docs_serve.py
  • docs_preflight.py (2 lines changed) — minor fix remediate internal
    1 file
    • docs_preflight.py
  • base-mkdocs.yml (4 lines added) — config additions for new partials baseline internal
    2 files
    • base-mkdocs.yml
    • mkdocs.yml