-
Notifications
You must be signed in to change notification settings - Fork 59
/
_config_pdf_five.yml
64 lines (56 loc) · 1.08 KB
/
_config_pdf_five.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
section: five
title: Documenting REST APIs
subtitle: "V: Step-by-step OpenAPI code tutorial"
media: /Users/tomjoht/projects/learnapidoc/images
# cover: true
# if cover is set to true, the title and subtitle aren't used. instead, the cover_image is used instead.
cover_image: images/ebook_cover.png
sidebar: docapis
baseurl: /Users/tomjoht/projects/learnapidoc/_site
language: english
format: print
destination: _site
port: 4000
highlighter: rouge
exclude:
- ebooks
- pdf
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
hard_wrap: false
syntax_highlighter: rouge
collections:
docs:
output: true
sass:
style: compressed
defaults:
-
scope:
path: ""
type: pages
values:
layout: printpdf
-
scope:
path: ""
type: docs
values:
layout: printpdf
published: false
-
scope:
path: _docs/pdf_frontmatter
type: docs
values:
layout: printpdf
published: true
-
scope:
path: _docs/step_by_step_openapi_tutorial
type: docs
values:
layout: printpdf
published: true