Skip to content

Commit 534c300

Browse files
ChrisChinchillagithub-actions[bot]charislamstylessh
authored
docs: SSR overhaul combined client page PoC (supabase#38405)
* Draft begins * Starte SvelteKit * Changes * Consolidate creating a client * Final draft * Update apps/docs/content/guides/auth/server-side/creating-a-client.mdx Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update apps/docs/content/guides/auth/server-side/creating-a-client.mdx Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Rework and simplify * Update apps/docs/content/guides/auth/server-side/creating-a-client.mdx Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update apps/docs/content/guides/auth/server-side/creating-a-client.mdx Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update apps/docs/content/guides/auth/server-side/creating-a-client.mdx Co-authored-by: Charis <[email protected]> * improve spacing * last * Simplify example * Prettier * Fix hono, remove old pages, and add redirects * Remove from menu * Update apps/docs/content/guides/auth/server-side/creating-a-client.mdx Co-authored-by: Charis <[email protected]> * Changes --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Charis <[email protected]> Co-authored-by: Alan Daniel <[email protected]>
1 parent f10f76e commit 534c300

File tree

86 files changed

+1453
-2141
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+1453
-2141
lines changed

apps/docs/components/Navigation/NavigationMenu/NavigationMenu.constants.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -712,12 +712,6 @@ export const auth: NavMenuConstant = {
712712
name: 'Server-Side Rendering',
713713
url: '/guides/auth/server-side',
714714
items: [
715-
{ name: 'Overview', url: '/guides/auth/server-side' },
716-
{ name: 'Next.js guide', url: '/guides/auth/server-side/nextjs' },
717-
{
718-
name: 'SvelteKit guide',
719-
url: '/guides/auth/server-side/sveltekit' as `/${string}`,
720-
},
721715
{ name: 'Creating a client', url: '/guides/auth/server-side/creating-a-client' },
722716
{
723717
name: 'Migrating from Auth Helpers',

0 commit comments

Comments
 (0)