Skip to content

docs: Add webcodecs/get-partial-audio-data to sidebars.ts #5544

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 30, 2025

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Jul 30, 2025

The getPartialAudioData() API documentation page was missing from the sidebar navigation in the Docusaurus configuration, making it inaccessible through the normal documentation navigation flow.

This PR adds the missing entry 'webcodecs/get-partial-audio-data' to the @remotion/webcodecs section in packages/docs/sidebars.ts, positioning it immediately after 'webcodecs/convert-audiodata' as requested.

The documentation page itself already exists at packages/docs/docs/webcodecs/get-partial-audio-data.mdx with proper frontmatter and content, but was simply not included in the sidebar configuration.

With this change, users will now be able to navigate to the getPartialAudioData() documentation through the sidebar menu at https://www.remotion.dev/docs/webcodecs/get-partial-audio-data.

Fixes #5543.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copy link

vercel bot commented Jul 30, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
bugs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 30, 2025 8:25am
remotion ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 30, 2025 8:25am

@Copilot Copilot AI changed the title [WIP] https://www.remotion.dev/docs/webcodecs/get-partial-audio-data is not in sidebars.ts docs: Add webcodecs/get-partial-audio-data to sidebars.ts Jul 30, 2025
@Copilot Copilot AI requested a review from JonnyBurger July 30, 2025 08:25
Copilot finished work on behalf of JonnyBurger July 30, 2025 08:25
@JonnyBurger JonnyBurger marked this pull request as ready for review July 30, 2025 08:27
@JonnyBurger JonnyBurger merged commit 98d4585 into main Jul 30, 2025
20 of 22 checks passed
@JonnyBurger JonnyBurger deleted the copilot/fix-5543 branch July 30, 2025 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

https://www.remotion.dev/docs/webcodecs/get-partial-audio-data is not in sidebars.ts
2 participants