Skip to content

Commit

Permalink
fix: ZIO Config Guide Invalid link (#1434)
Browse files Browse the repository at this point in the history
* update link

* alter approach referenced from other libraries

* fix referencing of itself

* fix fmt

* remove blank space to fix format

* remove space line
  • Loading branch information
varshith257 authored Jun 28, 2024
1 parent 5ca78b7 commit 209e0ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const sidebars = {
collapsed: false,
link: { type: "doc", id: "index" },
items: [
"index",
"dive-into-zio-config",
"integrations",
"automatic-derivation-of-config",
Expand All @@ -18,4 +17,4 @@ const sidebars = {
]
};

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

0 comments on commit 209e0ac

Please sign in to comment.