From e9c2e5d9d2f9b0fe6d479f3a86c4284853a982f2 Mon Sep 17 00:00:00 2001 From: Pekka Niskanen Date: Mon, 21 Aug 2023 15:49:30 +0300 Subject: [PATCH] doc: Cellular: LwM2M carrier sample fixes Formatting fixes in the sample doc. Signed-off-by: Pekka Niskanen --- doc/nrf/includes/lwm2m_common_server_setup.txt | 4 ++-- samples/cellular/lwm2m_carrier/sample_description.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/nrf/includes/lwm2m_common_server_setup.txt b/doc/nrf/includes/lwm2m_common_server_setup.txt index 725351bbc3e..534d419c2fc 100644 --- a/doc/nrf/includes/lwm2m_common_server_setup.txt +++ b/doc/nrf/includes/lwm2m_common_server_setup.txt @@ -3,7 +3,7 @@ Server setup The following instructions describe how to register your device to `Leshan Demo Server`_ or `Coiote Device Management server`_: -1. For adding the device to the LwM2M server, complete the following steps and for adding the device to an LwM2M bootstrap server, see the procedure in :ref:`registering the device to an LwM2M bootstrap server `: +1. To add the device to the LwM2M server, complete the following steps: .. tabs:: @@ -40,7 +40,7 @@ The following instructions describe how to register your device to `Leshan Demo .. _bootstrap_server_reg: - For registering the device to an LwM2M bootstrap server, complete the following steps: +2. To register the device to an LwM2M bootstrap server, complete the following steps: .. tabs:: diff --git a/samples/cellular/lwm2m_carrier/sample_description.rst b/samples/cellular/lwm2m_carrier/sample_description.rst index 567038799d1..7e9ab930b1b 100644 --- a/samples/cellular/lwm2m_carrier/sample_description.rst +++ b/samples/cellular/lwm2m_carrier/sample_description.rst @@ -64,7 +64,7 @@ Before building and running the sample, complete the following steps: Set the server address and PSK ------------------------------ -a. Open :file:`prj.conf` (see :ref:`lwm2m_carrier_config_files` for more information). +1. Open :file:`prj.conf` (see :ref:`lwm2m_carrier_config_files` for more information). #. Set :kconfig:option:`CONFIG_LWM2M_CARRIER_CUSTOM_URI` to the correct server URL: * For `Leshan Demo Server`_ - ``coaps://leshan.eclipseprojects.io:5684`` (`public Leshan Demo Server`_).