Skip to content

Commit

Permalink
Added function level documentation with phpDocumentor
Browse files Browse the repository at this point in the history
  • Loading branch information
jessevz committed Jan 16, 2025
1 parent 99436ea commit 499af62
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
pip install mkdocs
pip3 install $(mkdocs get-deps)
sudo apt-get update
sudo apt-get install php
sudo apt-get install -y lftp
sudo apt-get install nodejs
sudo apt-get install npm
Expand All @@ -31,6 +32,10 @@ jobs:
run: |
wget http://localhost:8080/api/v2/openapi.json -P /tmp/
openapi-to-md /tmp/openapi.json /docs/api/
- name: Create function level documentation with phpdocumentor
run: |
wget https://phpdoc.org/phpDocumentor.phar -P /tmp/
php /tmp/phpDocumentor.phar --ignore vendor/ -d . -t /docs/php-documentor/
- name: Build MkDocs site
run: |
mkdocs build
Expand Down

0 comments on commit 499af62

Please sign in to comment.