Skip to content

Commit e698a0c

Browse files
Update FooterNav.svelte
1 parent 58876df commit e698a0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/components/FooterNav.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
{ label: 'Functions', href: '/products/functions' },
3838
{ label: 'Messaging', href: '/products/messaging' },
3939
{ label: 'Storage', href: '/products/storage' },
40-
{ label: 'Realtime', href: '/docs/apis/realtime' }
40+
{ label: 'Realtime', href: '/docs/apis/realtime' },
41+
{ label: 'The Appwrite Network', href: '/docs/products/network' }
4142
],
4243
Learn: [
4344
{ label: 'Docs', href: '/docs' },

0 commit comments

Comments
 (0)