-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backport PR #2611 to release/v1.7 for Fix broken links in the document files #2614
Backport PR #2611 to release/v1.7 for Fix broken links in the document files #2614
Conversation
* 🐛 📝 Fix broken links in document files Signed-off-by: vankichi <[email protected]> * style: format code with Gofumpt and Prettier This commit fixes the style issues introduced in 07bb715 according to the output from Gofumpt and Prettier. Details: #2611 --------- Signed-off-by: vankichi <[email protected]> Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Deploying vald with Cloudflare Pages
|
WalkthroughWalkthroughThis pull request introduces several updates across multiple documentation files and Kubernetes resource definitions. Key changes include the addition of a configuration option to enable the gateway mirror feature in the Kubernetes manifest update process, updates to documentation links for improved navigation, and the introduction of various Kubernetes resources such as ConfigMaps, Deployments, and ServiceAccounts for the Vald mirror gateway. These modifications collectively enhance the deployment and documentation structure of the Vald application. Changes
Possibly related PRs
Suggested labels
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
[CHATOPS:HELP] ChatOps commands.
|
@@ -1407,4 +1407,4 @@ Since each package has its purpose, we decided to apply different strategies to | |||
|
|||
For the rest of the `./pkg` packages, we decided to implement the unit test for the exported function only. | |||
|
|||
Please follow the [unit test guideline](./unit-test-guideline.md) for more details on how to implement good unit test. | |||
Please follow the [unit test guideline](../unit-test-guideline.md) for more details on how to implement good unit test. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [documents testlint] <eslint.rules.write-good> reported by reviewdog 🐶
"implement" is wordy or unneeded (write-good)
…docs-k8s/fix-broken-links
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
I have fixed the broken links in the document files.
According to fixing, I realized
k8s/gateway/mirror
is missing even though their links are written in the document file.So, I have updated
Makefile.d/k8s.mk
to generatek8s/gateway/mirror
.Related Issue
Versions
Checklist
Special notes for your reviewer
Summary by CodeRabbit
New Features
vald-mirror-gateway
.Documentation
Style