This repository contains the public documentation for AutoPlus. The documentation is written in MDX, rendered with Fumadocs, and integrated into the main website at /docs.
Install Bun, then run:
bun install
bun run devOpen http://localhost:5173/docs/about-autoplus.
Run all validation before opening a pull request:
bun run check
bun run buildcontent/docs: contributor-facing MDX pages and navigation metadata.src/components: typed interactive components available to MDX.src: the production docs layout, component map, schemas, and public interfaces.app: a standalone preview application. The production website injects its shared Navbar and footer.public: documentation media used by the preview and production integration.
See CONTRIBUTING.md for the editing workflow and MDX component reference.
Source code is licensed under the MIT License. Documentation and first-party media are licensed under CC BY 4.0. Third-party names, marks, and interface elements remain the property of their respective owners.