This repository contains the source files for the official Condorcet PHP documentation.
- Condorcet PHP Project: GitHub Repository
- Online Documentation: Documentation Book
The documentation source is located in the docs
folder. To contribute:
- Clone this repository
- Make your changes to the markdown files in the
docs
folder - Submit your changes via a pull request
npm run docs:dev
npm run docs:dev:clear
npm run docs:build
A development container is available to facilitate working on the documentation website. It contains all the necessary tools to generate and preview the documentation locally.
docs/
- Documentation source files.devcontainer/
- Development container configuration