mirror of
https://github.com/supabase/supabase.git
synced 2026-06-08 18:47:20 +08:00
chore: update file storage guide (#37268)
* chore: update file storage guide * doc lints * prettier * Update apps/docs/content/guides/functions/ephemeral-storage.mdx Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> --------- Co-authored-by: Wen Bo Xie <wenbox323@gmail.com> Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
This commit is contained in:
@@ -1443,7 +1443,7 @@ export const functions: NavMenuConstant = {
|
||||
url: undefined,
|
||||
items: [
|
||||
{ name: 'Background Tasks', url: '/guides/functions/background-tasks' },
|
||||
{ name: 'Ephemeral Storage', url: '/guides/functions/ephemeral-storage' },
|
||||
{ name: 'File Storage', url: '/guides/functions/ephemeral-storage' },
|
||||
{ name: 'WebSockets', url: '/guides/functions/websockets' },
|
||||
{ name: 'Custom Routing', url: '/guides/functions/routing' },
|
||||
{ name: 'Wasm Modules', url: '/guides/functions/wasm' },
|
||||
|
||||
Reference in New Issue
Block a user