From 7f76c7c823f688d3f7a907e4a96836e23b1ed4de Mon Sep 17 00:00:00 2001 From: Kendoggs <33119615+Kendoggs@users.noreply.github.com> Date: Tue, 4 Jun 2024 17:01:00 +1000 Subject: [PATCH] added redirects for old url to new files --- mkdocs.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index bd88bd0..19f49d9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -29,4 +29,9 @@ markdown_extensions: - pymdownx.arithmatex: generic: true - pymdownx.betterem: - smart_enable: all \ No newline at end of file + smart_enable: all +plugins: + - search + - redirects: + redirect_maps: + aggdocs.md: AGG User group documentation/Finding a marker or gene on a genome.md \ No newline at end of file