feat(platforms): Add full Livepeer Studio section under Platforms#2
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>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a1a7608794
ℹ️ 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".
| filename="aiModels.json" | ||
| /> | ||
|
|
||
| See [AI pipelines](../advanced-setup/ai-pipelines) and [Developers BYOC](/developers/ai-inference-on-livepeer/byoc) for full AI setup. |
There was a problem hiding this comment.
Use correct relative path for AI pipelines link
This page is nested under setting-up-an-orchestrator/setting-up-an-orchestrator, so ../advanced-setup/ai-pipelines resolves to a non-existent path (.../setting-up-an-orchestrator/advanced-setup/...) instead of the real advanced setup page. As written, users who click the “AI pipelines” link from this doc will hit a 404 and miss the intended setup guidance.
Useful? React with 👍 / 👎.
| See [Offchain Labs docs](https://developer.offchainlabs.com/docs/running_node). Then: | ||
|
|
||
| <CustomCodeBlock | ||
| codeString={`livepeer -network mainnet -ethUrl http://localhost:8545`} |
There was a problem hiding this comment.
Use Arbitrum network flag in self-hosted example
In a page dedicated to connecting to Arbitrum, the self-hosted command uses -network mainnet while the “Supported networks” section in the same file specifies Arbitrum production as -network arbitrum-one-mainnet. This inconsistency makes the copy-paste path point operators at a different network than the documented target, which can derail setup and troubleshooting.
Useful? React with 👍 / 👎.
- 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>
Summary
Adds the full Livepeer Studio section under Platforms → Products, with content migrated from v1 and a new IA.
Changes
livepeer-studio.mdxupdated to redirect to overviewNote
This branch (
feature/orchestrators-v2-fill-and-docs) may include other work. If you prefer a Studio-only PR, we can open a new branch from default with only the Studio files anddocs.jsonnav change.Made with Cursor
Note
Low Risk
Primarily adds new internal markdown documentation and updates ignore lists; only functional change is a small docs navigation path fix.
Overview
Adds internal documentation for the About section, including a page index (
00-NAV-AND-PAGE-INDEX.md), a detailed 2026 copy review checklist (ABOUT-SECTION-COPY-REVIEW.md), and an About-specific style guide (ABOUT-SECTION-STYLE-GUIDE.md).Introduces a large set of About context data markdown sources under
docs/ABOUT/CONTEXT DATA/(Protocol/Network/Resources references) to support future content updates and accuracy checks, and updates.mintignoreto exclude these internal/context directories (and_contextData_) from publication/MDX parsing.Fixes an About navigation path in
docs.jsonby removing the stray?from thelivepeer-network/interfacespage reference.Written by Cursor Bugbot for commit a1a7608. This will update automatically on new commits. Configure here.