Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 4 additions & 0 deletions agent/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Use the agent to:
- Answer questions about your docs and technical writing topics.
- Address code review feedback to maintain documentation quality.
- Capture knowledge from Slack conversations and pull requests before it gets lost.
- Delegate documentation issues from Linear directly to the agent.
- Navigate and coordinate changes across multiple files and directories efficiently.

## Connect your GitHub account
Expand All @@ -45,6 +46,9 @@ The agent can only access repositories that you connect through the Mintlify Git
<Card title="Connect Slack" horizontal icon="slack" href="/agent/slack">
Add the agent to your Slack workspace.
</Card>
<Card title="Connect Linear" horizontal icon="link" href="/agent/linear">
Connect the agent to your Linear workspace.
</Card>
<Card title="Customize behavior" horizontal icon="wrench" href="/agent/customize">
Configure the agent with an `AGENTS.md` file.
</Card>
Expand Down
26 changes: 26 additions & 0 deletions agent/linear.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: "Connect the agent to Linear"
description: "Use the agent with Linear to delegate documentation issues and keep your docs up to date from your project management workflow."
keywords: ["Linear integration", "Linear agent", "project management", "issue tracking", "agent integration"]
---

<Info>
The Linear integration is currently available as a feature flag. Contact your Mintlify account team to enable it.
</Info>

## Connect your Linear workspace

Check warning on line 11 in agent/linear.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

agent/linear.mdx#L11

'Connect your Linear workspace' should use sentence-style capitalization.

1. Open the agent panel in your dashboard.
2. Click the **Settings** button.
3. In the Linear integration section, click **Install Linear app**.
4. Follow the Linear prompts to authorize the Mintlify app for your workspace.
5. After authorization, you are redirected back to your dashboard with a confirmation message.

Check warning on line 17 in agent/linear.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

agent/linear.mdx#L17

In general, use active voice instead of passive voice ('are redirected').

Once connected, the agent settings page shows the name of your linked Linear workspace and a **Connected** badge.

## Disconnect Linear

Check warning on line 21 in agent/linear.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

agent/linear.mdx#L21

'Disconnect Linear' should use sentence-style capitalization.

1. Open the agent panel in your dashboard.
2. Click the **Settings** button.
3. In the Linear integration section, click **Disconnect**.
4. Confirm the disconnection in the modal. This removes the integration and all associated settings.
1 change: 1 addition & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
"root": "agent/index",
"pages": [
"agent/slack",
"agent/linear",
"agent/workflows",
"agent/customize",
"agent/effective-prompts",
Expand Down
Loading