Skip to content

Commit

Permalink
📖 Add /agenda redirect to book
Browse files Browse the repository at this point in the history
Adds a fixed-url redirect https://cluster-api-aws.sigs.k8s.io/agenda
to use as a meeting invite.

Signed-off-by: Vince Prignano <[email protected]>
  • Loading branch information
vincepri committed Jan 22, 2024
1 parent a1918aa commit 43c1d43
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/book/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 43c1d43

Please sign in to comment.