Skip to content

Commit

Permalink
Add iron to active distros (#306)
Browse files Browse the repository at this point in the history
* Add iron to active distros

Signed-off-by: Yadunund <[email protected]>
  • Loading branch information
Yadunund authored May 22, 2023
1 parent 20b0e7c commit f970d33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,9 @@ index_old_doc_paths: false
# drop-down list in the distro selector.
#
ros2_distros:
- 'humble'
- 'foxy'
- 'humble'
- 'iron'
- 'rolling'

ros_distros:
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ <h2>Active Distributions</h2>
<a href="https://docs.ros.org/en/foxy/Releases/Release-Foxy-Fitzroy.html">ROS 2 Foxy</a>
</p>
<p>
<a href="https://docs.ros.org/en/galactic/Releases/Release-Galactic-Geochelone.html">ROS 2 Galactic</a>
<a href="https://docs.ros.org/en/humble/Releases/Release-Humble-Hawksbill.html">ROS 2 Humble</a>
</p>
<p>
<a href="https://docs.ros.org/en/humble/Releases/Release-Humble-Hawksbill.html">ROS 2 Humble</a>
<a href="https://docs.ros.org/en/iron/Releases/Release-Iron-Irwini.html">ROS 2 Iron</a>
</p>
<h2>Development Distribution</h2>
<p>
Expand Down

0 comments on commit f970d33

Please sign in to comment.