Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.19 KB

File metadata and controls

42 lines (30 loc) · 1.19 KB

Gigabrain Docs

Documentation for Gigabrain — an AI-powered market intelligence platform for crypto.

Built with Mintlify.

Local Development

  1. Install the Mintlify CLI:
npm i -g mint
  1. Run the docs locally:
mint dev
  1. Open http://localhost:3000 to preview.

Project Structure

├── index.mdx                  # Homepage
├── quickstart.mdx             # User onboarding
├── pricing.mdx                # Subscription tiers
├── core-features/             # Chat, Alpha, Agents
├── guides/                    # Setup guides (agents, integrations, token)
├── developers/                # REST API overview
├── api-reference/             # API endpoint reference
├── ai-tools/                  # Cursor, Claude Code, Windsurf setup
├── support/                   # FAQs, contact, risk disclosure
├── legal/                     # Terms and privacy policy
├── docs.json                  # Navigation and site config
└── style.css                  # Custom styling

Publishing

Push to the default branch. The Mintlify GitHub app deploys automatically.