Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 485 Bytes

File metadata and controls

30 lines (20 loc) · 485 Bytes

Dataleap Docs

This repository contains the end-user documentation site for Dataleap, built with Mintlify.

Development

Install the Mintlify CLI if you do not already have it:

npm i -g mint

Run the local preview:

mint dev

Useful checks:

mint broken-links
mint validate

Structure

  • docs.json configures the site navigation and branding.
  • *.mdx files define the docs pages.
  • images/ stores static assets used in documentation.