You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- CURSOR_SUMMARY -->
> [!NOTE]
> **Medium Risk**
> Changes rewrite/sitemap behavior for `/docs/sdk-reference` paths,
which can affect production routing and SEO indexing if misconfigured.
Test coverage was added/updated, but incorrect domain/path config could
still cause broken docs links or missing sitemap entries.
>
> **Overview**
> Stops treating the SDK reference as a separately proxied site: removes
`SDK_REFERENCE_DOMAIN` and its middleware rewrite rule, relying on the
main `DOCUMENTATION_DOMAIN` for `/docs/*` rewrites.
>
> Updates sitemap generation to **not include** SDK reference URLs by
introducing `SITEMAP_EXCLUDE_CONFIG` and filtering out excluded path
prefixes when merging external sitemaps; adds a unit test asserting
`/docs/sdk-reference*` is omitted. Integration tests were updated to
assert middleware rewrites send docs traffic (including
`/docs/sdk-reference/*`) to the docs host.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
5181544. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
0 commit comments