Skip to content

Commit 96dca3b

Browse files
committed
Add Strapi Cloud intro link to footer
1 parent 3dddfc7 commit 96dca3b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docusaurus/docusaurus.config.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,14 +191,18 @@ const config = {
191191
{
192192
title: 'Docs',
193193
items: [
194+
{
195+
label: 'Dev Docs',
196+
to: '/dev-docs/intro',
197+
},
194198
{
195199
label: 'User Guide',
196200
to: '/user-docs/intro',
197201
},
198202
{
199-
label: 'Dev Docs',
200-
to: '/',
201-
},
203+
label: 'Strapi Cloud',
204+
to: '/cloud/intro'
205+
}
202206
],
203207
},
204208
{

0 commit comments

Comments
 (0)