Skip to content

Commit 920d38a

Browse files
committed
chore: compile dist formats
* fix section link * fix PDF margins * compile dist formats
1 parent e526635 commit 920d38a

File tree

6 files changed

+9
-2
lines changed

6 files changed

+9
-2
lines changed

book.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"author": "Checkmarx Security Research Team",
33
"language": "en_US",
4-
"root": "./src"
4+
"root": "./src",
5+
"pdf": {
6+
"paperSize": "a4",
7+
"margin": {
8+
"left": 2,
9+
"right": 2
10+
}
11+
}
512
}

dist/go-webapp-scp.docx

75 Bytes
Binary file not shown.

dist/go-webapp-scp.epub

94 Bytes
Binary file not shown.

dist/go-webapp-scp.mobi

3.07 KB
Binary file not shown.

dist/go-webapp-scp.pdf

-108 KB
Binary file not shown.

src/cryptographic-practices/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ instead of the implementations in the [`crypto/*` package][1].
182182

183183
[1]: https://golang.org/pkg/crypto/
184184
[2]: https://golang.org/pkg/crypto/md5/
185-
[3]: ../authentication-password-management.html
185+
[3]: ../authentication-password-management/README.md
186186
[4]: https://blake2.net/
187187
[5]: https://godoc.org/golang.org/x/crypto/blake2b
188188
[6]: https://godoc.org/golang.org/x/crypto/blake2s

0 commit comments

Comments
 (0)