Skip to content

Conversation

zeshanziya
Copy link
Collaborator

@zeshanziya zeshanziya commented Jan 27, 2025

To build the docs.

docker run --rm -v "$(pwd):/data" "phpdoc/phpdoc" --template=".phpdoc/themes/phpdoc-backstage-markdown-theme"

Rename .html file to .md file. Run this under generate doc directory.

find docs/api-report -type f -name "*.html" -exec bash -c 'mv "$0" "${0%.html}.md"' {} \;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant