From 3e538a5142d098d036137ccdae761dd964f311e2 Mon Sep 17 00:00:00 2001 From: Karthik Bhat Date: Thu, 3 Oct 2024 12:30:27 +0530 Subject: [PATCH] Add redirect url for meeting document (#1986) --- docs/book/book.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/book/book.toml b/docs/book/book.toml index 128e87ccc..7777aa42c 100644 --- a/docs/book/book.toml +++ b/docs/book/book.toml @@ -10,6 +10,9 @@ curly-quotes = true git-repository-url = "https://sigs.k8s.io/cluster-api-provider-ibmcloud" additional-css = ["theme/css/custom.css"] +[output.html.redirect] +"/agenda.html" = "https://docs.google.com/document/d/1oWnqXy1VFv0E3kovQoZfS6IlVP0L4eaQsN-2HYC_6_A" + [preprocessor.tabulate] command = "mdbook-tabulate"