mirror of
https://github.com/supabase/supabase.git
synced 2026-05-07 23:19:23 +08:00
* update Support page layout * layout improvements * add command K search in Support Page * use SessionContextProvider for cmdK and update supabase client in www * cleanup * add typed input placeholder to support page * reduce gap in layout * update support page layout, icons, cta hierarchy and copywriting * separate issues and feature requests call to actions * update and cleanup Support page * fix support heading title * update icon color * clean up import * update icon color
10 lines
281 B
TypeScript
10 lines
281 B
TypeScript
export default [
|
|
'How do I restart my database?',
|
|
'How do I get started with Supabase?',
|
|
'How do I run Supabase locally?',
|
|
'How do I connect to my database?',
|
|
'How do I run migrations? ',
|
|
'How do I listen to changes in a table?',
|
|
'How do I set up authentication?',
|
|
]
|