diff --git a/app/docusaurus.config.js b/app/docusaurus.config.js
index ed889cb71fb0b44126692d97ac260887d0a6c8a7..df734834d4f47e26228f5da482515386f5829316 100644
--- a/app/docusaurus.config.js
+++ b/app/docusaurus.config.js
@@ -25,6 +25,7 @@ const config = {
           sidebarPath: require.resolve("./sidebars.js"),
         },
         blog: {
+          id: "article",
           showReadingTime: true,
           routeBasePath: "/articles",
           path: "./articles",
@@ -50,6 +51,7 @@ const config = {
         items: [
           { to: "/", label: "Főoldal", position: "right" },
           { to: "/articles", label: "Cikkek", position: "right" },
+          { to: "/network", label: "Hálózatfejlesztés", position: "right" },
           {
             type: "doc",
             docId: "guides/main",
@@ -88,7 +90,15 @@ const config = {
       },
     }),
 
-  plugins: ["plugin-image-zoom"],
+  plugins: [
+    "plugin-image-zoom",
+    ["@docusaurus/plugin-content-blog", {
+      id: "network",
+      routeBasePath: "/network",
+      path: "./network",
+      showReadingTime: true,
+    }]
+  ],
 
   i18n: {
     defaultLocale: "hu",