The docs site is driven by Mintlify from this repository. Mintlify’s docs are available at https://www.mintlify.com/docs Mintlify reads:Documentation Index
Fetch the complete documentation index at: https://libops-feat-debug.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- docs.json for navigation and site settings
- index.mdx for the homepage
- files under
docs/for the rest of the documentation
Local development
Mintlify’s local dev startup command ismint dev, but Mintlify does not support Node 25+. This repo avoids that issue by running Mintlify in a Node 22 Docker container:
3000 by default. You can override it with:
Making docs changes
When you update the docs:- keep pages in
docs/unless the page is the root homepage, which lives atindex.mdx - preserve the existing nav structure in
docs.jsonand only add to it when needed - use MDX for new pages
- keep contributor and operator guidance in the docs site instead of reviving
CONTRIBUTING.md
content
The tour reads:internal/tuitour/content/index.mdinternal/tuitour/content/tui.mdinternal/tuitour/content/context.mdinternal/tuitour/content/plugins.mdinternal/tuitour/content/components.md

