From 0c6fe220bd6a88de61baaef4fe324f2513ac2104 Mon Sep 17 00:00:00 2001 From: Raul Sanchez-Mateos Date: Thu, 4 Jan 2024 12:39:23 +0100 Subject: [PATCH] Update next steps in main example and remove warning in docker installation Signed-off-by: Raul Sanchez-Mateos --- docs/rst/installation/docker.rst | 3 --- docs/rst/user_manual/usage_example.rst | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/rst/installation/docker.rst b/docs/rst/installation/docker.rst index ec812f92..495ec9c1 100644 --- a/docs/rst/installation/docker.rst +++ b/docs/rst/installation/docker.rst @@ -7,9 +7,6 @@ Docker Image (recommended) ########################## -.. warning:: - Docker image of |spy| will be updated soon in `eProsima Downloads website `_. - eProsima distributes a Docker image of |spy| with Ubuntu 22.04 as base image. This image launches an instance of |spy| that is configured using a *YAML* configuration file provided by the user and shared with the Docker container. diff --git a/docs/rst/user_manual/usage_example.rst b/docs/rst/user_manual/usage_example.rst index 61bd395e..8e578f55 100644 --- a/docs/rst/user_manual/usage_example.rst +++ b/docs/rst/user_manual/usage_example.rst @@ -149,7 +149,7 @@ Stop |espy| typing ``exit``. Next Steps ========== -.. TODO add +Since the main steps for running Fast DDS Spy have already been explained, you can now continue by applying a configuration file to this tool to adjust it to your monitoring and debugging needs. +These configurations include settings to enable or disable the DDS communication transports used by Fast DDS Spy, set the DDS Domain to monitor, or define lists of allowed and blocked topics, among others. -.. note:: - This page is under maintenance and will be updated soon. +Please refer to the :ref:`user_manual_configuration` section of this documentation to know all configuration available for the Fast DDS Spy. \ No newline at end of file