From f05bb90e0dfa54b88feaf871e1b4158d299fd574 Mon Sep 17 00:00:00 2001 From: Jose Luis Rivero Date: Fri, 24 May 2024 17:21:18 +0200 Subject: [PATCH] Install the side-by-side gz11/gz doc in the index and fix warning link Signed-off-by: Jose Luis Rivero --- garden/install_ubuntu.md | 2 +- harmonic/install_ubuntu.md | 2 +- index.yaml | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/garden/install_ubuntu.md b/garden/install_ubuntu.md index 80b23b19b..9f08901ec 100644 --- a/garden/install_ubuntu.md +++ b/garden/install_ubuntu.md @@ -8,7 +8,7 @@ To install all of them, the metapackage `gz-garden` can be installed. WARNING: for gazebo-classic (eg. `gazebo11`) users: `gz-garden` cannot be installed alongside with `gazebo11` by default. To facilitate the migration this can be done using the instruction detailed in -[Installing Gazebo11 side by side with new Gazebo](/docs/all/install_gz11_side_by_side). +Installing Gazebo11 side by side with new Gazebo First install some necessary tools: diff --git a/harmonic/install_ubuntu.md b/harmonic/install_ubuntu.md index 5347add68..f93669616 100644 --- a/harmonic/install_ubuntu.md +++ b/harmonic/install_ubuntu.md @@ -8,7 +8,7 @@ To install all of them, the metapackage `gz-harmonic` can be installed. WARNING: for gazebo-classic (eg. `gazebo11`) users: `gz-harmonic` cannot be installed alongside with `gazebo11` by default. To facilitate the migration this can be done using the instruction detailed in -[Installing Gazebo11 side by side with new Gazebo](/docs/all/install_gz11_side_by_side). +Installing Gazebo11 side by side with new Gazebo First install some necessary tools: diff --git a/index.yaml b/index.yaml index 5a736dfd0..66529741e 100644 --- a/index.yaml +++ b/index.yaml @@ -22,7 +22,11 @@ pages: - name: ros_installation title: ROS/Gazebo Installation file: ros_installation.md - description: Our development plans. + description: Ros and Gazebo options and combinations + - name: install_gz11_side_by_side + title: Installing Gazebo11 side by side with new Gazebo + file: install_gz11_side_by_side.md + description: How to install gazebo11 and new Gazebo together - name: migrating_gazebo_classic_ros2_packages title: Migration from ROS 2 Gazebo Classic file: migrating_gazebo_classic_ros2_packages.md