Skip to content

Commit fa90609

Browse files
authored
feat: add Docus to products (#2024)
1 parent d122f2f commit fa90609

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

app/assets/icons/docus.svg

Lines changed: 3 additions & 0 deletions
Loading

app/composables/useNavigation.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@ function _useHeaderLinks() {
111111
description: 'Deploy & manage full-stack Nuxt apps that scale.',
112112
icon: 'i-lucide-rocket',
113113
target: '_blank'
114+
}, {
115+
label: 'Docus',
116+
to: 'https://docus.dev/?utm_source=nuxt-website&utm_medium=header',
117+
description: 'Write beautiful docs with Markdown',
118+
icon: 'i-custom-docus',
119+
target: '_blank'
114120
}]
115121
}, {
116122
label: 'Enterprise',
@@ -172,6 +178,10 @@ const footerLinks = [{
172178
label: 'NuxtHub',
173179
to: 'https://hub.nuxt.com/?utm_source=nuxt-website&utm_medium=footer',
174180
target: '_blank'
181+
}, {
182+
label: 'Docus',
183+
to: 'https://docus.dev/?utm_source=nuxt-website&utm_medium=footer',
184+
target: '_blank'
175185
}]
176186
}, {
177187
label: 'Enterprise',

0 commit comments

Comments
 (0)