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
Shiki language whitelist — normalize_code_fence_languages in post_processors.py now falls back to plaintext for any code fence language not included in Shiki's default bundle (e.g. promql, hql, cel). Previously these caused ShikiError build failures during next build.
DocsPage prev/next props removed — scaffold template no longer passes prev/next props that were removed in recent fumadocs releases, fixing TypeScript compile errors on fresh site builds.