mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 17:00:27 -04:00
eed0f6e7ce
* fix: remove hidden guide pages from render Guide pages hidden from nav are still rendered. This change removes them from both build-time and on-demand rendering. * fix: build llms script The build llms script does not run in an environment where React is available, so it must import from 'common/enabled-features', not from 'common', to avoid errors. * fix: don't render hidden reference pages Similar to guides, but for client SDK references. If a page is hidden from the navigation (its feature flag is toggled off), don't render it at all. This includes (a) at build time, (b) at request time, and (c) at crawler request time. * fix: types