Skip to content

Commit

Permalink
Update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitvinnakota-codecov committed Oct 30, 2024
1 parent ccdc514 commit b599966
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
5 changes: 2 additions & 3 deletions src/pages/CodecovAIPage/InstallCodecovAI/InstallCodecovAI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ const InstallCodecovAI: React.FC = () => {
<Card.Content>
To enable the Codecov AI assistant in your GitHub organization, or on
specific repositories, you need to install the Codecov AI GitHub App
Integration. This will allow the assistant to analyze pull requests,
provide insights, and generate new tests to help increase your code
coverage.
Integration. This will allow the assistant to analyze pull requests
and provide insights.
<div className="mt-4 flex">
<Button
to={{
Expand Down
5 changes: 3 additions & 2 deletions src/pages/CodecovAIPage/LearnMoreBlurb/LearnMoreBlurb.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ function LearnMoreBlurb() {
<p>
Visit our guide to{' '}
<A
to={{ pageName: 'quickStart' }}
hook="coverage-onboarding-learn-more"
to={{ pageName: 'codecovAIDocs' }}
hook="codecov-ai-docs-link"
data-testid="codecov-ai-docs-link"
isExternal={true}
>
learn more
Expand Down
6 changes: 6 additions & 0 deletions src/services/navigation/useNavLinks/useStaticNavLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -513,5 +513,11 @@ export function useStaticNavLinks() {
isExternalLink: true,
openNewTab: true,
},
codecovAIDocs: {
text: 'Codecov AI Documentation',
path: () => `https://docs.codecov.com/docs/beta-codecov-ai`,
isExternalLink: true,
openNewTab: true,
},
}
}

0 comments on commit b599966

Please sign in to comment.