Overview of docs.page features
maindocs.page provides a platform for serving markdown from public GitHub repositories as modern documentation sites. Key features include:
- Agent-ready: Automatically generates an
llms.txtfile and provides an MCP server on every public site. Supports optional agent skills and 'Ask AI' (beta) for LLM querying. - Git publishing: Deploys updates directly from your public GitHub repository without requiring build pipelines or hosting configuration.
- Intelligent search: Includes a built-in full-text index (accessible via Cmd+K) and embedded AI chat.
- Markdown components: Supports MDX to add interactive components to your markdown files.
- Branches & versions: Allows serving any Git branch, tag, or release as a distinct documentation site for versioning or staging previews.
- Modern interface: Uses shadcn/ui design standards for styling and component customization.