Add pitch #7

Merged
stcb merged 25 commits from doc into dev 2024-12-20 09:43:39 +00:00
2 changed files with 11 additions and 0 deletions
Showing only changes of commit f3416a6d80 - Show all commits

5
docs/.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
*
!*.md
!*.pdf
!*.sh
!.gitignore

6
docs/build.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
IMG=docker.io/marpteam/marp-cli:latest
docker run --rm -v "$PWD:/home/marp/app/" --entrypoint marp-cli.js "$IMG" \
./*.md --pdf