Welcome to the Tilebox documentation. It hosts the source code for the documentation deployed at docs.tilebox.com.
This repository is built using Mintlify.
- Install the Mintlify CLI to preview the documentation changes locally.
npm i -g mintlify
- Install vale
And then run the following command once to sync the vale styles
vale sync
- Set up pre-commit hooks
pre-commit install
Run the following command at the root of your documentation (where mint.json is)
mintlify dev
To run the vale linter locally, and check for issues, run the following command
vale .
Checking for broken links
mintlify broken-links