Skip to content

docs: explain interpolation placeholders - #462

Merged
RonaldHensbergen merged 2 commits into
RonaldHensbergen:mainfrom
tasodoufu:docs/issue-461-interpolation-placeholders
Aug 18, 2026
Merged

docs: explain interpolation placeholders#462
RonaldHensbergen merged 2 commits into
RonaldHensbergen:mainfrom
tasodoufu:docs/issue-461-interpolation-placeholders

Conversation

@tasodoufu

Copy link
Copy Markdown
Contributor

Closes #461

Problem

The existing module documentation lists interpolation namespaces but does not give contributors one consolidated reference with availability rules and an end-to-end example.

Changes

  • Add a namespace/source/availability table for config, bindings, service, and secrets placeholders.
  • Add a minimal cache provider/worker consumer example.
  • Clarify that secrets remain Docker Compose runtime variables.

User impact

Contributors can choose the correct placeholder namespace and understand when values are resolved, without changing runtime behavior.

Verification

  • python3 assertion check for all four namespaces: passed
  • npx --yes markdownlint-cli@0.49.0 --config .markdownlint.json docs/modules.md: passed
  • git diff --check: passed

AI-assisted contribution: the documentation draft was prepared with AI assistance and manually checked against the repository source and examples.

@RonaldHensbergen RonaldHensbergen left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your first contribution! I hope many will follow 😀
And approved 🥳

@RonaldHensbergen
RonaldHensbergen merged commit ed3e254 into RonaldHensbergen:main Aug 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document interpolation placeholders with a minimal end-to-end example

2 participants