wonderwp / documentation
WonderWp Documentation Component
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:CSS
Requires
- php: ^8.3
- pimple/pimple: ^3.0
Requires (Dev)
- daux/daux.io: ^0.17
This package is auto-updated.
Last update: 2025-03-15 11:00:13 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