From b6d06b85f05f54d95e8ba4cd091b8677aeb71a54 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mariano=20Gim=C3=A9nez?= Date: Tue, 23 Jan 2024 15:51:29 +0100 Subject: [PATCH] add The systemd for Developers Series pages --- docs/_data/extra_pages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/_data/extra_pages.json b/docs/_data/extra_pages.json index 31a2c59dfd9..bf3536fcd3c 100644 --- a/docs/_data/extra_pages.json +++ b/docs/_data/extra_pages.json @@ -283,5 +283,20 @@ "category": "The systemd for Administrators Blog Series", "title": "A Vietnamese translation", "url": "https://archlinuxvn.org/doc/systemd/#lp" + }, + { + "category": "The systemd for Developers Series", + "title": "#1: Socket Activation", + "url": "https://0pointer.de/blog/projects/socket-activation.html" + }, + { + "category": "The systemd for Developers Series", + "title": "#2: Socket Activation (Part 2)", + "url": "https://0pointer.de/blog/projects/socket-activation2.html" + }, + { + "category": "The systemd for Developers Series", + "title": "#3: Logging to the Journal", + "url": "https://0pointer.de/blog/projects/journal-submit.html" } ] -- 2.47.3