Skip to content

Commit

Permalink
add support for crystal (#121)
Browse files Browse the repository at this point in the history
* add support for crystal

fixes #120

* move ardent to old distros

It's been out for 1 year and this will give us more space to render things
  • Loading branch information
tfoote authored Dec 13, 2018
1 parent 7d6ad92 commit 5d2cd80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,17 @@ index_old_doc_paths: false
# drop-down list in the distro selector.
#
ros2_distros:
- 'crystal'
- 'bouncy'
- 'ardent'

ros_distros:
- 'melodic'
- 'lunar'
- 'kinetic'
- 'indigo'

old_ros2_distros: []
old_ros2_distros:
- 'ardent'

old_ros_distros:
- 'jade'
Expand Down

0 comments on commit 5d2cd80

Please sign in to comment.