Documentation Index
Fetch the complete documentation index at: https://docs.readdy.ai/llms.txt
Use this file to discover all available pages before exploring further.
Repository Agent Instructions
This repository contains the Mintlify-powered help docs for Readdy, published at https://docs.readdy.ai. Pages are authored as.mdx files under features/ and integrations/; navigation is configured in docs.json.
Writing or editing help docs
When creating or editing any file underfeatures/ or integrations/, read and follow the Readdy help doc writing guide first:
- Frontmatter fields and casing (
title,description,sidebarTitle) - Recurring section structure (Before You Start / How It Works / FAQ / Troubleshooting / Need Help?)
- Mintlify component usage (
Steps,Frame,Info,Warning,Tip,Accordion, …) - Image path, naming, and
<Frame>wrapping rules - Filename slug and
docs.jsonnavigation insertion rules - The standard “Need Help?” footer template
Local preview
Branching
- New feature doc:
feat/<slug>-doc - Edits to live docs / fixes:
fix/<short-summary>ordocs/<short-summary> - Cross-tool / repo config:
chore/<short-summary> - Merge into
mainto deploy via Mintlify (auto-deploys within ~1–3 minutes after push).