docs: add dedicated tools and settings pages for stack configuration#2240
docs: add dedicated tools and settings pages for stack configuration#2240
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Important Cloud Posse Engineering Team Review RequiredThis pull request modifies files that require Cloud Posse's review. Please be patient, and a core maintainer will review your changes. To expedite this process, reach out to us on Slack in the |
Dependency Review✅ No vulnerabilities or license issues found.Scanned FilesNone |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThis PR adds new documentation for component Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2240 +/- ##
==========================================
+ Coverage 76.89% 77.04% +0.14%
==========================================
Files 1003 1012 +9
Lines 95524 96029 +505
==========================================
+ Hits 73456 73982 +526
+ Misses 17805 17784 -21
Partials 4263 4263
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
| <File title="stacks/orgs/acme/_defaults.yaml"> | ||
| ```yaml | ||
| settings: | ||
| templates: | ||
| settings: | ||
| gomplate: | ||
| enabled: true | ||
| validation: | ||
| schema: | ||
| enabled: true |
There was a problem hiding this comment.
I believe this is a misinterpretation. I believe this is only valid in atmos.yaml. Please check
what
website/docs/stacks/dependencies/tools.mdx— dedicated page fordependencies.toolsconfiguration (version constraints, scopes, merge behavior, toolchain integration)website/docs/stacks/components/settings.mdx— dedicated page for*.settingsconfiguration (validation, templates, integrations, atlantis, depends_on, custom keys)website/docs/stacks/dependencies/index.mdxto an overview with quick examples linking to the dedicated tools and components pageswhy
componentsbut notoolspage — tool dependency docs were inlined in the overview*.metadatabut no*.settingspage — settings docs were scattered across integration pagesatmos.yamlsettings and stack-level settings (some keys liketemplateswork at both levels, others likelist_merge_strategyare global-only)references
components.mdxandmetadata.mdxpagesSummary by CodeRabbit