File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,12 @@ function _useHeaderLinks() {
111
111
description : 'Deploy & manage full-stack Nuxt apps that scale.' ,
112
112
icon : 'i-lucide-rocket' ,
113
113
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'
114
120
} ]
115
121
} , {
116
122
label : 'Enterprise' ,
@@ -172,6 +178,10 @@ const footerLinks = [{
172
178
label : 'NuxtHub' ,
173
179
to : 'https://hub.nuxt.com/?utm_source=nuxt-website&utm_medium=footer' ,
174
180
target : '_blank'
181
+ } , {
182
+ label : 'Docus' ,
183
+ to : 'https://docus.dev/?utm_source=nuxt-website&utm_medium=footer' ,
184
+ target : '_blank'
175
185
} ]
176
186
} , {
177
187
label : 'Enterprise' ,
You can’t perform that action at this time.
0 commit comments