docs(vrl): Automatically generate VRL function documentation#24719
Draft
thomasqueirozb wants to merge 45 commits intomasterfrom
Draft
docs(vrl): Automatically generate VRL function documentation#24719thomasqueirozb wants to merge 45 commits intomasterfrom
thomasqueirozb wants to merge 45 commits intomasterfrom
Conversation
This comment was marked as off-topic.
This comment was marked as off-topic.
8 tasks
|
Your preview site for the vector.dev will be ready in a few minutes, please allow time for it to build. Heres your preview link: |
This reverts commit ad2a14b.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
Last part of the automatic doc generation RFC vectordotdev/vrl#1544
A lot of my verification for the changes done in this were via a very handy website diff viewer (https://pianomister.github.io/). I suggest setting the display to iPad and zooming out to 90%. Use this link to get see the differences between the current website and the deployed branch.
Many many issues were fixed. The following are (very likely incomplete) lists of the most notable fixes and changes:
"breaking" difference
existsargument is no longer typepathand is now typeany. There is no way to indicatepatharguments in the type system currently.Parameter type fixes
Parameters with incorrect names
Other fixes
decode_lz4:buf_size's default valueaggregate_vector_metric->aggregate_vector_metrics(title)format_number:grouping_separatorincorrect defaultstrip_ansi_codes: removed invalid exampletruncate:ellipsisparameter removedparse_xml:trimparameter was missingdecode_lz4,encode_lz4,encode_json,encode_key_value,encode_logfmt)Vector configuration
NA
How did you test this PR?
make generate-docs && cd website && make serveChange Type
Is this a breaking change?
Does this PR include user facing changes?
no-changeloglabel to this PR.References