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
main (3833c91) builds clean (bun run type-check && bun run build, all pages prerender) and the content has been reconciled with the real 0.1.2 CLI: leaked sk_test key removed, sidebar examples rewritten to real commands, trust pin syntax, auths-dev branding, honest 🚧 stubs.
But the app is not deployed: docs.auths.dev currently serves the mkdocs site from the main auths repo, and there is no Vercel project for this repo (auths-docs.vercel.app is 404, no .vercel/ config, no deploy workflow).
To do
Create a Vercel project for auths-dev/auths-docs (framework: Next.js; install bun install, build bun run build), production branch main.
Decide the domain story — either:
point docs.auths.dev at this project (and decide what happens to the mkdocs site), or
give this app its own subdomain and keep mkdocs where it is.
(auths.dev zone is on Vercel DNS, so a CNAME/alias is a one-liner.)
Smoke-check after first deploy: /, /docs/quickstart, /docs/authentication, /docs/reference/cli all 200; homepage CTA points at /docs/quickstart.
Once subpages are live, the CLI's parked deep links (AU-6) can be restored to point at real URLs.
Current state
main(3833c91) builds clean (bun run type-check && bun run build, all pages prerender) and the content has been reconciled with the real 0.1.2 CLI: leaked sk_test key removed, sidebar examples rewritten to real commands,trust pinsyntax, auths-dev branding, honest 🚧 stubs.docs.auths.devcurrently serves the mkdocs site from the mainauthsrepo, and there is no Vercel project for this repo (auths-docs.vercel.appis 404, no.vercel/config, no deploy workflow).To do
auths-dev/auths-docs(framework: Next.js; installbun install, buildbun run build), production branchmain.docs.auths.devat this project (and decide what happens to the mkdocs site), or(
auths.devzone is on Vercel DNS, so a CNAME/alias is a one-liner.)/,/docs/quickstart,/docs/authentication,/docs/reference/cliall 200; homepage CTA points at/docs/quickstart.