Skip to content

Commit ff8b92a

Browse files
committed
Configuration
1 parent 2674aeb commit ff8b92a

File tree

3 files changed

+36
-1
lines changed

3 files changed

+36
-1
lines changed

GLOSSARY.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@ JWT Framework provides components and bundles that will help you to create and l
44
These web tokens can be signed (JWS) or encrypted (JWE) or both.
55

66
It also provides keys and key sets manager.
7+
8+
## JWT
9+
10+
Web token. This token is described in the [RFC7519](https://tools.ietf.org/html/rfc7519).
11+

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
# JWT Framework
2+

book.json

+30-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,37 @@
11
{
2-
"plugins": ["theme-api"],
2+
"title": "JWT Framework",
3+
"author": "Florent Morselli",
4+
"language": "en",
5+
"plugins": ["theme-api","autocover"],
36
"pluginsConfig": {
47
"theme-api": {
58
"theme": "dark"
9+
},
10+
"autocover": {
11+
"font": {
12+
"size": null,
13+
"family": "Impact",
14+
"color": "#FFF"
15+
},
16+
"size": {
17+
"w": 1800,
18+
"h": 2360
19+
},
20+
"background": {
21+
"color": "#09F"
22+
}
23+
},
24+
"pdf": {
25+
"pageNumbers": true,
26+
"fontSize": 12,
27+
"fontFamily": "Arial",
28+
"paperSize": "a4",
29+
"margin": {
30+
"top": 56,
31+
"bottom": 56,
32+
"left": 62,
33+
"right": 62
34+
}
635
}
736
}
837
}

0 commit comments

Comments
 (0)