Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 949 Bytes

File metadata and controls

35 lines (23 loc) · 949 Bytes

Condorcet PHP Documentation

This repository contains the source files for the official Condorcet PHP documentation.

Important Links

Contributing to the Documentation

The documentation source is located in the docs folder. To contribute:

  1. Clone this repository
  2. Make your changes to the markdown files in the docs folder
  3. Submit your changes via a pull request

Run

npm run docs:dev
npm run docs:dev:clear
npm run docs:build

Development

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.

Project Structure

  • docs/ - Documentation source files
  • .devcontainer/ - Development container configuration