Removed monorepo CI/CD and added Provide Foundry documentation
1194 files · 22,678+ · 173,605-

Monorepo infrastructure removal

4 files changed
  • 01-helper-prep.yml Removed helper prep workflow
  • release-pipeline.yml Removed release pipeline workflow
  • .codecov.yml Removed Codecov configuration
  • Makefile Removed monorepo Makefile
  • Removed all monorepo CI/CD workflows, build scripts, and PE binary analysis tools decouple architectural
    3 files
    • 01-helper-prep.yml
    • release-pipeline.yml
    • .codecov.yml
  • Removed packaging examples that were re-added the previous day (sysinfo-cli, glances-wrapper, etc.) decouple internal
    2 files
    • sysinfo.py
    • pyproject.toml

Provide Foundry documentation setup

5 files changed
  • base-mkdocs.yml Added base MkDocs configuration shared across projects (190 lines)
  • gen_ref_pages.py Added automatic API reference page generation (139 lines)
  • __init__.py Added shared theme package
  • contributors.yml Added contributor data (32 lines)
  • sponsors.yml Added sponsor data (45 lines)
  • Added Provide Foundry documentation framework with shared MkDocs base configuration instantiate behavioral
    2 files
    • base-mkdocs.yml
    • gen_ref_pages.py
  • Added shared theme package with contributor, sponsor, and external link data instantiate internal
    2 files
    • __init__.py
    • contributors.yml