This repository contains the official documentation for Larajax, built with VitePress.
- Node.js 18+
- npm or yarn
npm installStart the development server:
npm run devThe docs will be available at http://localhost:5173.
Generate static files for production:
npm run buildPreview the production build locally:
npm run previewThe preview will be available at http://localhost:8080.
docs/
├── index.md # Homepage / Introduction
├── guide/ # User guides
│ ├── installation.md
│ ├── ajax-handlers.md
│ ├── ajax-responses.md
│ └── ...
├── api/ # API reference
│ ├── reference.md
│ ├── attributes/ # data-* attributes
│ ├── events/ # JavaScript events
│ ├── framework/ # jax.* methods
│ └── response/ # PHP response methods
├── controls/ # Hot Controls documentation
└── turbo/ # Turbo Router documentation
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
The Larajax documentation is open-sourced software licensed under the MIT license.