Fix YAML functions documentation and increase test coverage#2028
Merged
Fix YAML functions documentation and increase test coverage#2028
Conversation
|
Warning This PR exceeds the recommended limit of 1,000 lines.Large PRs are difficult to review and may be rejected due to their size. Please verify that this PR does not address multiple issues. |
Dependency Review✅ No vulnerabilities or license issues found.Scanned FilesNone |
…a plugin The plugin incorrectly generated /index paths for index.mdx files with id: index. This fix adds a special case to preserve the directory path (computed by getDocUrlPath) for these files. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2028 +/- ##
==========================================
+ Coverage 75.43% 75.45% +0.02%
==========================================
Files 793 793
Lines 73666 73666
==========================================
+ Hits 55571 55586 +15
+ Misses 14583 14572 -11
+ Partials 3512 3508 -4
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
osterman
approved these changes
Jan 26, 2026
|
These changes were released in v1.205.0. |
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.
what
.outputs.prefix in!terraform.statedocumentation examples!terraform.outputdocumentationwebsite/docs/functions/index.mdx(vpc.vpc_id→vpc vpc_id)doc-release-dataplugin for index.mdx files withid: index!envfunction unit tests!includeintegration testswhy
doc-release-dataplugin incorrectly generated/indexpaths for files likefunctions/index.mdxwithid: index, causing broken links on the/unreleasedpagereferences
docs/fixes/yaml-functions-yq-expressions.md