Skip to content

Commit 780fa05

Browse files
committed
feat: branch.io
1 parent a637ae2 commit 780fa05

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

.vitepress/config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ export default defineConfig({
9999
{ text: 'Smartlook', link: '/plugins/smartlook' },
100100
],
101101
},
102+
{
103+
text: 'Deep Linking & Attribution',
104+
items: [
105+
{ text: 'Branch.io', link: '/plugins/branch' },
106+
],
107+
},
102108
{
103109
text: 'Customer Support',
104110
items: [

.vitepress/theme/PluginsHome.vue

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,15 @@ const plugins = [
133133
href: '/plugins/aptabase',
134134
featured: false,
135135
},
136+
{
137+
name: '@nstudio/nativescript-branch',
138+
title: 'Branch.io',
139+
description: 'Deep linking, mobile attribution, and analytics.',
140+
icon: '🔗',
141+
gradient: 'from-green-600 to-teal-600',
142+
href: '/plugins/branch',
143+
featured: false,
144+
},
136145
{
137146
name: '@nstudio/nativescript-auth0',
138147
title: 'Auth0',

0 commit comments

Comments
 (0)