From 033b2f2b21129dc618982aefe17dff30c2c4a4de Mon Sep 17 00:00:00 2001 From: Matthias Wippich Date: Fri, 11 Sep 2026 00:22:29 +0200 Subject: [PATCH] [books] Add The C++ standard library --- content/books/books.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/books/books.yaml b/content/books/books.yaml index 36a5bb7..1b34154 100644 --- a/content/books/books.yaml +++ b/content/books/books.yaml @@ -2,4 +2,8 @@ $schema: ../../schemas/blocks/card-group.json type: card_group card_type: book_card id: books -cards: [] +cards: + - { + isbn: "9780321623218", + cover_url: "https://images-na.ssl-images-amazon.com/images/P/0321623215.01.L.jpg", + }