Skip to content

othillo/symfony-docs-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

othillo/symfony-docs-builder

Wrapper for building Symfony documentation.

How to

  1. Build the docker image
docker build --tag=symfony-docs-builder .
  1. Check the available options:
docker run --rm symfony-docs-builder
  1. Create the documentation
# for example EPUB output
docker run --rm -v "${PWD}/output:/output" symfony-docs-builder epub
  1. Find the results in the output directory

About

Wrapper for building Symfony documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published