Skip to content

docs(sidebar): add missing contributor guide entries - #785

Open
ipsitapp8 wants to merge 2 commits into
Project-HAMi:masterfrom
ipsitapp8:docs/add-missing-sidebar-entries
Open

docs(sidebar): add missing contributor guide entries#785
ipsitapp8 wants to merge 2 commits into
Project-HAMi:masterfrom
ipsitapp8:docs/add-missing-sidebar-entries

Conversation

@ipsitapp8

Copy link
Copy Markdown
Contributor

What type of PR is this?

/kind documentation

What this PR does / why we need it:

Registers four existing documentation files under docs/contributor/ into sidebars.js:

  • contributor/cherry-picks (How to cherry-pick PRs)
  • contributor/lifted (How to manage lifted code)
  • contributor/adopters (HAMi Adopters list and submission guide)
  • contributor/contributors (Contributors list)

These documents were present in the repository but not listed in sidebars.js, making them unreachable through the site's sidebar navigation.

Which issue(s) this PR fixes:

N/A

Checklist:

  • npm run lint and npm run format:check pass
  • npm run build succeeds for both en and zh
  • Chinese translation updated if English docs changed (N/A: only navigation structure updated in sidebars.js)
  • Commits are signed off (git commit -s)

@hami-robot hami-robot Bot added the kind/documentation Improvements or additions to documentation label Aug 17, 2026
@hami-robot

hami-robot Bot commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: ipsitapp8
Once this PR has been reviewed and has the lgtm label, please assign wawa0210 for approval. For more information see the Kubernetes Code Review Process.

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

@coderabbitai

coderabbitai Bot commented Aug 17, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@ipsitapp8, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 18 minutes

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

Wait for the limit to reset, then comment @coderabbitai review or push new commits to the PR.

An organization admin can change what happens after included review limits in Billing.

How do review limits work?

CodeRabbit enforces per-developer PR review limits within each organization.

For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 033d40f2-e1e2-4ed5-a77b-704dc929a995

📥 Commits

Reviewing files that changed from the base of the PR and between 075427f and 44197a4.

📒 Files selected for processing (2)
  • sidebars.js
  • versioned_sidebars/version-v2.9.0-sidebars.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@hami-robot
hami-robot Bot requested review from wawa0210 and windsonsea August 17, 2026 18:15
@netlify

netlify Bot commented Aug 17, 2026

Copy link
Copy Markdown

Deploy Preview for project-hami ready!

Name Link
🔨 Latest commit 44197a4
🔍 Latest deploy log https://app.netlify.com/projects/project-hami/deploys/6a876413b324e20008d53268
😎 Deploy Preview https://deploy-preview-785--project-hami.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@ipsitapp8
ipsitapp8 force-pushed the docs/add-missing-sidebar-entries branch from c739bc1 to fff6428 Compare August 19, 2026 05:34
Signed-off-by: ipsitapp8 <ipsitapp8@gmail.com>
@ipsitapp8
ipsitapp8 force-pushed the docs/add-missing-sidebar-entries branch from fff6428 to 89ab3cc Compare August 19, 2026 05:35
@rootsongjc

Copy link
Copy Markdown
Contributor

The reason these documents are not included in the sidebar is that I don't think all of them need to be kept. Some of them contain outdated or incorrect information, such as the roadmap and contributor list, which are no longer necessary to maintain on the website.

There are also some basic Git operation instructions that I don't think need to be part of the Contributor Guide. Instead of keeping these documents as they are, I think we should revisit and reorganize the structure and content of the entire Contributor directory, remove outdated materials, and make sure the remaining documentation is useful and maintainable for contributors.

@ipsitapp8

Copy link
Copy Markdown
Contributor Author

@rootsongjc I only wired existing docs into the sidebar without checking whether they still hold up. Could you point me at which ones you'd cut (you mentioned roadmap and contributor list as outdated, plus the basic git instructions as out of scope for a Contributor Guide)? I'll narrow this PR to just the docs that are still accurate and worth surfacing, and leave the bigger Contributor directory reorganization as a separate follow-up rather than trying to fold it into this one.

@mesutoezdil mesutoezdil left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

verified all four files exist in en and zh, none are marked unlisted, ci is fully green. one gap inline.

Comment thread sidebars.js
…fix ordering

The four new Contributor Guide entries (cherry-picks, lifted, adopters,
contributors) only landed in the unversioned sidebar. The same four docs
already exist in the versioned_docs/version-v2.9.0 snapshot, and v2.9.0 is
the default version readers land on, so without this the pages were
unreachable from the sidebar for most visitors. Added the same four entries
to versioned_sidebars/version-v2.9.0-sidebars.json.

Also moved lifted to sit next to cherry-picks in both sidebars instead of
between roadmap and e2e-testing, they're both maintenance-process docs and
read better grouped together.

Signed-off-by: ipsitapp8 <ipsitapp8@gmail.com>
@ipsitapp8
ipsitapp8 requested a review from mesutoezdil August 21, 2026 03:17
@ipsitapp8

Copy link
Copy Markdown
Contributor Author

@mesutoezdil can you check the pr now if you have time?

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

Labels

area/docs kind/documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants