Skip to content

docs(registry): document configurable driver registries#393

Open
zeroshade wants to merge 1 commit into
mainfrom
docs/configurable-registries
Open

docs(registry): document configurable driver registries#393
zeroshade wants to merge 1 commit into
mainfrom
docs/configurable-registries

Conversation

@zeroshade

Copy link
Copy Markdown
Member

Summary

Documents the configurable driver registry feature:

  • docs/concepts/driver_registry.md — new "Configuring registries" section covering the global config.toml and project dbc.toml [[registries]] syntax, the priority order (project → global → built-in defaults), URL dedup/conflict resolution, replace_defaults behavior (including the project-level tri-state), and which commands use which registries.
  • docs/reference/driver_list.md — new "Registries" section documenting the [[registries]] entries (url, name) and the top-level replace_defaults key for driver lists.

Context

These docs changes were split out of #360 per review feedback ("back out the docs changes before merge and do the docs updates in a separate pr"). The implementation lives in #360; this PR carries only the documentation.

Both sections are tagged {{ since_version('v0.4.0') }}.

Document the configurable driver registry feature: the global
config.toml and project dbc.toml [[registries]] syntax, priority
ordering across project/global/built-in registries, and the
replace_defaults behavior.

Split out of #360 so the docs can be reviewed and merged separately.
zeroshade added a commit that referenced this pull request Jun 12, 2026
Move the driver-registry documentation to a separate PR (#393) so the
docs can be reviewed and merged independently, per review feedback.
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