Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -323,11 +323,11 @@ function sidebarHome() {
},
],
},
{
text: "Blog",
collapsed: true,
items: [{ text: "Overview", link: "/blog/overview" }],
},
// {
// text: "Blog",
// collapsed: true,
// items: [{ text: "Overview", link: "/blog/overview" }],
// },
Comment on lines +326 to +330
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Commenting out code, even for consistency with other commented-out sections, can lead to technical debt if the feature is not planned for re-introduction soon. If the blog section is not intended to be re-enabled in the near future, consider removing this block entirely to keep the configuration clean and reduce clutter. If it is a temporary disablement, adding a comment explaining the future intent would be beneficial.

{
text: "API Documentation",
collapsed: true,
Expand Down
Loading