Docs
Docs {#docs}
Section titled “Docs {#docs}”Source: github.com/tuist/tuist/tree/main/docs
What it is for {#what-it-is-for}
Section titled “What it is for {#what-it-is-for}”The docs site hosts Tuist’s product and contributor documentation. It is built with VitePress.
How to contribute {#how-to-contribute}
Section titled “How to contribute {#how-to-contribute}”Set up locally {#set-up-locally}
Section titled “Set up locally {#set-up-locally}”cd docsmise installmise run devOptional generated data {#optional-generated-data}
Section titled “Optional generated data {#optional-generated-data}”We embed some generated data in the docs:
- CLI reference data:
mise run generate-cli-docs
These are optional. The docs render without them, so only run them when you need to refresh the generated content.
The ProjectDescription API reference is hosted separately as a DocC site at projectdescription.tuist.dev. To build it locally, run mise run docs:project-description from the repository root.