-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
[ja] Add ja to the paths of debug pages #39020
Conversation
Signed-off-by: Shogo Hida <[email protected]>
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site settings. |
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.
/assign @nasa9084
/lgtm |
LGTM label has been added. Git tree hash: a4fe42037f9ba84bee8ce1433d58f00d1ce128bc
|
LGTM |
@@ -234,7 +234,7 @@ WordPressのインストールをこのページのまま放置してはいけ | |||
## {{% heading "whatsnext" %}} | |||
|
|||
|
|||
* [イントロスペクションとデバッグ](/docs/tasks/debug/debug-application)についてさらに学ぶ | |||
* [イントロスペクションとデバッグ](/ja/docs/tasks/debug/debug-application)についてさらに学ぶ |
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.
* [イントロスペクションとデバッグ](/ja/docs/tasks/debug/debug-application)についてさらに学ぶ | |
* [イントロスペクションとデバッグ](/ja/docs/tasks/debug/debug-application/debug-running-pod/)についてさらに学ぶ |
Suggestion to match this link to the original.
website/content/en/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md
Line 239 in 38418fb
* Learn more about [Introspection and Debugging](/docs/tasks/debug/debug-application/debug-running-pod/) |
This fix can also be categorized as "Change path and add ja" in the issue #38797, but can fix it in this PR.
Because this is a special case unrelated to directory structure changes about debug pages.
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.
Thanks for your review! I fixed the path by adding /debug-running-pod/
. Please check it.
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.
Thanks for the fix!
/lgtm
LGTM label has been added. Git tree hash: 69c13354d67dd7944d66b2ea05f44c8641096dff
|
/assign @nasa9084 |
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nasa9084, t-inu The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Shogo Hida [email protected]
Fixes #38797
This PR changes the paths of debug pages. The example shown on the issue is below.