Skip to content
Open
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
9 changes: 3 additions & 6 deletions fern/docs/core-concepts/context-sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,16 @@ Context sources are **optional** but highly recommended. They can improve the qu
## Available Context Sources

<CardGroup cols={2}>
<Card title="Linear" icon="fa-solid fa-circle" href="/docs/integrations/linear-integration">
<Card title="Linear" href="/docs/integrations/linear-integration">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please see if there is a better icon we can use here

Access Linear issues, projects, and team workflows for project management context
</Card>

<Card title="Jira" icon="fa-brands fa-jira" href="/docs/integrations/jira-integration">
<Card title="Jira" href="/docs/integrations/jira-integration">
Query Jira tickets and project data using JQL search capabilities
</Card>

<Card title="Slack" icon="brands slack" href="/docs/integrations/slack-integration">
Search Slack conversations and threads for team discussions and decisions
</Card>
Comment on lines 24 to 26
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Promptless can you add this slack card back in?


<Card title="GitHub" icon="brands github" href="/docs/integrations/github-integration">
<Card title="GitHub" href="/docs/integrations/github-integration">
Analyze code repositories, issues, and pull request discussions for technical context
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please evaluate this card text, and find something more clear to say here

</Card>
</CardGroup>
Expand Down