Skip to content

Commit 0f0e9b0

Browse files
authored
Merge pull request #4756 from vincepri/agenda-redirect
📖 Add /agenda redirect to book
2 parents f223af4 + 43c1d43 commit 0f0e9b0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/book/book.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ curly-quotes = true
1010
git-repository-url = "https://sigs.k8s.io/cluster-api-provider-aws"
1111
no-section-label = true
1212

13+
[output.html.redirect]
14+
"/agenda.html" = "/agenda/2024.html"
15+
"/agenda/2024.html" = "https://docs.google.com/document/u/0/d/1PS1QccumCH8CnGpx5Yj7oQD8H8wMIloXqjh1gLaV0sU"
16+
"/agenda/2023.html" = "https://docs.google.com/document/u/0/d/1hwgA0h5OmlLbbamvdH_KgyM2GPad-CK2CQQNMr-c0W8"
17+
"/agenda/2021.html" = "https://docs.google.com/document/d/1iW-kqcX-IhzVGFrRKTSPGBPOc-0aUvygOVoJ5ETfEZU"
18+
1319
[preprocessor.tabulate]
1420
command = "mdbook-tabulate"
1521

0 commit comments

Comments
 (0)