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:
parent
b5aec03e9d
commit
2cf8315b0d
1 changed files with 24 additions and 0 deletions
24
pages/common/doctum.md
Normal file
24
pages/common/doctum.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue