-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(link): popular guides on home page (#1737)
fix link
- Loading branch information
1 parent
9a33dd2
commit eff1a67
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
export const guides = [ | ||
{ | ||
title: 'Recordings', | ||
subText: 'Get composite and track-level recordings for video on-demand scenarios', | ||
link: '/get-started/v2/get-started/features/recordings/overview' | ||
}, | ||
{ | ||
title: 'Interactive Live Streaming', | ||
subText: 'Learn how to live stream your rooms and interact with viewers', | ||
link: '/concepts/v2/concepts/live-streaming' | ||
link: '/get-started/v2/get-started/features/live-streaming' | ||
}, | ||
{ | ||
title: 'Hand Raise', | ||
subText: 'Learn how to implement hand raise using peer metadata', | ||
link: '/javascript/v2/how--to-guides/build-interactive-features/peer-metadata' | ||
}, | ||
{ | ||
title: 'Recordings', | ||
subText: 'Get composite and track-level recordings for video on-demand scenarios', | ||
link: '/concepts/v2/concepts/recordings' | ||
} | ||
]; | ||
]; |
eff1a67
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
100ms-docs – ./
100ms-docs-git-main-100mslive.vercel.app
100ms-docs.vercel.app
100ms-docs-100mslive.vercel.app
docs.100ms.live