Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix snake_case config note #3232

Merged
merged 1 commit into from
Feb 27, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/reference/pixi_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The configuration is loaded in the following order:
## Configuration options

??? info "Casing In Configuration"
In versions of pixi `0.20.1` and older the global configuration used snake_case
In versions of pixi `0.20.1` and older the global configuration used `snake_case` which
we've changed to `kebab-case` for consistency with the rest of the configuration.
But we still support the old `snake_case` configuration, for older configuration options.
These are:
Expand All @@ -59,7 +59,7 @@ The configuration is loaded in the following order:
- `tls_no_verify`
- `authentication_override_file`
- `mirrors` and sub-options
- `repodata-config` and sub-options
- `repodata_config` and sub-options

The following reference describes all available configuration options.

Expand Down