plating 2025-10-30
Removed shared theme, added getting-started guide, regenerated MkDocs site, expanded tests
99 files · 36,412+ · 1,965-

Getting started guide

3 files changed
  • index.md New 551-line comprehensive getting started documentation
  • index.md Updated with navigation changes
  • mkdocs.yml Expanded from ~12 to ~104 lines with getting-started section and full configuration
  • Added docs/getting-started/index.md (551 lines) with comprehensive getting started documentation specify behavioral
    1 file
    • index.md
  • Expanded mkdocs.yml with full site configuration (~104 lines) specify internal
    1 file
    • mkdocs.yml

Removed shared documentation theme

11 files changed
  • README.md Deleted theme documentation
  • USAGE.md Deleted theme usage guide
  • contributors.yml Deleted contributors data
  • external_links.yml Deleted external links data
  • people.yml Deleted people data
  • sponsors.yml Deleted sponsors data
  • custom.js Deleted custom JavaScript
  • mermaid-init.js Deleted mermaid init
  • termynal.js Deleted terminal animation library
  • provide-theme.css Deleted custom theme CSS
  • termynal.css Deleted terminal animation styles
  • Deleted entire docs/.shared-theme/ directory (12 files including custom JS, CSS, and data files) decouple internal
    2 files
    • provide-theme.css
    • custom.js

Generated MkDocs site build

1 file changed
  • site Regenerated full HTML site output (~34,000 lines of generated content)
  • Regenerated site/ directory with full HTML output including all documentation pages, search index, and theme assets baseline internal
    2 files
    • index.html
    • index.html

Source module updates

13 files changed
  • cli.py Expanded with ~98 lines of changes
  • doc_generator.py Updated with ~189 lines of changes
  • single.py Updated with 5 lines of changes
  • grouped.py Minor fix
  • adorner.py Minor fix
  • filtered.py Minor fix
  • base.py Minor update
  • finder.py Updated with 9 lines of changes
  • errors.py Minor update
  • processor.py Minor fix
  • processor.py Updated with 10 lines of changes
  • types.py Minor fix
  • conform.py Minor refinements
  • Expanded src/plating/cli.py with ~98 lines of additional command capabilities decouple internal
    1 file
    • cli.py
  • Updated src/plating/core/doc_generator.py with ~189 lines of changes decouple internal
    1 file
    • doc_generator.py
  • Updated conform.py with refinements decouple internal
    1 file
    • conform.py
10 files changed
  • conftest.py Expanded with ~50 lines of additional fixtures
  • test_adorner.py Updated with ~42 lines of changes
  • test_cli.py Updated with 12 lines of changes
  • test_cli_integration.py Updated with ~60 lines of changes
  • test_foundation_integration.py Updated with ~44 lines of changes
  • test_grouped_compiler.py Updated with ~40 lines of changes
  • test_modern_api.py Updated with ~30 lines of changes
  • test_plating_bundle.py Updated with ~50 lines of changes
  • test_plating_discovery.py Updated with ~22 lines of changes
  • test_schema.py Updated with ~56 lines of changes
  • Expanded test fixtures and assertions across all test files qualify internal
    4 files
    • conftest.py
    • test_adorner.py
    • test_modern_api.py
    • test_schema.py