-
Notifications
You must be signed in to change notification settings - Fork 473
Add IBM sections to release downloads and info for 25.3.2+ prod releases #20480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for cockroachdb-interactivetutorials-docs canceled.
|
Files changed:
|
✅ Deploy Preview for cockroachdb-api-docs canceled.
|
@mikeCRL need your help with the |
✅ Netlify Preview
To edit notification comments on pull requests, go to your Netlify project configuration. |
fcecdae
to
79580b2
Compare
src/current/releases/index.md
Outdated
{% comment %} Add IBM tab to non-testing releases since v25.3 {% endcomment %} | ||
{% if v.major_version == 'v23.1' or | ||
v.major_version == 'v23.2' or | ||
v.major_version == 'v23.3' or | ||
v.major_version == 'v23.4' or | ||
v.major_version == 'v24.1' or | ||
v.major_version == 'v24.2' or | ||
v.major_version == 'v24.3' or | ||
v.major_version == 'v24.4' or | ||
v.major_version == 'v25.1' or | ||
v.major_version == 'v25.2' or | ||
released == false %} | ||
<div id="os-tabs" class="filters filters-big clearfix"> | ||
<button id="linux" class="filter-button" data-scope="linux">Linux</button> | ||
<button id="mac" class="filter-button" data-scope="mac">Mac</button> | ||
<button id="windows" class="filter-button" data-scope="windows">Windows</button> | ||
<button id="docker" class="filter-button" data-scope="docker">Docker</button> | ||
<button id="source" class="filter-button" data-scope="source">Source</button> | ||
</div> | ||
{% else %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Workshopped with Mike - should include the IBM tab in all releases, then set the conditional to modify the content.
Add IBM section and links to applicable releases
79580b2
to
550c797
Compare
Follow-up to https://cockroachlabs.atlassian.net/browse/DOC-12063
new-release-downloads-and-docker-image.md
include that adds IBM release info (conditionally; doesn't include in non-production releases)releases/
page with logic displaying different content based on the version number and release status: