Source for docs.smartcheckpoints.xyz, built on Mintlify.
index.mdx Introduction
quickstart.mdx Server to first violation
concepts/ The graph model, enforcement, distance drivers, data quality
reference/ REST API, realtime events, driver protocol, the map bridge,
the console, data model
docs.json Navigation, theme, fonts, footer
style.css Mono font, applied on top of the docs.json theme
logo/ Lockups for the light and dark navbar
npm i -g mint
mint devRun it from this directory, where docs.json lives. The preview is on
http://localhost:3000.
Changes deploy automatically when they land on the default branch, through the Mintlify GitHub app.
Every protocol and schema detail here is documented against the code in
server and
driver-osrm, not against a
spec. The driver protocol is v2; the REST, realtime, and storage references
track server.js, database.js, api-key-manager.js, and diagnostics.js.
When any of them changes, the reference pages change with it.