Skip to content

feat(config): enable every edition by default - #14

Merged
mrholek merged 1 commit into
mainfrom
feat/angular-by-default
Jul 27, 2026
Merged

feat(config): enable every edition by default#14
mrholek merged 1 commit into
mainfrom
feat/angular-by-default

Conversation

@mrholek

@mrholek mrholek commented Jul 27, 2026

Copy link
Copy Markdown
Member

DEFAULT_FRAMEWORKS skipped Angular because coreui.io/angular/docs served neither the Markdown pages nor the llms endpoints this server reads — those docs ran on their own Angular app. They are moving onto the shared astro-docs engine, which emits /llms.txt, /llms-full.txt and a .md for every page, so the exception has no reason left.

DEFAULT_FRAMEWORKS = ['angular', 'bootstrap', 'react', 'vue']

Tests, typecheck, lint and format are green (26 tests); --framework react|vue|bootstrap still resolve exactly as before, and an explicit list still narrows the set.

Merge with the Angular docs cutover, not before — until coreui.io/angular/docs/<page>.md returns 200, a default run would include an edition whose pages 404.

Angular was kept out of the default set because coreui.io/angular/docs served no
Markdown or llms endpoints — the Angular docs ran on their own app. They are
moving onto the shared engine, which emits both, so the default no longer has a
reason to skip an edition the server already supports.
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