Skip to content

Commit

Permalink
Add PDF export for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBan committed Sep 3, 2020
1 parent 3795a78 commit fd9ed3b
Show file tree
Hide file tree
Showing 4 changed files with 423 additions and 57 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/vendor
/.DS_Store
/.idea
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
"require": {
"erusev/parsedown": "^1.7",
"pagerange/metaparsedown": "^1.0",
"php": ">=7.0"
"php": ">=7.0",
"dompdf/dompdf": "^0.8.5"
},
"require-dev": {
"roave/security-advisories": "dev-master"
}
}
}
Loading

0 comments on commit fd9ed3b

Please sign in to comment.