docs: Fix store configuration format in documentation#1862
Conversation
Update stores.mdx to match actual code implementation which uses `type`/`options` keys instead of documented `backend`/`config` keys. Fixes issue #1860. - Replace `backend` with `type` for all store types - Replace `config` with `options` - Fix Azure Key Vault: use vault_url instead of vault_name - Remove unsupported AWS Secrets Manager section - Update AWS SSM role_arn to read_role_arn/write_role_arn - Update Redis config to use url option - Add complete Artifactory section - Add optional prefix and stack_delimiter to all stores 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
📝 WalkthroughWalkthroughDocumentation update correcting store configuration examples in the stores reference guide. The outdated Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes
Possibly related PRs
Pre-merge checks and finishing touches✅ Passed checks (5 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (2)website/**📄 CodeRabbit inference engine (.cursor/rules/atmos-rules.mdc)
Files:
website/**/*.mdx📄 CodeRabbit inference engine (CLAUDE.md)
Files:
🧠 Learnings (4)📓 Common learnings📚 Learning: 2025-04-25T20:54:19.701ZApplied to files:
📚 Learning: 2025-02-11T08:21:33.143ZApplied to files:
📚 Learning: 2024-12-12T15:15:46.457ZApplied to files:
🪛 LanguageToolwebsite/docs/cli/configuration/stores.mdx[typographical] ~30-~30: Consider using a typographic opening quote here. (EN_QUOTES) [typographical] ~30-~30: Consider using a typographic close quote here. (EN_QUOTES) [typographical] ~42-~42: Consider using a typographic opening quote here. (EN_QUOTES) [typographical] ~42-~42: Consider using a typographic close quote here. (EN_QUOTES) ⏰ Context from checks skipped due to timeout of 900000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
🔇 Additional comments (8)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Dependency Review✅ No vulnerabilities or license issues found.Scanned FilesNone |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1862 +/- ##
=======================================
Coverage 73.27% 73.28%
=======================================
Files 551 551
Lines 53458 53458
=======================================
+ Hits 39170 39175 +5
+ Misses 11442 11438 -4
+ Partials 2846 2845 -1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
These changes were released in v1.202.0-rc.1. |
|
These changes were released in v1.203.0-test.1. |
what
backend/configkeys totype/optionsvault_urlinstead ofvault_namewhy
GitHub issue #1860 reported that the documentation showed an incorrect format for store configuration. The code expects
type/optionskeys, notbackend/configkeys. This created confusion for users following the documentation.references
Closes #1860
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.