Conversation
…ormatting Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…, offline hub, and parallelism tips Add info admonitions for: - Istio revision label guidance for multi-control-plane environments - Offline hub templates as an alternative to HF_TOKEN for air-gapped setups - Runtime base template selection based on parallelism strategy (TP/DP/PP) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…tion and resource comments Add info admonition explaining PD-specific runtime base template choices (TP/DP/PP) and offline hub template usage. Add inline comments for cluster-specific hardware resources in YAML examples. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The file is local tooling config and should not be tracked in version control. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Updates the Docusaurus documentation to improve guidance for quickstart deployments and prefill/decode (PD) disaggregation, plus adds a Prettier ignore rule to avoid reformatting Helm template YAML.
Changes:
- Add
.prettierignorerule to exclude*.helm.yamlfiles from Prettier formatting. - Enhance the quickstart guide with Istio revision label guidance, offline hub template notes, and runtime base selection tips (TP/DP/PP).
- Clarify PD disaggregation docs with runtime base selection guidance and inline YAML comments about cluster-specific resources.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
website/docs/getting-started/quickstart.mdx |
Adds Istio revision label guidance, offline hub template option, and runtime base selection tips. |
website/docs/features/prefill-decode-disaggregation.mdx |
Adds PD runtime base selection guidance and clarifies resource configuration in YAML examples. |
.prettierignore |
Ignores *.helm.yaml so Helm templates aren’t reformatted by Prettier. |
You can also share your feedback on Copilot code review. Take the survey.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the Docusaurus website documentation to improve operational guidance in the Quickstart and Prefill/Decode (PD) disaggregation docs, and intends to add Prettier configuration to avoid formatting Helm templates.
Changes:
- Add Istio revision label guidance for Gateway resources in the quickstart.
- Add offline hub template guidance and runtime base (TP/DP/PP) selection tips to quickstart and PD disaggregation docs.
- Update repo ignore rules related to Prettier config (but see review comment).
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
website/docs/getting-started/quickstart.mdx |
Adds Istio revision label note, offline hub template guidance, and runtime base selection tips. |
website/docs/features/prefill-decode-disaggregation.mdx |
Adds runtime base selection guidance (TP/DP/PP) and clarifies YAML examples with inline resource comments. |
.gitignore |
Adds .prettierignore to ignored files (currently conflicts with stated PR intent). |
You can also share your feedback on Copilot code review. Take the survey.
Summary
.prettierignoreto exclude Helm templates from formattingTest plan
npm run buildinwebsite/🤖 Generated with Claude Code