From a5bc15145ab52b40b2265c7879cb01e4fd174f9e Mon Sep 17 00:00:00 2001 From: James Ward Date: Tue, 10 Sep 2024 20:00:14 -0600 Subject: [PATCH] add 2024-09-01 --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index 4e26dde2..63296856 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -17,6 +17,7 @@ plugins: - redirects: redirect_maps: 'resources/zio/examples.md': 'https://github.com/effectorientedprogramming/examples' + 'resources/zio/examples/2024-09-01.md': 'https://github.com/effectorientedprogramming/examples/tree/2024-09-01' '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/'