Documentation Index
Fetch the complete documentation index at: https://wsignal.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Project Commands
Install dependencies:Mintlify Docs Commands
Preview the docs locally:Docs Layout
The Mintlify site is configured bydocs.json inside the docs/ directory.
Documentation pages live in:
index.mdxgetting-started/configuration/commands/reference/
Mintlify Project Settings
If this repository is connected to Mintlify, configure it as a monorepo project and set the docs path to/docs.
Mintlify expects a valid docs.json inside that configured docs directory.
Repo Hygiene
This repository contains product source and docs in the same root..mintignore excludes non-documentation files and directories from the published docs site, including:
- CLI source code
- Tests
- Build output
- Local webhook storage
- Internal planning notes
Editing Guidance
When updating the docs:- Keep command examples aligned with
src/cli.ts. - Keep config examples aligned with
src/types.tsandsrc/config.ts. - Validate docs changes before publishing.
- Prefer documenting actual runtime behavior over aspirational behavior.