Skip to content

Commit 7791298

Browse files
committed
First version of PDF generator
1 parent 97f50ba commit 7791298

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

pdfconfigs/config_vegalite_pdf.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
destination: _site/
2+
url: "http://127.0.0.1:4011"
3+
baseurl: "/vegalite-pdf"
4+
port: 4011
5+
output: pdf
6+
product: vegalite
7+
print_title: Vegalite documentation
8+
output: pdf
9+
defaults:
10+
-
11+
scope:
12+
path: ""
13+
type: "pages"
14+
values:
15+
layout: "page_print"
16+
comments: true
17+
search: true
18+
19+
pdf_sidebar: vegalite_sidebar

0 commit comments

Comments
 (0)