Skip to content

Commit

Permalink
docs: update refs
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Dec 29, 2021
1 parent 9954645 commit 7f705d9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions examples/story/0036-auto-generate-pdf-papers-to-entry.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@ process_rules:

or

default to pdf?

```yaml
process_rules:
- from("file").to("content").processor("epub")
- from("file").to("content").processor("pdf")
- from("file").to("content").processor("mobi")
- engine: ['pdf', 'mobi', 'epub']
- flows:
- from("file").to("content").processor("epub")
- from("file").to("content").processor("pdf")
- from("file").to("content").processor("mobi")
```

0 comments on commit 7f705d9

Please sign in to comment.