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

Config set for another tab

parent 434f4cf9
No related branches found
No related tags found
1 merge request!11Hálófejlesztés blogfül
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment