mirror of
https://github.com/supabase/supabase.git
synced 2026-06-20 18:26:00 +08:00
docs contributing layout (#33833)
* contributing layout * contributing layout mobile * gap * Update apps/docs/app/contributing/ContributingToC.tsx Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> * Update apps/docs/app/contributing/ContributingToC.tsx Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> * add missing menu entry * remove feedback anchor from toc * cleanup * sheet height * sheet height * breadcrumb --------- Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9b34521bed
commit
64ad37a09b
@@ -1953,6 +1953,13 @@ export const local_development: NavMenuConstant = {
|
||||
],
|
||||
}
|
||||
|
||||
export const contributing: NavMenuConstant = {
|
||||
icon: 'contributing',
|
||||
title: 'Contributing',
|
||||
url: '/contributing',
|
||||
items: [{ name: 'Overview', url: '/contributing' }],
|
||||
}
|
||||
|
||||
export const MIGRATION_PAGES: Partial<NavMenuSection & ComponentProps<typeof IconPanel>>[] = [
|
||||
{
|
||||
name: 'Auth0',
|
||||
|
||||
Reference in New Issue
Block a user