Documentation Index
Fetch the complete documentation index at: https://docs.allthingslinux.org/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites: Node.js 24+ and pnpm, as defined in the monorepo root
package.json.Preview locally
From the monorepo root:apps/docs:
Custom ports
Use a different port if 3000 is taken:Validate and check links
Before you open a pull request:apps/docs/ change.
Keep the CLI in sync
Eachmint release targets a specific platform build. If local preview diverges from production, update the CLI:
mint package version is declared in apps/docs/package.json.
Deployment
Production deploys are triggered by Mintlify’s GitHub integration. Successful runs show green checks on your PR and in the Mintlify dashboard.
Editor tooling
We recommend the MDX VS Code extension for highlighting and Prettier for formatting.Troubleshooting
Error: Could not load the "sharp" module
Error: Could not load the "sharp" module
This often indicates a Node version mismatch. Try:
- Remove the global CLI:
npm remove -g mint - Use Node 24+ (see monorepo engines).
- Reinstall:
npm i -g mintor use the project-localpnpm exec mintfromapps/docs.
Unknown error on startup
Unknown error on startup
Delete
~/.mintlify and run mint dev again from apps/docs.