Skip to content

Fix Eleventy build errors: Liquid syntax, dynamic includes, and missing files#22469

Open
ebembi-crdb wants to merge 1 commit intoeleventy_spike_wipfrom
eleventy-build-fixes-clean
Open

Fix Eleventy build errors: Liquid syntax, dynamic includes, and missing files#22469
ebembi-crdb wants to merge 1 commit intoeleventy_spike_wipfrom
eleventy-build-fixes-clean

Conversation

@ebembi-crdb
Copy link
Contributor

Summary

  • Fix remote_include tag registration on module-level liquidEngine for nested includes
  • Fix dynamic_include to properly resolve version variables and path separators
  • Remove Jekyll comment syntax (# comments) from if statements in known-limitations files
  • Fix Liquid filter syntax in whats-new-intro.md
  • Remove orphaned endcapture tag in prod-guidance-cache-max-sql-memory.md
  • Convert Jekyll include syntax to dynamic_include in ui-databases-page.md files
  • Copy missing include files to v26.1 from earlier versions (sql diagrams, admin-ui, cdc, performance, orchestration, misc, faq)

Test plan

  • Build completes with 2896 files and 0 fatal errors
  • Verify pages render correctly in browser at localhost:4000

…ng files

- Fix remote_include tag registration on module-level liquidEngine for nested includes
- Fix dynamic_include to properly resolve version variables and path separators
- Remove Jekyll comment syntax (# comments) from if statements in known-limitations files
- Fix Liquid filter syntax (add space after colon) in whats-new-intro.md
- Remove orphaned endcapture tag in prod-guidance-cache-max-sql-memory.md
- Convert Jekyll include syntax to dynamic_include in ui-databases-page.md files
- Copy missing include files to v26.1 from earlier versions:
  - sql/combine-alter-table-commands.md, sql/diagrams/*.html
  - admin-ui/*.md (metrics-navigation, summary-events, logical-bytes)
  - cdc/*.md (core-changefeed files)
  - performance/*.md, orchestration/kubernetes-*.md
  - misc/*.md (experimental-warning, movr-flask-211, etc.)
  - faq/planned-maintenance.md, prod-deployment/node-shutdown.md

Build now completes with 2896 files and 0 fatal errors.
@github-actions
Copy link

github-actions bot commented Feb 3, 2026

Files changed:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant