Bug
docs/base-account/guides/verify-social-accounts.mdx line 435 links to /apps/introduction/overview which returns 404 on the live site.
Steps to reproduce:
- Visit https://docs.base.org/base-account/guides/verify-social-accounts
- Scroll to the end — click 'Apps overview' link
- Gets 404
Root cause:
docs/apps/introduction/overview.mdx has hidden: true in frontmatter so it is not publicly accessible.
Fix:
Replace /apps/introduction/overview with /apps which returns 200.
Affected file:
docs/base-account/guides/verify-social-accounts.mdx line 435
Bug
docs/base-account/guides/verify-social-accounts.mdxline 435 links to/apps/introduction/overviewwhich returns 404 on the live site.Steps to reproduce:
Root cause:
docs/apps/introduction/overview.mdxhashidden: truein frontmatter so it is not publicly accessible.Fix:
Replace
/apps/introduction/overviewwith/appswhich returns 200.Affected file:
docs/base-account/guides/verify-social-accounts.mdxline 435