/mkdocs-material-plantuml

GitHub Action for generating sites with mkdocs-material with included PlantUML diagrams

Primary LanguageDockerfileMIT LicenseMIT

PlantUML support for mkdocs-material

docker build -t mikaelhg/mkdocs-material-plantuml .

Build locally

docker run --rm -it -v ${PWD}:/docs mikaelhg/mkdocs-material-plantuml

Github Actions

    - name: mkdocs build
      uses: 'docker://ghcr.io/mikaelhg/mkdocs-material-plantuml:latest'

or

    - name: mkdocs build
      uses: 'mikaelhg/mkdocs-material-plantuml@v4'