From 209e0ac098f6849763ae3ccfc3f2fac4fde86bcd Mon Sep 17 00:00:00 2001 From: Vamshi Maskuri <117595548+varshith257@users.noreply.github.com> Date: Sat, 29 Jun 2024 03:58:16 +0530 Subject: [PATCH] fix: ZIO Config Guide Invalid link (#1434) * update link * alter approach referenced from other libraries * fix referencing of itself * fix fmt * remove blank space to fix format * remove space line --- docs/sidebars.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/sidebars.js b/docs/sidebars.js index ab81bbd44..d99fb10ec 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -6,7 +6,6 @@ const sidebars = { collapsed: false, link: { type: "doc", id: "index" }, items: [ - "index", "dive-into-zio-config", "integrations", "automatic-derivation-of-config", @@ -18,4 +17,4 @@ const sidebars = { ] }; -module.exports = sidebars; \ No newline at end of file +module.exports = sidebars;