mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-21 00:21:27 +00:00
39 lines
947 B
Text
39 lines
947 B
Text
---
|
|
title: "Cursor setup"
|
|
description: "Configure Cursor for your documentation workflow"
|
|
icon: "arrow-pointer"
|
|
---
|
|
|
|
Set up Cursor to help you write and maintain your Mintlify documentation.
|
|
|
|
## Prerequisites
|
|
|
|
- Cursor editor installed
|
|
|
|
## Setup
|
|
|
|
<Steps>
|
|
<Step title="Open your docs directory in Cursor">
|
|
Open the root of your documentation repository where `docs.json` is located.
|
|
</Step>
|
|
|
|
<Step title="Install the Mintlify skill">
|
|
In the integrated terminal, run:
|
|
|
|
```bash
|
|
npx skills add https://mintlify.com/docs
|
|
```
|
|
|
|
This gives Cursor Mintlify's component reference, writing standards,
|
|
and workflow guidance.
|
|
</Step>
|
|
|
|
<Step title="Customize project instructions">
|
|
Edit `AGENTS.md` in your project root to add project-specific terminology,
|
|
style preferences, and content boundaries.
|
|
</Step>
|
|
|
|
<Step title="Start writing with Cursor">
|
|
Open a file and use Cursor's AI features to draft and edit documentation.
|
|
</Step>
|
|
</Steps>
|