Update docs for v2.3.0 release#1095
Merged
Merged
Conversation
Add the v2.3 docs directory and update CRDs from the v2.3.0 release. Drop v2.0 docs since v2.0 is no longer supported. Signed-off-by: Jared Watts <jbw976@gmail.com>
✅ Deploy Preview for crossplane ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
adamwg
approved these changes
May 21, 2026
Member
adamwg
left a comment
There was a problem hiding this comment.
LGTM. Is the vale warning from CI known/expected?
Member
Author
|
no the vale error is unexpected actually! i'm currently digging into figuring out how it snuck in - it looks like it's on a line from 9 months ago if i'm reading this right 🤔 |
Member
Author
|
ah i think the vale config change in 809144d#diff-1274633810a31af03dde0fa78893f8cb17e4eb416735ff19488805375ac35bb5R52 is what is now finding this on subsequent PRs |
Vale's BlockIgnores regex for hugo shortcodes is single-line, so when
the opening `{{<hover>}}` and its content are split across a line
break, the inner text gets exposed to spellcheck. Rejoin the opener
with its content to match how the same shortcode is used elsewhere
in the file.
Signed-off-by: Jared Watts <jbw976@gmail.com>
Member
Author
|
pushed 28fbaa1 to fix the vale issue 🙏 |
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.

Takes care of most all the v2.3.0 release checklist in: