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
docs(gate): use absolute GitHub URLs for repo-source links
The new release-gate docs page linked to in-repo source (workflow, cmd/release-gate,
internal/gatereport, cmd/mcpfixture, scripts/gate, tests/oauthserver, spec.md, audit
test) via ../../ relative paths. Docusaurus resolves those as internal site links,
fails its broken-link check, and reds the Documentation build + Cloudflare Pages
deploy. Point them at absolute github.com blob/tree URLs so they are treated as
external links and rendered correctly.
reused as a Docker image via [`scripts/gate/build-fixture-image.sh`](https://github.com/smart-mcp-proxy/mcpproxy-go/blob/main/scripts/gate/build-fixture-image.sh))
14
+
and [`tests/oauthserver`](https://github.com/smart-mcp-proxy/mcpproxy-go/tree/main/tests/oauthserver) (mock OAuth 2.1 + PKCE IdP).
0 commit comments