Open
Conversation
YAML is Vector's recommended and default configuration format. This converts all TOML-only config examples in website docs, guides, blog posts, and highlight files to YAML for consistency. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Update docs that mention TOML/YAML/JSON support to explicitly recommend YAML as the default configuration format. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Instructs AI tools to generate Vector config in YAML unless explicitly asked otherwise. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Fix invalid YAML escape in template-syntax.md (use single quotes) - Fix `transform:` typo to `transforms:` in 0-25-0-upgrade-guide.md - Update remaining `vector.toml` prose references to `vector.yaml` - Remove anachronistic version reference from 2020 highlight Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add tabbed config format picker to all examples so users can toggle between YAML and TOML. Defaults to YAML. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
rtrieu
approved these changes
Apr 10, 2026
9 tasks
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.
Summary
Adds a script to lint and fix yaml inside markdown files.
How did you test this PR?
Run:
Generating this PR
Lint all the changes of `pront/convert-toml-to-yaml-website` branch against `master`
Command
Output
Fixing yaml blocks inside markdown
Command
Output
(see PR diffs!)
Change Type
Is this a breaking change?
Does this PR include user facing changes?
no-changeloglabel to this PR.References
Related: #25163