docfast/public/partials
OpenClaw e51e65524a
Some checks failed
Deploy to Production / Deploy to Server (push) Has been cancelled
refactor: extract shared partials from HTML pages (nav, footer, styles, modals)
- Created build-time templating system using existing build-html.cjs
- Extracted index.html into source template with partials:
  _styles_index.html, _nav_index.html, _modals.html
- All 4 templated pages (index, impressum, privacy, terms) use partials
- docs.html excluded (Swagger UI, completely different structure)
- Added HTML build step to Dockerfile
- Built output is byte-identical to original files
2026-02-16 18:52:31 +00:00
..
_footer.html feat: Pro limit 2,500/mo, website templating, cleanup 2026-02-16 18:46:59 +00:00
_modals.html refactor: extract shared partials from HTML pages (nav, footer, styles, modals) 2026-02-16 18:52:31 +00:00
_nav.html feat: Pro limit 2,500/mo, website templating, cleanup 2026-02-16 18:46:59 +00:00
_nav_index.html refactor: extract shared partials from HTML pages (nav, footer, styles, modals) 2026-02-16 18:52:31 +00:00
_styles_base.html feat: Pro limit 2,500/mo, website templating, cleanup 2026-02-16 18:46:59 +00:00
_styles_index.html refactor: extract shared partials from HTML pages (nav, footer, styles, modals) 2026-02-16 18:52:31 +00:00