Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Fix Sidebar Name
Browse files Browse the repository at this point in the history
  • Loading branch information
khajavi authored Jul 8, 2023
2 parents ce78cf0 + 0351a62 commit 5eaf660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const sidebars = {
sidebar: [
{
type: "category",
label: "ZIO SBT",
label: "ZIO JDBC",
collapsed: false,
link: { type: "doc", id: "index" },
items: [
Expand All @@ -13,4 +13,4 @@ const sidebars = {
]
};

module.exports = sidebars;
module.exports = sidebars;

0 comments on commit 5eaf660

Please sign in to comment.