Merge docs-v2-preview updates from fork#753
Merged
DeveloperAlly merged 65 commits intolivepeer:docs-v2-previewfrom Feb 16, 2026
Merged
Merge docs-v2-preview updates from fork#753DeveloperAlly merged 65 commits intolivepeer:docs-v2-previewfrom
DeveloperAlly merged 65 commits intolivepeer:docs-v2-previewfrom
Conversation
…ecture, interfaces) - Add marketplace.mdx from CONTEXT DATA/Network (routing, pricing, settlement) - Add technical-architecture.mdx from CONTEXT DATA (stack, orchestrator, gateway, APIs) - Add interfaces.mdx from CONTEXT DATA (REST, gRPC, GraphQL, SDK, CLI) - Fix docs.json nav: interfaces? -> interfaces - Add docs/ABOUT review reports and style guide (00-NAV, COPY-REVIEW, STYLE-GUIDE) - Add docs/ABOUT/CONTEXT DATA for Protocol, Network, References Co-authored-by: Cursor <cursoragent@cursor.com>
- Add overview, quickstart, and Studio CLI (Get started) - Add Livestream: overview, create/playback, OBS, browser, multistream, clip, health, latency - Add VOD: overview, upload, playback, encrypted assets, thumbnails, transcode - Add Access control: overview, webhooks, JWT - Add Events & analytics: webhooks, listen-to-events, analytics - Add Player & embed and Reference (API overview, SDKs, managing projects) - Update docs.json with new Livepeer Studio nav structure - Add LIVEPEER-STUDIO-V1-INVENTORY-AND-IA.md and LIVEPEER-STUDIO-GAPS-AND-VERACITY.md - Redirect legacy livepeer-studio.mdx to overview Co-authored-by: Cursor <cursoragent@cursor.com>
…l-and-docs feat(platforms): Add full Livepeer Studio section under Platforms
- README with task-to-branch table and how-to for parallel Cursor agents - 18 task briefs (01-18) with Objective, Scope, Deliverables, References - Each brief includes: Branch, First step (git checkout -b), Report path, PR target - reports/ folder for agent completion reports - Agents create their own branch, write report, open PR Co-authored-by: Cursor <cursoragent@cursor.com>
Add docs/PLAN: 18 agent briefs for parallel execution
…get) - README: create branch from docs-v2-preview, open PR into docs-v2-preview - All 18 briefs: First step run from docs-v2-preview; PR target docs-v2-preview Co-authored-by: Cursor <cursoragent@cursor.com>
docs/PLAN: Set docs-v2-preview as main branch in all briefs
- Update CardCarousel.jsx to use theme CSS variables - Replace fallback colors with proper theme variables - Use --card-background, --accent, --border, --text - Update theme-colors.mdx wiki documentation - Document full ThemeData object with all properties - Add Global CSS Variables section documenting style.css - Update color values to match actual implementation - Update best practices section - Add completion report Closes task 05-homogenise-styling
- Audited 77 exports across 27 component files - Identified 24 definitely unused components for removal - Identified 10+ components with low/example-only usage - Found 2 consolidation opportunities (duplicate files) - Documented usage locations for all 58 actively used components
- Update CardCarousel.jsx to use theme CSS variables - Replace fallback colors with proper theme variables - Use --card-background, --accent, --border, --text - Update theme-colors.mdx wiki documentation - Document full ThemeData object with all properties - Add Global CSS Variables section documenting style.css - Update color values to match actual implementation - Update best practices section - Add completion report Closes task 05-homogenise-styling
- Update steps.jsx to use ThemeData for theme-aware colors - Delete obsolete gateways/ folder (duplicate of domain/04_GATEWAYS/) - Fix import reference in data/gateways/index.jsx - Add comprehensive READMEs for each category - Add 12 new example MDX files for components missing examples - Update main components/README.md with full reference
- 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 status: 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
- 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
…riables - Remove ThemeData imports from all component files - Replace ThemeData references with global CSS variables: - var(--accent) for accent colors - var(--hero-text) for hero/title text - var(--text) for body text - var(--muted-text) for muted text - var(--border) for borders - var(--card-background) for card backgrounds - Update steps.jsx to use CSS variables instead of hardcoded colors - Remove ThemeData style blocks from all components - Remove unused ThemeData import from links-examples.mdx - Fix merge conflict in data/gateways/index.jsx
- Create component-library.mdx with full documentation for all custom components - Include live examples with Tabs for each component - Add Mintlify built-ins cheat sheet - Link from documentation-guide.mdx and contribute-to-the-docs.mdx - Update internal components.mdx to link to the library - Add completion report
- 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
- 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
…riables - Remove all ThemeData imports from component files - Replace ThemeData references with global CSS variables: - var(--accent) for accent colors - var(--hero-text) for hero/title text - var(--text) for body text - var(--muted-text) for muted text - var(--border) for borders - var(--card-background) for card backgrounds - Update all components to use global CSS variables directly - Remove ThemeData style blocks from all components - Fix duplicate variable declaration in H1 component - Delete obsolete gateways/ folder (duplicate of domain/04_GATEWAYS/)
…riables - Remove all ThemeData imports from component files - Replace ThemeData references with global CSS variables: - var(--accent) for accent colors - var(--hero-text) for hero/title text - var(--text) for body text - var(--muted-text) for muted text - var(--border) for borders - var(--card-background) for card backgrounds - Update all components to use global CSS variables directly - Remove ThemeData style blocks from all components - Fix duplicate variable declaration in H1 component - Delete obsolete gateways/ folder (duplicate of domain/04_GATEWAYS/)
- Delete duplicate gateways directory (components/gateways/) - All imports now use domain/04_GATEWAYS/callouts.jsx - Updated snippets/data/gateways/index.jsx to use correct import - Updated snippets/snippetsWiki/README.md - Remove duplicate card components from layout/cards.jsx - Removed PostCard, CardColumnsPostLayout, BlogCard, CardBlogDataLayout - Kept only ScrollBox (unique to this file) - Added React imports (useRef, useState, useEffect) for ScrollBox - Update all imports to use content/data.jsx - Updated v2/pages/00_home/home/trending-layout-tests.mdx - Updated snippets/components/layout/examples/cards-examples.mdx All components now have single source of truth.
- 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
- 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
- Overview, quickstart, studio-cli; full Livestream, VOD, access control, events, player, reference - docs.json: full Livepeer Studio nav (Platforms tab) - docs/LIVEPEER-STUDIO-V1-INVENTORY-AND-IA.md, LIVEPEER-STUDIO-GAPS-AND-VERACITY.md - Redirect legacy livepeer-studio.mdx to overview PR #2 merge had only 2 files in-tree; this commit adds the full 28 new pages + nav. Co-authored-by: Cursor <cursoragent@cursor.com>
…ines - Gateways: resolve merge conflicts in code.jsx, flags.jsx, index.jsx, quickstart.jsx (keep upstream, remove stashed duplicates) - About: fix LinkArrow import path (snippets -> /snippets) in livepeer-protocol/overview.mdx - Developers: dev-programs placeholder (Content coming soon), developer-guide JSX fix (> -> />) - AI pipelines: add overview.mdx, byoc.mdx, comfystream.mdx (nav already in docs.json) - Docs: DEVELOPERS/ (nav index, context data, style/copy guides), DRY/MDX/RFP/audit reports Co-authored-by: Cursor <cursoragent@cursor.com>
- Removed duplicate: getting-started/quick-start.mdx (kept root level quickstart.mdx) - Updated placeholder: technical-references/sdks.mdx to point to Studio SDKs - Updated placeholder: technical-references/apis.mdx to point to Studio API - Added API reference structure (71 files) with organized endpoints - Added getting-started structure (2 files: overview, authentication) Total: 98 files in products/livepeer-studio section
- Updated quick-start link to point to root level quickstart.mdx - Updated guides link to point to overview page - All consolidation complete
- Documented all consolidation actions - Identified remaining work (103 files to migrate) - Verified structure and file counts
…vepeer-docs-fork into docs-plan/03-component-library-wiki
Moved 22 guide files from root to guides/ directory: - 17 general guides → guides/ - 3 access-control guides → guides/access-control/ - 1 analytics guide → guides/analytics/ - 1 studio-cli → getting-started/studio-cli.mdx Root level now contains only overview/navigation pages: - overview.mdx (main overview) - quickstart.mdx (quick start) - api-overview.mdx (API intro) - sdks-overview.mdx (SDKs intro) - livestream-overview.mdx (use case overview) - vod-overview.mdx (use case overview) - client-use-cases.mdx (use cases) - livepeer-studio.mdx (redirect) Total: 8 root files (navigation/overview), 21 guide files organized
- Resolved merge conflicts in frameMode.jsx (removed unnecessary <> wrappers) - Updated CSS variables: var(--divider-color) -> var(--border), var(--p-text-color) -> var(--text) - Added CSS globals comment to Portals.jsx - All components now use global CSS variables instead of ThemeData
- Updated all paths to reflect new file structure: - overview/ files moved to overview/ subdirectory - getting-started/ files organized properly - guides/ files moved to guides/ subdirectory - access-control/ files moved to guides/access-control/ - analytics moved to guides/analytics/ - Added API reference overview to Reference section - All navigation paths now match actual file locations
- Comprehensive assessment of all RFP goals from docs-v2-rfp-task-list-and-plan.md - Evaluated Progress Trackers (ii, iii, iv), Planning Overview phases, Req's Task List, and Success Criteria - Identified critical gaps: quickstarts incomplete, migration guides missing, contribution workflow incomplete - Provided prioritized recommendations with timelines - Overall status: 33% fully met, 46% partially met, 21% not met
- Audited all 254 v2 pages referenced in docs.json - Identified 22 missing files - Identified 22 placeholder files (Coming soon, TODO, TBD, WIP) - Identified 172 incomplete files (minimal content, empty sections) - Created comprehensive report with recommendations
- Audited all 254 v2 pages referenced in docs.json - Identified 22 missing files - Identified 22 placeholder files (Coming soon, TODO, TBD, WIP) - Identified 172 incomplete files (minimal content, empty sections) - Created comprehensive report with recommendations
- Identified 100+ files with repeated callout imports - Found duplicate glossary files (01_about vs 07_resources) - Documented 30+ files with 'Broadcaster' deprecation note - Identified API endpoint duplication across 8+ files - Found technical architecture descriptions in 5+ locations - Provided concrete recommendations for consolidation - Linked to existing DRY recommendations document
- Removed component/code repetition sections (not content) - Added exact text duplications (Protocol/Network definitions) - Documented duplicate glossary files (400+ lines) - Identified 30+ files with exact 'Broadcaster' note duplication - Found duplicate actor definitions in 10+ locations - Added API endpoint description duplications - Focused on actual text/paragraph repetition, not code patterns
- Fill in documentation-overview.mdx with ethos, objectives, and user journeys - Complete documentation-guide.mdx with comprehensive navigation and usage instructions - Complete docs-features-and-ai-integrations.mdx with all features and AI capabilities - Complete contribute-to-the-docs.mdx with feedback and contribution pathways - Enhance resources-portal.mdx with links to documentation guide pages All four documentation guide pages now have comprehensive content describing: - Documentation features (tabs, nav, search, AI assistant, feedback) - How to use the site effectively - User journeys and recommended paths - Contribution pathways (technical and non-technical) Task 10 complete.
- Fill in documentation-overview.mdx with ethos, objectives, and user journeys - Complete documentation-guide.mdx with comprehensive navigation and usage instructions - Complete docs-features-and-ai-integrations.mdx with all features and AI capabilities - Complete contribute-to-the-docs.mdx with feedback and contribution pathways - Enhance resources-portal.mdx with links to documentation guide pages All four documentation guide pages now have comprehensive content describing: - Documentation features (tabs, nav, search, AI assistant, feedback) - How to use the site effectively - User journeys and recommended paths - Contribution pathways (technical and non-technical) Task 10 complete.
- Fix extra closing brace in primitives.mdx line 125 - Remove @mintlify/components imports (components are global) - Fix ListSteps import path in layout.mdx
…ng current versions
…t-unused Task 02: Full Audit - Unused Components Report
Task 05: Homogenise styling across repo
…coverage Task 14: V1 to V2 Documentation Coverage Audit
…vepeer-docs-fork into docs-v2-preview
… scripts - Updated component library documentation and pages - Updated plan documentation (03-component-library-wiki) - Added test scripts and workflows for v2 pages - Updated various documentation pages - Cleaned up old plan files Note: Some style guide warnings in documentation examples (prop defaults), not actual code violations. Test files excluded from commit.
- Add Puppeteer-based test script for all v2 pages - Add GitHub Actions workflow to test pages on commits/PRs - Add workflow documentation - Update package.json with test script - Fix technical-architecture.mdx imports for merge compatibility - Add component library updates and plan docs
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.
This PR merges all work from the fork's docs-v2-preview branch, including:
All changes have been tested and are ready for review.