Skip to content

Commit 76811bd

Browse files
authored
release beta 25.3 (#139)
1 parent d1fbb9b commit 76811bd

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ content:
2626
branches: HEAD
2727
start_paths: [home]
2828
- url: https://github.com/redpanda-data/docs
29-
branches: [main, v/*, shared, 'site-search', '!v-end-of-life/*']
29+
branches: [main, beta, v/*, shared, 'site-search', '!v-end-of-life/*']
3030
- url: https://github.com/redpanda-data/redpanda-labs
3131
branches: main
3232
start_paths: [docs,'*/docs']

local-antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ content:
1818
branches: HEAD
1919
start_paths: [home]
2020
- url: https://github.com/redpanda-data/docs
21-
branches: [main, v/*, shared, 'site-search', '!v-end-of-life/*']
21+
branches: [main, beta, v/*, shared, 'site-search', '!v-end-of-life/*']
2222
- url: https://github.com/redpanda-data/redpanda-labs
2323
branches: main
2424
start_paths: [docs,'*/docs']

netlify.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ path = "/api/*"
4242
function = "proxy-api-docs"
4343

4444
# ========Beta redirects==========
45-
[[redirects]]
46-
from = "/beta/*"
47-
to = "/current/:splat"
48-
status = 307
45+
#[[redirects]]
46+
#from = "/beta/*"
47+
#to = "/current/:splat"
48+
#status = 307
4949

5050
# ===========Docusaurus to Antora migration redirects============
5151
[[redirects]]

preview-antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ content:
2222
branches: HEAD
2323
start_paths: [home]
2424
- url: https://github.com/redpanda-data/docs
25-
branches: [main, v/*, shared, 'site-search', '!v-end-of-life/*']
25+
branches: [main, beta, v/*, shared, 'site-search', '!v-end-of-life/*']
2626
- url: https://github.com/redpanda-data/redpanda-labs
2727
branches: main
2828
start_paths: [docs,'*/docs']

0 commit comments

Comments
 (0)