Skip to content

Commit 0f8af1e

Browse files
committed
Add 'Presences' link to the API reference navigation
1 parent 0f1846c commit 0f8af1e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/routes/docs/references/+layout.svelte

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@
100100
icon: 'icon-user-circle',
101101
href: `${prefix}/avatars`
102102
},
103+
{
104+
label: 'Presences',
105+
icon: 'icon-status-online',
106+
href: `${prefix}/presences`
107+
},
103108
{
104109
label: 'Project',
105110
icon: 'icon-cube',

0 commit comments

Comments
 (0)