Skip to content

tilebox/docs

Repository files navigation

Tilebox Documentation

Welcome to the Tilebox documentation. It hosts the source code for the documentation deployed at docs.tilebox.com.

This repository is built using Mintlify.

Setting up your local environment

  1. Install the Mintlify CLI to preview the documentation changes locally.
npm i -g mintlify
  1. Install vale

And then run the following command once to sync the vale styles

vale sync
  1. Set up pre-commit hooks
pre-commit install

Previewing changes

Run the following command at the root of your documentation (where mint.json is)

mintlify dev

Checking for issues

To run the vale linter locally, and check for issues, run the following command

vale .

Checking for broken links

mintlify broken-links