This repository contains the documentation for the D-Sports fan engagement platform, published at docs.d-sports.org.
It covers:
- Getting started — Quickstart, local development, and the ecosystem overview of our four repositories
- Repositories — d-sports-api, d-sports-site, d-sports-engage-native, d-sports-mic-d-up
- API reference — Introduction and endpoint examples for the d-sports-api backend
- Docs configuration and Writing D-Sports docs — How we configure and write these docs (docs.json, MDX, AGENTS.md)
- Install the Mintlify CLI:
npm i -g mint - In this repo root (where
docs.jsonis), run:mint dev - Open http://localhost:3000 to preview.
Changes are deployed to docs.d-sports.org automatically when you push to the default branch (with the Mintlify GitHub app connected).
To use Cursor, Claude Code, or Windsurf with this repo:
npx skills add https://mintlify.com/docsSee the AI assistants section in the docs for Cursor, Claude Code, and Windsurf setup. The repo’s AGENTS.md defines D-Sports terminology, style, and a Mintlify MDX quick reference.
- Live docs: docs.d-sports.org
- Mintlify docs: mintlify.com/docs