docs: cross-link the three Supabase pages - #698
Open
rivaldorose wants to merge 1 commit into
Open
Conversation
The get started guide, the connection page and the tutorial each cover Supabase for a different purpose, but none of them referenced the other two. Readers had to go through all three to be sure they were not missing anything. Add a short callout to each page pointing to the other two, so it is clear up front what each page covers. Closes #4949
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #4949
Problem
Supabase is covered on three pages:
None of them link to the other two, so as #4949 puts it, you end up reading all three to be sure one doesn't contain something the others don't.
Approach
The three pages aren't really duplicates — they serve different purposes (quickstart / connection reference / full tutorial), and the same split exists for the other providers. So rather than merging them, this PR makes the split visible: each page gets a short callout explaining what it covers and linking to the other two.
This keeps existing URLs intact and follows the
<Callout>pattern already used elsewhere in the docs.Changes
Three files, +12 lines, no deletions:
get-started/supabase-new.mdxpg/connect-supabase.mdxtutorials/drizzle-with-supabase.mdxVerification
pnpm test— 29/29 passingpnpm build(astro check && astro build) — clean, 769 pages builtHappy to adjust the wording, or to close this if you'd rather consolidate the pages instead.