Skip to content

docs: fix GCS overview page 500 error#617

Merged
ysolanky merged 1 commit intomainfrom
fix/gcs-overview-500
Apr 15, 2026
Merged

docs: fix GCS overview page 500 error#617
ysolanky merged 1 commit intomainfrom
fix/gcs-overview-500

Conversation

@ysolanky
Copy link
Copy Markdown
Member

Summary

  • Fixed malformed <Snippet /> usage on database/providers/gcs/overview.mdx:42 that broke MDX parsing and caused the page to return 500. Trailing text - see full example [here](...) was glued to the same line as the self-closing tag with no final newline.
  • Audited all other <Snippet /> usages across active docs — no other occurrences of this pattern.

Test plan

  • Verify /database/providers/gcs/overview loads in Mintlify preview
  • Confirm the params snippet renders and the "full example" link works

🤖 Generated with Claude Code

The Snippet tag had trailing text glued to the same line with no final newline, which broke MDX parsing and caused /database/providers/gcs/overview to return 500.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@mintlify
Copy link
Copy Markdown

mintlify Bot commented Apr 15, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
agno 🟢 Ready View Preview Apr 15, 2026, 3:21 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@ysolanky ysolanky merged commit cb20eb0 into main Apr 15, 2026
4 checks passed
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.

1 participant