diff --git a/content/developer/appdev-hello-world.md b/content/developer/appdev-hello-world.md index 9e697f3060d5198876190f8edbf77cb0679a1c38..249576ae2834e0d45f9e513704f6e12d6a07a0e2 100644 --- a/content/developer/appdev-hello-world.md +++ b/content/developer/appdev-hello-world.md @@ -54,8 +54,6 @@ To uninstall the code examples via Eclipse follow the below steps: * Right click on the project which you want to uninstall and select Uninstall (Native).  -``` - ### Next |-| diff --git a/content/developer/sdk-usage.md b/content/developer/sdk-usage.md index a3c99976491f6164d6006a03e4d7ec4ca7851385..fd66ef55f70b53bc49583ce82b65057e1d83f031 100644 --- a/content/developer/sdk-usage.md +++ b/content/developer/sdk-usage.md @@ -24,8 +24,6 @@ Eclipse is the IDE used for application development in the SDK. Eclipse includes  DevHelp is the standard browser for offline API documentation across many Open Source projects. The DevHelp installation in the SDK provides a local, offline version of the all the documentation found in the Application Developer Portal, including the Apertis API references. -``` - # Persistent workspace The use of persistent workspace is optional. Check if you need persistent workspace before following these steps. @@ -38,9 +36,13 @@ The SDK is distributed as VirtualBox images, and there is one VirtualBox image f See the [design](https://designs.apertis.org/private/latest/maintaining-workspace-across-sdk-updates.html) notes for background information and [README](https://gitlab.apertis.org/apertis/psdk/blob/master/README.md) for the complete documentation of psdk. -> **WARNING**: It is recommended to make a backup copy of your SDK before continuing. +{{% notice warning %}} +It is recommended to make a backup copy of your SDK before continuing. +{{% /notice %}} -> **WARNING**: Configure the persistent disk on the **new** SDK before adding or changing files on the **new** SDK. Changes made to /home/user, /opt, and to /etc/cntlm.conf before configuring the persistent disk will be overwritten by the persistent disk. See the [README](https://gitlab.apertis.org/apertis/psdk/tree/apertis/v2020dev0#where-are-the-old-files-and-folders) for more details. +{{% notice warning %}} +Configure the persistent disk on the **new** SDK before adding or changing files on the **new** SDK. Changes made to /home/user, /opt, and to /etc/cntlm.conf before configuring the persistent disk will be overwritten by the persistent disk. See the [README](https://gitlab.apertis.org/apertis/psdk/tree/apertis/v2020dev0#where-are-the-old-files-and-folders) for more details. +{{% /notice %}} ## Upgrading to a new SDK using a persistent disk @@ -105,8 +107,6 @@ psdk will open in interactive mode, and will guide you trough the processes of c This will be much faster than initializing the disk. After psdk is done, it will ask you to reboot the SDK. Click OK, and wait for the reboot to complete.  -``` - Congratulations! You now have everything you need to start developing applications for Apertis. ### Next