Skip to content
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

Update current and released versions #874

Merged
merged 2 commits into from
Dec 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ redirect_from: '/moveit/'
<div class="release-versions__body">
<div class="release-versions__content">
<div class="release-versions__1">
<h3>Rolling 2.10</h3>
<h3>Rolling 2.12</h3>
<p>
<span><img src="/assets/images/icons/git.svg"></span>
<a href="https://github.com/moveit/moveit2/tree/main" target="_blank">View branch</a>
Expand All @@ -289,7 +289,7 @@ redirect_from: '/moveit/'
</div>
<div class="release-versions__content">
<div class="release-versions__1">
<h3>Jazzy 2.10 LTS</h3>
<h3>Jazzy 2.12 LTS</h3>
<p>
<span><img src="/assets/images/icons/git.svg"></span>
<a href="https://github.com/moveit/moveit2/tree/main" target="_blank">View branch</a>
Expand All @@ -299,7 +299,7 @@ redirect_from: '/moveit/'
ROS 2
</div>
<div class="release-versions__3">
<span class="label label--green">RECOMMENDED</span>
<span class="label label--green">LATEST STABLE - RECOMMENDED</span>
</div>
</div>
<div class="release-versions__content">
Expand All @@ -314,7 +314,7 @@ redirect_from: '/moveit/'
ROS 2
</div>
<div class="release-versions__3">
<span class="label label--green">LATEST STABLE</span>
<span class="label label--red">EOL-DISCONTINUED</span>
sea-bass marked this conversation as resolved.
Show resolved Hide resolved
</div>
</div>
<div class="release-versions__content">
Expand Down
Loading