Skip to content
Snippets Groups Projects
Commit 9529268f authored by Horváth Zoltán's avatar Horváth Zoltán
Browse files

Második blog lecserélve csupán egy tag-re mutató füllel

parent c39207ff
No related branches found
No related tags found
1 merge request!11Hálófejlesztés blogfül
...@@ -25,7 +25,6 @@ const config = { ...@@ -25,7 +25,6 @@ const config = {
sidebarPath: require.resolve("./sidebars.js"), sidebarPath: require.resolve("./sidebars.js"),
}, },
blog: { blog: {
id: "article",
showReadingTime: true, showReadingTime: true,
routeBasePath: "/articles", routeBasePath: "/articles",
path: "./articles", path: "./articles",
...@@ -51,7 +50,7 @@ const config = { ...@@ -51,7 +50,7 @@ const config = {
items: [ items: [
{ to: "/", label: "Főoldal", position: "right" }, { to: "/", label: "Főoldal", position: "right" },
{ to: "/articles", label: "Cikkek", position: "right" }, { to: "/articles", label: "Cikkek", position: "right" },
{ to: "/network", label: "Hálózatfejlesztés", position: "right" }, { to: "/articles/tags/halozatfejlesztes", label: "Hálózatfejlesztés", position:"right" },
{ {
type: "doc", type: "doc",
docId: "guides/main", docId: "guides/main",
...@@ -90,15 +89,7 @@ const config = { ...@@ -90,15 +89,7 @@ const config = {
}, },
}), }),
plugins: [ plugins: ["plugin-image-zoom"],
"plugin-image-zoom",
["@docusaurus/plugin-content-blog", {
id: "network",
routeBasePath: "/network",
path: "./network",
showReadingTime: true,
}]
],
i18n: { i18n: {
defaultLocale: "hu", defaultLocale: "hu",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment