Add section numbering and formatting to GPU + CPU TEE article#432
Conversation
WalkthroughThis PR restructures the GPU-CPU TEE Requirements documentation with explicit numbered sections and subsections throughout. Core TEE Requirements, Technical Insights, and Unsupported Configurations sections are reorganized with consistent numbering; CPU configuration descriptions are updated with clarified processor names and AMD SEV-SNP support constraints starting from AMD Genoa. ChangesDocumentation Structure Reorganization
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs/fundamentals/gpu-cpu-tee-requirements.md`:
- Line 18: The renumbered heading "1. TEE Mode Compatibility" changed
autogenerated anchor IDs and will break existing deep links; before each
renumbered heading (e.g., the "1. TEE Mode Compatibility" heading and the other
listed headings) insert an explicit HTML anchor tag using the established anchor
naming scheme (the pre-existing anchor slug used prior to adding numeric
prefixes) so the anchor remains stable; update headings in
docs/fundamentals/gpu-cpu-tee-requirements.md by placing the custom anchor tag
immediately above each affected heading (use the exact original slug string for
anchors), and apply the same pattern to the other headings referenced in the
comment to preserve existing inbound links.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 4a25d970-8fc7-44a7-8563-096c5b170770
📒 Files selected for processing (1)
docs/fundamentals/gpu-cpu-tee-requirements.md
| ## Core TEE Requirements | ||
|
|
||
| ### TEE Mode Compatibility | ||
| ### 1. TEE Mode Compatibility |
There was a problem hiding this comment.
Preserve stable deep-link anchors after heading renumbering.
Adding numeric prefixes to headings changes autogenerated anchor IDs, which can break existing inbound links/bookmarks. Add explicit custom anchor tags (using the pre-existing anchor naming scheme) before each renumbered heading to keep links stable.
Proposed pattern
-### 1. TEE Mode Compatibility
+<a id="tee-mode-compatibility"></a>
+### 1. TEE Mode Compatibility
-### 2. Recommended Instance Types
+<a id="recommended-instance-types"></a>
+### 2. Recommended Instance Types
-### 3. Supported GPU + CPU Configurations
+<a id="supported-gpu-cpu-configurations"></a>
+### 3. Supported GPU + CPU ConfigurationsApply the same pattern to the rest of newly numbered headings.
As per coding guidelines, "Follow the established cross-referencing pattern with custom anchor tags".
Also applies to: 22-22, 28-28, 30-30, 49-49, 67-67, 83-83, 93-93, 109-109, 118-118, 129-129, 139-139, 143-143, 152-152, 160-160, 170-170, 180-180, 192-192, 202-202, 213-213, 217-217, 229-229, 235-235
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@docs/fundamentals/gpu-cpu-tee-requirements.md` at line 18, The renumbered
heading "1. TEE Mode Compatibility" changed autogenerated anchor IDs and will
break existing deep links; before each renumbered heading (e.g., the "1. TEE
Mode Compatibility" heading and the other listed headings) insert an explicit
HTML anchor tag using the established anchor naming scheme (the pre-existing
anchor slug used prior to adding numeric prefixes) so the anchor remains stable;
update headings in docs/fundamentals/gpu-cpu-tee-requirements.md by placing the
custom anchor tag immediately above each affected heading (use the exact
original slug string for anchors), and apply the same pattern to the other
headings referenced in the comment to preserve existing inbound links.
Adds section numbering (1, 2, 3 / 3.1, 1.1) to the GPU + CPU TEE requirements article, bolds system names with trailing periods in 3.1/3.2, duplicates driver release links across both Blackwell sections (2.2, 2.3), and updates the 1.2/1.3 TEE configuration lists.
Summary by CodeRabbit