Skip to content

Commit

Permalink
Merge pull request #23 from mojaloop/hotfix/CICDNotRenderingSDs
Browse files Browse the repository at this point in the history
Hotfix for PlantUML Sequence Diagrams not being rendered. Gitbook UML plugin is unable to generate valid SVGs. Changing this to PNG resolves the issue. Will have to re-look at generating SVGs this in future.
  • Loading branch information
mdebarros authored Apr 5, 2019
2 parents 938281d + a3d5fb7 commit c05dd98
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
name: Installing build dependencies
command: |
echo 'Installing build dependencies via APK'
apk add --no-cache -t openjdk8-jre graphviz ttf-droid ttf-droid-nonlatin
apk add --no-cache -t gitbook-build-dependencies openjdk8-jre graphviz ttf-droid ttf-droid-nonlatin
echo 'Setting env vars'
echo 'export PLANTUML_VERSION=$PLANTUML_VERSION' >> $BASH_ENV
Expand Down
2 changes: 1 addition & 1 deletion book.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"showByDefault": true
},
"uml": {
"format": "svg",
"format": "png",
"nailgun": false
}
}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "documentation",
"version": "5.5.2",
"version": "5.5.3",
"description": "Mojaloop Documentation GitBook Project",
"dependencies": {
"express": "4.16.4",
Expand Down

0 comments on commit c05dd98

Please sign in to comment.