Official documentation for Shannon - Production AI Agent Orchestration Platform.
This repository contains the Mintlify-based documentation for Shannon. Visit the live site at https://docs.shannon.run.
- Node.js 18+ and npm
- Mintlify CLI
# Install Mintlify CLI globally
npm i -g mint
# Start local development server
mint dev
# The site will be available at http://localhost:3000 (or next available port)Main configuration file for the Mintlify site:
- Theme and branding
- Navigation structure
- Tab configuration
- External links
- Create a new
.mdxfile in the appropriate directory - Add frontmatter with
titleanddescription - Reference the page in
mint.jsonnavigation - Test locally with
mint dev
Example:
---
title: "Page Title"
description: "Short description for SEO"
---
## Content starts here
Your markdown and MDX components...