An open API service indexing awesome lists of open source software.

https://github.com/agentcontrol/docs-agent-control

Docs for Agent Control
https://github.com/agentcontrol/docs-agent-control

Last synced: 3 months ago
JSON representation

Docs for Agent Control

Awesome Lists containing this project

README

          

# Agent Control Docs

Documentation site for Agent Control, powered by [Mintlify](https://mintlify.com/).

## Local development

### Prerequisites

- [Node.js](https://nodejs.org/) 18+
- npm (comes with Node.js)

### Install dependencies

```bash
npm install
```

### Run locally

```bash
npm run dev
```

This starts the Mintlify dev server at [http://localhost:3000](http://localhost:3000).

### Check for broken links

```bash
npm run broken-links
```

## Deployment

This site is designed to be connected to its own Mintlify project for deployment.
See [Mintlify deployment docs](https://mintlify.com/docs/quickstart) for setup instructions.