Skip to main content

Documentation Index

Fetch the complete documentation index at: https://na-36-merge-docs-v2-dev-draft-into-docs-v2-clean-20260525.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Data Integration Pipeline

Gate: P5/P5-auto (scheduled with auto-commit) + P6 (manual dispatch) Trigger: Cron schedules (weekly), repository_dispatch, workflow_dispatch Workflows: integrator-copy-update-*.yml + integrator-maintenance-update-*.yml

Overview: what feeds into the docs


Feed schedule

FeedWorkflowScheduleSourceOutput
Discord announcementsintegrator-copy-update-discord-data.ymlWeeklyDiscord API (bot token)snippets/data/social-feeds/discordAnnouncementsData.jsx
YouTube videosintegrator-copy-update-youtube-data.ymlWeeklyYouTube Data APIsnippets/data/social-feeds/youtubeData.jsx
GitHub activityintegrator-copy-update-github-data.ymlWeeklyGitHub APIsnippets/data/social-feeds/githubData.jsx
Forum postsintegrator-copy-update-forum-data.ymlWeeklyForum APIsnippets/data/social-feeds/forumData.jsx
Ghost blogintegrator-copy-update-ghost-blog-data.ymlWeeklyRSS (blog.livepeer.org)snippets/data/social-feeds/ghostBlogData.jsx
RSS blogsintegrator-copy-update-rss-blog-data.ymlWeeklyExternal RSS feedssnippets/data/social-feeds/rssData.jsx
Changelogsintegrator-copy-update-changelogs.ymlWeekly MondayGitHub/GitLab Releasessnippets/data/changelogs/{product}/CHANGELOG.json
Contract addressesintegrator-maintenance-update-contract-addresses.ymlOn-demandBlockchain RPC + Etherscansnippets/data/contract-addresses/*.json
Release versionintegrator-maintenance-update-release-version.ymlOn-demandGitHub Releases (go-livepeer)snippets/data/globals/latestRelease.jsx
Translationsintegrator-copy-update-translations.ymlOn-demandOpenRouter LLM APIv2/{language}/**/*.mdx
Large assetsintegrator-maintenance-update-large-assets.ymlManualGit historyBranch migration logs

Freshness monitoring

Monitored files:
  • snippets/data/social-feeds/ghostBlogData.jsx
  • snippets/data/social-feeds/discordAnnouncementsData.jsx
  • snippets/data/social-feeds/forumData.jsx
  • snippets/data/social-feeds/youtubeData.jsx
  • snippets/data/showcase-feed/showcaseData.jsx
  • snippets/data/globals/latestRelease.jsx

Contract addresses pipeline (detailed)


Gaps

  • No auto-retrigger for stale feeds: Freshness monitor creates issues but does not re-dispatch the integrator workflow. Manual intervention required
  • Social feed scripts in wrong location: .github/scripts/fetch-*.js marked for migration to operations/scripts/ per D-ACT-06 but not yet moved
  • Translation pipeline manual only: No scheduled periodic re-translation check. No webhook for upstream source changes
  • Contract addresses workflow never dispatched on production branch: Exists only on docs-v2-dev. Must be cherry-picked to docs-v2 for live use (flagged P0)
Last modified on May 26, 2026