Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 726 Bytes

File metadata and controls

15 lines (13 loc) · 726 Bytes
title Docs Workspace
description Mintlify source files and contributor docs for Gas City.

This directory is the source of truth for the Gas City documentation site.

  • Mintlify configuration lives in docs.json.
  • The published docs home page is index.mdx.
  • Downloadable schema artifacts live under reference/schema/: supervisor OpenAPI, gc events JSONL, and city.toml JSON Schema.
  • The contributor guide to the docs tree (taxonomy, naming, registration, generated pages, gates) is engdocs/contributors/docs-organization.md.
  • Preview locally from the repo root with ./mint.sh dev (Mintlify currently requires Node 22/24 LTS, not Node 25+).
  • Run link checks with make check-docs.