Skip to content

Commit f73c832

Browse files
chore: remove commented-out code and clean up configuration
Simplify the docusaurus configuration by removing unused sections for the blog and footer.
1 parent 9c9ac91 commit f73c832

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

website/docusaurus.config.js

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -27,29 +27,13 @@ module.exports = {
2727
label: "Docs",
2828
position: "left",
2929
},
30-
// { to: "blog", label: "Blog", position: "left" },
3130
{
3231
href: "https://github.com/teslamate-org/teslamate",
3332
label: "GitHub",
3433
position: "right",
3534
},
3635
],
3736
},
38-
// footer: {
39-
// style: "dark",
40-
// items: [
41-
// {
42-
// title: "Community",
43-
// items: [
44-
// {
45-
// label: "Discord",
46-
// href: "https://discordapp.com/invite/docusaurus",
47-
// },
48-
// ],
49-
// },
50-
// ],
51-
// copyright: `Copyright © ${new Date().getFullYear()} Adrian Kumpf`,
52-
// },
5337
prism: {
5438
additionalLanguages: ["apacheconf", "sql"],
5539
},
@@ -59,7 +43,6 @@ module.exports = {
5943
"@docusaurus/preset-classic",
6044
{
6145
docs: {
62-
// routeBasePath: "", // Docs-only
6346
sidebarCollapsible: false,
6447
sidebarPath: require.resolve("./sidebars.js"),
6548
editUrl:

0 commit comments

Comments
 (0)