Skip to content

docs: setup documentation website#49

Merged
chenjiahan merged 1 commit into
mainfrom
chenjiahan/feat-website
Jul 20, 2026
Merged

docs: setup documentation website#49
chenjiahan merged 1 commit into
mainfrom
chenjiahan/feat-website

Conversation

@chenjiahan

Copy link
Copy Markdown
Member

Summary

This PR adds a bilingual Rspress website for Rstack CLI, providing a project-owned home for future guides, command references, and configuration documentation.

The website runs through rs doc, includes a custom Rstack-themed homepage and shared ecosystem UI, and keeps unfinished documentation as TODO placeholders.

@coderabbitai

coderabbitai Bot commented Jul 20, 2026

Copy link
Copy Markdown

Warning

Review limit reached

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

Next review available in: 16 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 4498cec5-46a7-4a23-a5cf-0dc7f1bdd2ee

📥 Commits

Reviewing files that changed from the base of the PR and between 753b566 and 48600bb.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (42)
  • package.json
  • pnpm-workspace.yaml
  • rstack.config.ts
  • scripts/dictionary.txt
  • website/README.md
  • website/docs/en/_nav.json
  • website/docs/en/commands/_meta.json
  • website/docs/en/commands/index.mdx
  • website/docs/en/config/_meta.json
  • website/docs/en/config/index.mdx
  • website/docs/en/guide/_meta.json
  • website/docs/en/guide/introduction.mdx
  • website/docs/en/guide/quick-start.mdx
  • website/docs/en/index.mdx
  • website/docs/zh/_nav.json
  • website/docs/zh/commands/_meta.json
  • website/docs/zh/commands/index.mdx
  • website/docs/zh/config/_meta.json
  • website/docs/zh/config/index.mdx
  • website/docs/zh/guide/_meta.json
  • website/docs/zh/guide/introduction.mdx
  • website/docs/zh/guide/quick-start.mdx
  • website/docs/zh/index.mdx
  • website/env.d.ts
  • website/i18n.json
  • website/package.json
  • website/rstack.config.ts
  • website/theme/components/Copyright.module.scss
  • website/theme/components/Copyright.tsx
  • website/theme/components/Features.module.scss
  • website/theme/components/Features.tsx
  • website/theme/components/Hero.module.scss
  • website/theme/components/Hero.tsx
  • website/theme/components/HomeFooter.module.scss
  • website/theme/components/HomeFooter.tsx
  • website/theme/components/ToolStack.tsx
  • website/theme/components/utils.ts
  • website/theme/env.d.ts
  • website/theme/index.scss
  • website/theme/index.tsx
  • website/theme/pages/index.tsx
  • website/tsconfig.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chenjiahan/feat-website

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.

@chenjiahan chenjiahan changed the title feat: add documentation website docs: add documentation website Jul 20, 2026
@chenjiahan chenjiahan changed the title docs: add documentation website docs: setup documentation website Jul 20, 2026
@chenjiahan
chenjiahan merged commit ee99d89 into main Jul 20, 2026
3 checks passed
@chenjiahan
chenjiahan deleted the chenjiahan/feat-website branch July 20, 2026 08:59

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 48600bb1f9

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread website/docs/zh/_nav.json
[
{
"text": "指南",
"link": "/guide/introduction",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Prefix Chinese navigation links with the locale

When viewing the Chinese documentation, these root-relative links resolve to the English routes (/guide/..., /commands/..., and /config/...) instead of the corresponding /zh/... pages. The custom home links explicitly add the active language prefix in HomeFooter.tsx and useI18nUrl, so the top navigation should do the same (or use locale-aware URLs) to keep Chinese readers in the selected locale.

Useful? React with 👍 / 👎.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant