Skip to content

fix wrong references with absolute URL links.#804

Open
fujitatomoya wants to merge 1 commit into
kubeedge:masterfrom
fujitatomoya:issues/803
Open

fix wrong references with absolute URL links.#804
fujitatomoya wants to merge 1 commit into
kubeedge:masterfrom
fujitatomoya:issues/803

Conversation

@fujitatomoya
Copy link
Copy Markdown
Contributor

@fujitatomoya fujitatomoya commented Jun 1, 2026

  • Please check if the PR fulfills these requirements
  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Which issue(s) this PR fixes:

Fixes #803

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

Just fixes the dead links and build failure.

  • What is the current behavior? (You can also link to an open issue here)

zh doc build fails.

  • What is the new behavior (if this is a feature change)?

it does succeed.

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

No

  • Other information:

this failure has been introduced by #794 and #802

Signed-off-by: Tomoya Fujita <tomoya.fujita825@gmail.com>
@kubeedge-bot
Copy link
Copy Markdown
Collaborator

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To complete the pull request process, please assign fujitatomoya after the PR has been reviewed.
You can assign the PR to them by writing /assign @fujitatomoya in a comment when ready.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kubeedge-bot kubeedge-bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Jun 1, 2026
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds a new documentation guide for checking CloudCore logs and updates relative links to absolute URLs in the CNI edge networking documentation. The reviewer noted that the new CloudCore logs guide is written in English but placed under the Chinese translation directory, and should be translated to Chinese to maintain localization consistency.

Comment on lines +1 to +9
---
title: Checking CloudCore Logs
sidebar_position: 12
---

> **Applies to:** KubeEdge v1.13+
> **Related issue:** [kubeedge#6703](https://github.com/kubeedge/kubeedge/issues/6703)

When a KubeEdge installation fails or CloudCore behaves unexpectedly at runtime, inspecting CloudCore logs is the first and most effective diagnostic step. This guide explains **where logs are stored**, **which commands to run**, and **what log entries to look for** depending on how CloudCore is deployed.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This new documentation file is placed under the Chinese translation directory (i18n/zh/...), but the entire content is written in English. Please translate the document into Chinese to maintain localization consistency for Chinese readers.

@@ -0,0 +1,354 @@
---
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is supposed to be Chinese but just to address the current build failure, i went ahead to copy the English one so that build succeeds.

@fujitatomoya
Copy link
Copy Markdown
Contributor Author

@Shelley-BaoYue i think this one is high priority to fix the doc build failure, which affects the all the other PRs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

zh (Chinese documentation) failed to build

2 participants