diff --git a/site/source/developer-docs/specification/properties.rst b/site/source/developer-docs/specification/properties.rst index 23395b5..286a964 100644 --- a/site/source/developer-docs/specification/properties.rst +++ b/site/source/developer-docs/specification/properties.rst @@ -15,8 +15,8 @@ Due to the fact that config variables are only available when the service is run Service Properties -.. code:: typescript - :caption: Properties Type +.. code-block:: typescript + :caption: Properties Type interface Properties { version: Enum, diff --git a/site/source/user-manual/initial-setup.rst b/site/source/user-manual/initial-setup.rst index 49d0190..1b2dd68 100644 --- a/site/source/user-manual/initial-setup.rst +++ b/site/source/user-manual/initial-setup.rst @@ -47,7 +47,7 @@ Claiming your Device :width: 60% :alt: Fresh Install - .. note:: The "Recover" button is used for :ref:`migrating from 0.2.x ` and :ref:`restoring from backup `. + .. note:: The "Recover" button is used for :ref:`migrating from 0.2.x ` and :ref:`restoring from backup `. #. Select your storage drive. You should only have one drive plugged into your Embassy at this time, but always verify it is what you expect before clicking (such as, is it a 1TB drive?) diff --git a/site/source/user-manual/upgrade-02.rst b/site/source/user-manual/upgrade-02.rst index bbfcae8..b24ed20 100644 --- a/site/source/user-manual/upgrade-02.rst +++ b/site/source/user-manual/upgrade-02.rst @@ -20,6 +20,7 @@ Hardware Requirements #. `SD card adapter `_ for getting data from your SD card. +.. _migrate-02-instructions: Instructions ------------ @@ -46,6 +47,7 @@ Flashing .. tip:: The flashing software we recommend is `Balena Etcher `_ +.. _migrate-02-migrate: Migrate Data ............