Skip to content

Docs

Source: github.com/tuist/tuist/tree/main/docs

What it is for

The docs site hosts Tuist’s product and contributor documentation. It is built with VitePress.

How to contribute

Set up locally

bash
cd docs
mise install
mise run dev

Optional generated data

We embed some generated data in the docs:

  • CLI reference data: mise run generate-cli-docs
  • Project manifest reference data: mise run generate-manifests-docs

These are optional. The docs render without them, so only run them when you need to refresh the generated content.

Released under the MIT License.