Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 755 Bytes

File metadata and controls

26 lines (18 loc) · 755 Bytes

AnyAPI docs

The documentation site for AnyAPIany API, one wallet, USD, no subscriptions. Built with Mintlify and deployed automatically on push to main.

Structure

  • docs.json — site config: theme, navigation, branding.
  • *.mdx — content pages (index, quickstart, mcp).
  • openapi.json — API reference spec, generated from the gateway registry (see CLAUDE.md).
  • logo/, favicon.svg, styles.css — AnyAPI brand assets.

See CLAUDE.md / AGENTS.md for writing conventions and brand rules.

Local preview

npm i -g mint
mint dev          # http://localhost:3000

Publishing

Pushing to main deploys to production via the Mintlify GitHub app.