Skip to content

Commit a4ae2f1

Browse files
committed
Reorder Cloud Docs header menu
1 parent 57a37c9 commit a4ae2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gatsby-node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,11 @@ const topLevelLinks = [
194194
label: 'Cloud Docs',
195195
to: '/cloud/',
196196
submenu: [
197-
{ label: 'k6 Cloud', to: `/cloud/` },
198197
{
199198
label: 'Grafana Cloud k6',
200199
to: 'https://grafana.com/docs/grafana-cloud/k6',
201200
},
201+
{ label: 'k6 Cloud', to: `/cloud/` },
202202
],
203203
},
204204
{

0 commit comments

Comments
 (0)