-
Notifications
You must be signed in to change notification settings - Fork 2.3k
docs: clarifies config file locations and purposes #5210
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
Conversation
005352c to
cf275f1
Compare
angiejones
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey Anthony! There's only a single configuration file. The rest are simply backups. goose only reads one.
Don't see the need for the PR. Let me know if you disagree
oh i see the issue now. these files: |
|
✅ Recipe Validation Passed Your recipe(s) are valid and ready for review! 🔍 Next Steps:
Thanks for contributing to the goose Recipe Cookbook! 🎉 |
|
🔍 Recipe Security Scan Results ✅ Status: APPROVED - All recipes passed security scan 📊 Scan Summary:
📋 Individual Recipe Results: 🔗 View detailed scan results in the workflow artifacts. |
ef23af1 to
5e6baf6
Compare
|
hi anthony! thanks for your contribution..looks like you have a few failing tests..for the documentation preview..it says there may be broken links |
5e6baf6 to
ce4a77b
Compare
@blackgirlbytes Bad find/replace, resolved now! |
a0b3641 to
dd15a9e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
besides removing that to comment on line 59 in the creating plans documenting, this lgtm! thanks for your contribution! also dont worry about the failing live providers test. that's unrelated to your PR.
dd15a9e to
606a9a2
Compare
TODO removed. I'll send a separate PR to update the |
|
With #5195 approved and merged, there are conflicts now for this PR I believe @blackgirlbytes |
Signed-off-by: Anthony D. Mays <[email protected]>
Version: 1.10.2 goose Locations: Config file: /Users/anthonymays/.config/goose/config.yaml Sessions dir: /Users/anthonymays/.local/share/goose/sessions Logs dir: /Users/anthonymays/.local/state/goose/logs output Signed-off-by: Anthony D. Mays <[email protected]>
Signed-off-by: Anthony D. Mays <[email protected]>
Signed-off-by: Anthony D. Mays <[email protected]>
Signed-off-by: Anthony D. Mays <[email protected]>
Signed-off-by: Anthony D. Mays <[email protected]>
Signed-off-by: Anthony D. Mays <[email protected]>
Version: 1.10.2 goose Locations: Config file: /Users/anthonymays/.config/goose/config.yaml Sessions dir: /Users/anthonymays/.local/share/goose/sessions Logs dir: /Users/anthonymays/.local/state/goose/logs example output Signed-off-by: Anthony D. Mays <[email protected]>
606a9a2 to
f3d72a2
Compare
Resolved the conflicts, should be clean now. |
|
Amazing contributions, @anthonydmays ! Thank you so much for working on this, and for participating in Hacktoberfest 🥺 🖤 |
Signed-off-by: Anthony D. Mays <[email protected]> Signed-off-by: fbalicchia <[email protected]>
Signed-off-by: Anthony D. Mays <[email protected]> Signed-off-by: Blair Allan <[email protected]>
Summary
This change updates documentation to clarify the location and purpose of docs. Instead of only mentioning
config.yaml, the directory is referenced instead when referring to config files generally.Type of Change
Testing
Manual review
Related Issues
Relates to #5196