Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 646 Bytes

File metadata and controls

35 lines (22 loc) · 646 Bytes

Agent Control Docs

Documentation site for Agent Control, powered by Mintlify.

Local development

Prerequisites

  • Node.js 18+
  • npm (comes with Node.js)

Install dependencies

npm install

Run locally

npm run dev

This starts the Mintlify dev server at http://localhost:3000.

Check for broken links

npm run broken-links

Deployment

This site is designed to be connected to its own Mintlify project for deployment. See Mintlify deployment docs for setup instructions.