Skip to content

Commit

Permalink
Prepare branch for 24.3 GA (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeSCahill authored Dec 3, 2024
1 parent 3bd4ef7 commit b03d7f6
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/index-masterclasses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,12 @@ jobs:
env:
ALGOLIA_INDEX_NAME: redpanda
GITHUB_TOKEN: ${{ env.ACTIONS_BOT_TOKEN }}
- name: Create pull request
uses: peter-evans/create-pull-request@v6
with:
commit-message: "auto-docs: Update Instruqt records"
token: ${{ env.ACTIONS_BOT_TOKEN }}
branch: update-instruqt-records
title: "auto-docs: Update Instruqt records"
body: "Updates the Instruqt courses that are made available to docs for purposes such as automated cross-linking."
labels: auto-docs
reviewers: JakeSCahill, Deflaimun
- name: Commit changes
run: |
git config --global user.name "vbotbuildovich"
git config --global user.email "[email protected]"
git add home/modules/ROOT/attachments/instruqt-labs.json
git commit -m "auto-docs: Update Instruqt records"
git push origin main
env:
ACCESS_TOKEN: ${{ env.ACTIONS_BOT_TOKEN }}
2 changes: 1 addition & 1 deletion antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ content:
branches: HEAD
start_paths: [home]
- url: https://github.com/redpanda-data/docs
branches: [main, v/*, api, shared, 'site-search', '!v-end-of-life/*',v-WIP/24.3]
branches: [main, v/*, api, shared, 'site-search', '!v-end-of-life/*']
- url: https://github.com/redpanda-data/redpanda-labs
branches: main
start_paths: [docs,'*/docs']
Expand Down
2 changes: 1 addition & 1 deletion local-antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ content:
branches: HEAD
start_paths: [home]
- url: https://github.com/redpanda-data/docs
branches: [main, v/*, api, shared, 'site-search', '!v-end-of-life/*',v-WIP/24.3]
branches: [main, v/*, api, shared, 'site-search', '!v-end-of-life/*']
- url: https://github.com/redpanda-data/redpanda-labs
branches: main
start_paths: [docs,'*/docs']
Expand Down
19 changes: 10 additions & 9 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,10 @@ NODE_VERSION = "18"
# NOTE the following redirects get appended to the redirects defined in the _redirects file

# ========Beta redirects==========
#[[redirects]]
#from = "/docs/beta/*"
#to = "/beta"
#status = 301

#[[redirects]]
#from = "/beta/*"
#to = "/current/:splat"
#status = 307
[[redirects]]
from = "/beta/*"
to = "/current/:splat"
status = 307

# ===========Docusaurus to Antora migration redirects============
[[redirects]]
Expand Down Expand Up @@ -139,6 +134,12 @@ to = "/current/:splat"
status = 301

# ================End of life versions===================

[[redirects]]
from = "/23.2/*"
to = "/current/:splat"
status = 301

[[redirects]]
from = "/23.1/*"
to = "/current/:splat"
Expand Down
2 changes: 1 addition & 1 deletion preview-antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ content:
branches: HEAD
start_paths: [home]
- url: https://github.com/redpanda-data/docs
branches: [main, v/*, api, shared, 'site-search', '!v-end-of-life/*',v-WIP/24.3]
branches: [main, v/*, api, shared, 'site-search', '!v-end-of-life/*']
- url: https://github.com/redpanda-data/redpanda-labs
branches: main
start_paths: [docs,'*/docs']
Expand Down

0 comments on commit b03d7f6

Please sign in to comment.