From 43c1d4367a92102cdc15df95932fea386a288e7c Mon Sep 17 00:00:00 2001 From: Vince Prignano Date: Mon, 22 Jan 2024 09:29:11 -0800 Subject: [PATCH] :book: Add /agenda redirect to book Adds a fixed-url redirect https://cluster-api-aws.sigs.k8s.io/agenda to use as a meeting invite. Signed-off-by: Vince Prignano --- docs/book/book.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/book/book.toml b/docs/book/book.toml index d7fdca1749..d865658b14 100644 --- a/docs/book/book.toml +++ b/docs/book/book.toml @@ -10,6 +10,12 @@ curly-quotes = true git-repository-url = "https://sigs.k8s.io/cluster-api-provider-aws" no-section-label = true +[output.html.redirect] +"/agenda.html" = "/agenda/2024.html" +"/agenda/2024.html" = "https://docs.google.com/document/u/0/d/1PS1QccumCH8CnGpx5Yj7oQD8H8wMIloXqjh1gLaV0sU" +"/agenda/2023.html" = "https://docs.google.com/document/u/0/d/1hwgA0h5OmlLbbamvdH_KgyM2GPad-CK2CQQNMr-c0W8" +"/agenda/2021.html" = "https://docs.google.com/document/d/1iW-kqcX-IhzVGFrRKTSPGBPOc-0aUvygOVoJ5ETfEZU" + [preprocessor.tabulate] command = "mdbook-tabulate"