Task 14: V1 to V2 Documentation Coverage Audit#8
Merged
DeveloperAlly merged 4 commits intodocs-v2-previewfrom Feb 16, 2026
Merged
Task 14: V1 to V2 Documentation Coverage Audit#8DeveloperAlly merged 4 commits intodocs-v2-previewfrom
DeveloperAlly merged 4 commits intodocs-v2-previewfrom
Conversation
- Inventoried 279 v1 MDX files across 9 sections - Inventoried 339 v2 MDX files across 11 sections - Created comprehensive mapping table for each section - Identified coverage: Covered (23%), Partial (20%), Missing (47%), Excluded (10%) - Key gaps: API Reference (75 files), SDKs (63 files), Self-hosting (4 files) - Documented exclusion criteria for Studio-specific content - Provided recommendations for addressing gaps
- Remove ThemeData imports from all components - Update components to use global CSS variables (var(--accent), var(--hero-text), var(--text), var(--border)) - Update steps.jsx to use CSS variables instead of hardcoded colors - Remove ThemeData from frameMode.jsx PageHeader and H1 components - Remove unused ThemeData import from links-examples.mdx - Fix merge conflict in data/gateways/index.jsx
- Clarified that v2 is network-focused - Identified that Studio content should live in products section - Created comprehensive structure recommendation for Livepeer Studio section - Prioritized 166 files to migrate (API Reference, SDKs, Guides, Tutorials, etc.) - Provided priority-based migration plan (P1-P4) - Estimated file counts by category - Recommended structure and navigation updates
- Documented 4 existing placeholder pages that reference Studio content - Added recommendations for handling placeholders (redirect vs fill) - Updated file count estimates to account for existing placeholders - Added specific section on handling existing placeholders with example content
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR contains the V1 to V2 documentation coverage audit report, mapping all 279 v1 MDX files to their v2 counterparts (339 MDX files).
Key Findings
Major Gaps Identified
Strategic Insight
V2 represents a deliberate shift from Studio-centric to Network-centric documentation:
Deliverables
Report Location
docs/PLAN/reports/14-audit-v1-to-v2-coverage-report.mdReferences
docs/ORCHESTRATORS/00-V1-TO-V2-IA-MAPPING-AND-RECOMMENDATIONS.mdNote
Low Risk
Documentation-only addition with no runtime or build impact; risk is limited to planning accuracy/misclassification in the audit report.
Overview
Adds
docs/PLAN/reports/14-audit-v1-to-v2-coverage-report.md, a new V1→V2 documentation coverage audit that inventories file counts, maps sections/pages to counterparts, and categorizes coverage as Covered/Partial/Missing/Excluded.The report calls out major gaps (notably Studio API reference, SDK docs, and self-hosting) and includes exclusion criteria, recommendations, and a follow-up task list to drive future documentation work.
Written by Cursor Bugbot for commit 992b7cc. This will update automatically on new commits. Configure here.