-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathconfig.toml
More file actions
31 lines (27 loc) · 796 Bytes
/
config.toml
File metadata and controls
31 lines (27 loc) · 796 Bytes
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
baseURL = "https://pdfmake.github.io/docs/0.3/"
languageCode = "en-us"
title = "pdfmake"
theme = "docdock"
pygmentsCodeFences = true
pygmentsStyle = "monokailight"
[params]
editURL = "https://github.com/pdfmake/docs/edit/master/content/"
disableSearch = true
[[menu.shortcuts]]
pre = "<h3>More</h3>"
name = "<i class='fa fa-play'></i> <label>Playground</label>"
identifier = "playground"
url = "http://pdfmake.org/playground.html"
weight = 1
[[menu.shortcuts]]
pre = "<h3>More</h3>"
name = "<i class='fa fa-home'></i> <label>pdfmake.org</label>"
identifier = "pdfmakeorg"
url = "http://pdfmake.org"
weight = 2
[[menu.shortcuts]]
pre = "<h3>More</h3>"
name = "<i class='fa fa-github'></i> <label>Github repo</label>"
identifier = "github"
url = "https://github.com/bpampuch/pdfmake"
weight = 3