Skip to content

Commit e72510d

Browse files
authored
Merge pull request #3 from fogo-sh/more-books
Add more books
2 parents d735965 + 396b34e commit e72510d

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

log.toml

+30
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,37 @@ action_type = 'AddUser'
33
name = 'jack'
44
github_username = 'jackharrhy'
55

6+
[[actions]]
7+
action_type = 'AddUser'
8+
name = 'riley'
9+
github_username = 'nint8835'
10+
611
[[actions]]
712
action_type = 'AddBook'
813
user = 'jack'
914
book = { id = 'jack-dop', isbn = 9781617298578, url = 'https://www.manning.com/books/data-oriented-programming', cover_image = 'https://images.manning.com/360/480/resize/book/0/76cfc61-95fd-4c0d-b221-0e5c3ca90583/Sharvit-DOP-HI.png' }
15+
16+
[[actions]]
17+
action_type = 'AddBook'
18+
user = 'riley'
19+
book = { id = 'riley-dop', isbn = 9781617298578, url = 'https://www.manning.com/books/data-oriented-programming', cover_image = 'https://images.manning.com/360/480/resize/book/0/76cfc61-95fd-4c0d-b221-0e5c3ca90583/Sharvit-DOP-HI.png' }
20+
21+
[[actions]]
22+
action_type = 'AddBook'
23+
user = 'riley'
24+
book = { id = 'riley-docs-for-devs', isbn = 9781484272169, url = 'https://docsfordevelopers.com/', cover_image = 'https://docsfordevelopers.files.wordpress.com/2021/07/978-1-4842-7216-9.jpg'}
25+
26+
[[actions]]
27+
action_type = 'AddBook'
28+
user = 'riley'
29+
book = { id = 'riley-kubernetes-networking', isbn = 9781492081654, url = 'https://www.oreilly.com/library/view/networking-and-kubernetes/9781492081647/', cover_image = 'https://learning.oreilly.com/library/cover/9781492081647/250w/'}
30+
31+
[[actions]]
32+
action_type = 'AddBook'
33+
user = 'riley'
34+
book = { id = 'riley-mia', isbn = 9781617294457, url = 'https://www.manning.com/books/microservices-in-action', cover_image = 'https://images.manning.com/264/352/resize/book/8/809fab1-8912-4fb7-b39e-f49844525807/Bruce-Microservices-HI.png'}
35+
36+
[[actions]]
37+
action_type = 'AddBook'
38+
user = 'riley'
39+
book = { id = 'riley-msia', isbn = 9781617295959, url = 'https://www.manning.com/books/microservices-security-in-action', cover_image = 'https://images.manning.com/264/352/resize/book/6/4cf7d31-fe33-426f-be39-fda5bfbf4191/Siriwardena-MS-HI.png'}

0 commit comments

Comments
 (0)