From 63b93d23634764f0a76ccb3ff1cf386d0a464ea8 Mon Sep 17 00:00:00 2001 From: James Ward Date: Tue, 13 Aug 2024 22:37:14 -0600 Subject: [PATCH] add examples shortlink --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index e0b41f7e..917d9af8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -16,6 +16,7 @@ nav: plugins: - redirects: redirect_maps: + 'resources/zio/examples.md': 'https://github.com/effectorientedprogramming/examples' 'resources/zio/sharing-layers-between-multiple-files.md': 'https://zio.dev/reference/test/sharing-layers-between-multiple-files/' 'resources/zio/test-assertion-library.md': 'https://zio.dev/reference/test/assertions/' 'resources/zio/docs.md': 'https://zio.dev/reference/'