diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-06 16:11:29 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-06 16:11:29 -0300 |
commit | 29ed0857046640a08b3ac406609c962fecd6ae32 (patch) | |
tree | ce67b66704239c5169d03f6a7416762142b08024 /content/published/05-workflow | |
parent | ee44ef924874db42bd5d10b08d3b8f1f9f9de200 (diff) | |
download | bookup-29ed0857046640a08b3ac406609c962fecd6ae32.tar.gz bookup-29ed0857046640a08b3ac406609c962fecd6ae32.tar.bz2 |
Updates documentation
Diffstat (limited to 'content/published/05-workflow')
-rw-r--r-- | content/published/05-workflow/funcionamento.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/content/published/05-workflow/funcionamento.md b/content/published/05-workflow/funcionamento.md new file mode 100644 index 0000000..66ff216 --- /dev/null +++ b/content/published/05-workflow/funcionamento.md @@ -0,0 +1,9 @@ +# Funcionamento {#funcionamento} + +Bookup opera através da _compilação_ de arquivos: + +``` + /--> Livro PDF +Arquivos fonte em Markdown --> Compilação --> + \--> Livro HTML +``` |