1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 11:06:00 +02:00

doctum: add page (#5238)

This commit is contained in:
Owen Voke 2021-02-05 13:50:43 +00:00 committed by GitHub
parent b5aec03e9d
commit 2cf8315b0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

24
pages/common/doctum.md Normal file
View file

@ -0,0 +1,24 @@
# doctum
> A PHP API documentation generator.
> More information: <https://github.com/code-lts/doctum>.
- Parse a project:
`doctum parse`
- Render a project:
`doctum render`
- Parse then render a project:
`doctum update`
- Parse and render only a specific version of a project:
`doctum update --only-version={{version}}`
- Parse and render a project using a specific configuration:
`doctum update {{path/to/config.php}}`