Show the TOML key and env var on every config option - #394
Open
tillrohrmann wants to merge 1 commit into
Open
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
tillrohrmann
force-pushed
the
config-toml-env-badges
branch
from
September 1, 2026 11:10
0cac932 to
98a2d71
Compare
The page has no headings or anchors, so once you are a few Expandables deep nothing tells you the field you are looking at is worker.invoker.abort-timeout. Every option now carries a `toml:` badge next to the `env:` one that was already there, and clicking either copies it. Also fills in the options that had no badge at all: a whole array or map is settable from a single env var, so RESTATE_ROLES and friends now show one. Verified by round-tripping both forms through `restate-server --dump-config`. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
tillrohrmann
force-pushed
the
config-toml-env-badges
branch
from
September 1, 2026 21:08
98a2d71 to
1e88229
Compare
Collaborator
|
The addition of this toml field is a good idea. |
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.
The reference page has no headings and no per-option anchors, so once you are a few Expandables deep nothing tells you that the field you are looking at is
worker.invoker.abort-timeout.Every option now carries a
toml:badge next to theenv:one that was already there, and clicking either copies it. Sections show their table header ([worker.invoker],[[ingress.kafka-clusters]]).This also fills in the 41 options that had no badge at all: a whole array or map is settable from a single env var, so
RESTATE_ROLESand friends now show one.Verified by round-tripping both the TOML and the env form through
restate-server --dump-config, and by checking that everyenv:badge matches itstoml:badge under the documented rule.Stack created with GitHub Stacks CLI • Give Feedback 💬