Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SGM-6270 - V2 Homepage updates #6276

Merged
merged 5 commits into from
May 26, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: add learn more link
  • Loading branch information
gitstart-sourcegraph committed May 26, 2023
commit 76b6993d97ce0747155b061ab4fc45aa894323e6
8 changes: 4 additions & 4 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,25 +114,25 @@ const carouselVideos = [
title: 'Code Fixup',
description: 'Cody edits and improves code directly using inline instructions.',
video: 'https://storage.googleapis.com/sourcegraph-assets/website/Product%20Animations/cody-fixup-may2023.mp4',
link: '',
link: '/cody',
},
{
title: 'Context-aware chat',
description: 'Cody can explain what code is doing—at a high level or in detail.',
video: 'https://storage.googleapis.com/sourcegraph-assets/website/Product%20Animations/cody-web-chat-may2023.mp4',
link: '',
link: '/cody',
},
{
title: 'Completion',
description: 'Cody offers code completions in real time as you code or type comments.',
video: 'https://storage.googleapis.com/sourcegraph-assets/website/Product%20Animations/cody-completion-may2023.mp4',
link: '',
link: '/cody',
},
{
title: 'Recipes',
description: 'Generate unit tests, summarize changes, or create docs with prebuilt recipes.',
video: 'https://storage.googleapis.com/sourcegraph-assets/website/Product%20Animations/cody-unit-test-may2023.mp4',
link: '',
link: '/cody',
}
]

Expand Down
Loading