Skip to content

bridgefield/docker-documentation-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

documentation tools

Tools used for generating documentation based on plantuml and mkdocs.

Usage

plantuml

  • Generate svg from plantuml files in a given directory and output to specific target directory docker run -v $PWD:/sources -u $(id -u ${USER}):$(id -g ${USER}) --rm bridgefield/plantuml /sources/docs/diagrams/* -o /sources/docs/images/generated -tsvg

mkdocs

  • Create new mkdocs project docker run -v $PWD:/sources -u $(id -u ${USER}):$(id -g ${USER}) --rm bridgefield/mkdocs new /sources
  • Build html documentation from mkdocs project docker run -v $PWD:/sources -u $(id -u ${USER}):$(id -g ${USER}) --rm bridgefield/mkdocs build -f /sources/mkdocs.yml -t readthedocs

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published