docs: fix minor issues in profiles and manifests docs#4007
Open
ianmcook wants to merge 4 commits intoapache:mainfrom
Open
docs: fix minor issues in profiles and manifests docs#4007ianmcook wants to merge 4 commits intoapache:mainfrom
ianmcook wants to merge 4 commits intoapache:mainfrom
Conversation
ianmcook
commented
Feb 18, 2026
|
|
||
| 4. **User Configuration Directory**: | ||
|
|
||
| - Linux: ``~/.config/adbc/profiles/`` |
Member
Author
There was a problem hiding this comment.
@zeroshade I notice that in the driver manifests docs, we mention XDG_CONFIG_HOME, but here in the connection profiles docs we don't.
Does the driver manager search behavior not work consistently w.r.t. XDG_CONFIG_HOME in both cases?
Member
There was a problem hiding this comment.
Looking at the code, it should be consistent and I just forgot to mention the XDG_CONFIG_HOME here. So you can just update this appropriately to match
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fixes a few minor issues I noticed when reviewing the docs added in #3876.