@@ -8,8 +8,7 @@ export type NavigationItem = {
8
8
title : string
9
9
}
10
10
11
-
12
- export const navigation : NavigationItem [ ] = [
11
+ export const navigation : NavigationItem [ ] = [
13
12
{
14
13
title : 'Intro to time travel' ,
15
14
href : '/time-travel-intro' ,
@@ -149,7 +148,7 @@ export const navigation: NavigationItem[] = [
149
148
{ title : 'Overview' , href : '/test-runners/overview' , icon : 'overview' } ,
150
149
{
151
150
title : 'Cypress.io' ,
152
- href : '' ,
151
+ href : '/test-runners/cypress-io ' ,
153
152
icon : 'cypress' ,
154
153
links : [
155
154
{
@@ -191,7 +190,7 @@ export const navigation: NavigationItem[] = [
191
190
} ,
192
191
{
193
192
title : 'Playwright' ,
194
- href : '' ,
193
+ href : '/test-runners/playwright/record-your-first-replay ' ,
195
194
icon : 'playwright' ,
196
195
links : [
197
196
{
@@ -202,7 +201,7 @@ export const navigation: NavigationItem[] = [
202
201
{
203
202
title : 'Debugging tests' ,
204
203
href : '/test-runners/playwright/debugging-tests' ,
205
- icon : 'debuggingtests'
204
+ icon : 'debuggingtests' ,
206
205
} ,
207
206
{
208
207
title : 'GitHub actions' ,
@@ -336,7 +335,7 @@ export const navigation: NavigationItem[] = [
336
335
links : [
337
336
{
338
337
title : 'Replay APIs' ,
339
- href : '' ,
338
+ href : '/integrations/replay-apis/graphql-api ' ,
340
339
icon : 'replayapis' ,
341
340
links : [
342
341
{
@@ -358,7 +357,7 @@ export const navigation: NavigationItem[] = [
358
357
} ,
359
358
{
360
359
title : 'Frameworks & libraries' ,
361
- href : '' ,
360
+ href : '/integrations/frameworks-libraries/nextjs ' ,
362
361
icon : 'frameworks' ,
363
362
links : [
364
363
{
@@ -370,7 +369,7 @@ export const navigation: NavigationItem[] = [
370
369
} ,
371
370
{
372
371
title : '3rd Party integrations' ,
373
- href : '' ,
372
+ href : '/integrations/3rd-party-integrations/github-embeds ' ,
374
373
icon : 'integrations' ,
375
374
links : [
376
375
{
0 commit comments