wonderwp / documentation
WonderWp Documentation Component
dev-master
2024-12-12 08:18 UTC
Requires
- php: ^8.3
- pimple/pimple: ^3.0
Requires (Dev)
- daux/daux.io: ^0.17
This package is auto-updated.
Last update: 2026-02-15 12:51:08 UTC
README
Working on the documentation locally
Installing the documentation
Clone or fork the documentation repo from https://github.com/wonderwp/Documentation.
Once you've got the files locally, run : composer install.
Then you should be able to generate / serve the documentation locally with the two commands below.
Doc generation
This transforms your markup into HTML once.
vendor/bin/daux generate --source=src --destination=doc --delete
Local doc preview
This serves a local preview you can access with your browser.
vendor/bin/daux serve --source=src