mirror of
https://github.com/supabase/supabase.git
synced 2026-06-06 22:23:54 +08:00
feat: revamp functions.mdx (#38436)
* Update functions.mdx * Feat: add a more deep dive into the architecture (not sure if we should keep video on both) * Update apps/docs/content/guides/functions/architecture.mdx Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update apps/docs/content/guides/functions/architecture.mdx Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update apps/docs/content/guides/functions/architecture.mdx Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update apps/docs/content/guides/functions/architecture.mdx Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update apps/docs/content/guides/functions/architecture.mdx Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update apps/docs/content/guides/functions/architecture.mdx Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update apps/docs/content/guides/functions/architecture.mdx Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update apps/docs/content/guides/functions/architecture.mdx Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update apps/docs/content/guides/functions/architecture.mdx Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update apps/docs/content/guides/functions/architecture.mdx Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update apps/docs/content/guides/functions/architecture.mdx Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update apps/docs/content/guides/functions/architecture.mdx Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update apps/docs/content/guides/functions/architecture.mdx Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update Rule003Spelling.toml * Update Rule003Spelling.toml * Update Rule003Spelling.toml * change videos * Update Rule003Spelling.toml * try to make video smaller * Update functions.mdx --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1440,6 +1440,10 @@ export const functions: NavMenuConstant = {
|
||||
name: 'Development Environment',
|
||||
url: '/guides/functions/development-environment' as `/${string}`,
|
||||
},
|
||||
{
|
||||
name: 'Architecture',
|
||||
url: '/guides/functions/architecture',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user