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 = {
sidebarPath: require.resolve("./sidebars.js"),
},
blog: {
id: "article",
showReadingTime: true,
routeBasePath: "/articles",
path: "./articles",
......@@ -51,7 +50,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" },
{ to: "/articles/tags/halozatfejlesztes", label: "Hálózatfejlesztés", position:"right" },
{
type: "doc",
docId: "guides/main",
......@@ -90,15 +89,7 @@ const config = {
},
}),
plugins: [
"plugin-image-zoom",
["@docusaurus/plugin-content-blog", {
id: "network",
routeBasePath: "/network",
path: "./network",
showReadingTime: true,
}]
],
plugins: ["plugin-image-zoom"],
i18n: {
defaultLocale: "hu",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment