From 360aae48bb9e89843265de3f2233a84bf3d89847 Mon Sep 17 00:00:00 2001 From: Ahmad El Masri Date: Thu, 3 Oct 2019 13:17:36 +0200 Subject: [PATCH] docs: remove code snippet style and replace it with bold style --- content/pybytes/releases/_index.md | 8 ++++---- content/pybytes/releases/deploy.md | 4 ++-- content/pybytes/releases/new.md | 12 ++++++------ 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/content/pybytes/releases/_index.md b/content/pybytes/releases/_index.md index c4cd52c..913e8fd 100644 --- a/content/pybytes/releases/_index.md +++ b/content/pybytes/releases/_index.md @@ -4,16 +4,16 @@ aliases: --- ### What is the release? -Each **Pybytes** project contains list of `devices`. You can update the devices `code`, `network configurations` and/or `firmware` version using a `release` version. +Each **Pybytes** project contains list of devices. You can update the devices **code**, **network configurations** and/or **firmware version** using a **release** version. ### What is included in the release? -Each `Release` can contains one or more of the following: +Each **Release** can contains one or more of the following: 1. Network configurations settings 2. firmware version -3. `MicroPython` code +3. MicroPython code 4. release description ### Release Versioning 1. **Pybytes** increment release version by **one** each time a release is created in the project. **1** is the first release version. -2. `Project` is limited to **10** `Releases`. _oldest release will be removed when you create more than 10 releases_ +2. Project is limited to **10** Releases. _oldest release will be removed when you create more than 10 releases_ diff --git a/content/pybytes/releases/deploy.md b/content/pybytes/releases/deploy.md index 4e679d7..cfd9db0 100644 --- a/content/pybytes/releases/deploy.md +++ b/content/pybytes/releases/deploy.md @@ -10,10 +10,10 @@ In this section, we will explain how to deploy a release. In Pybytes, go to *Applications* -> *My applications* -> *select target application* -> *Releases* Page: -1. *Select* target release by `clicking` *the three dots point* and Click on *Deploy*. +1. *Select* target release by clicking *the three dots point* and Click on *Deploy*. ![](/gitbook/assets/pybytes/releases/create-release-step-11.png) 2. You will get a list of all the devices within the application. ![](/gitbook/assets/pybytes/releases/create-release-step-12.png) - * `Select` list of device + * Select target devices ![](/gitbook/assets/pybytes/releases/create-release-step-13.png) diff --git a/content/pybytes/releases/new.md b/content/pybytes/releases/new.md index a63e40d..4acd1a8 100644 --- a/content/pybytes/releases/new.md +++ b/content/pybytes/releases/new.md @@ -16,15 +16,15 @@ In Pybytes, go to *Applications* -> *My applications* -> *select target applicat 2. A list of pre-configured application configurations will be shown. ![](/gitbook/assets/pybytes/releases/create-release-step-2.png) -3. Select the target `firmware`, or omit this step. +3. Select the target firmware, or omit this step. ![](/gitbook/assets/pybytes/releases/create-release-step-3.png) 4. If you want to include code changes in this release you can: - * *check* _Upload the code_ `checkbox`. - * `Browse` your target code (should be a `zip` file) - * The `zip` file size is limited to `4MB` + * Check _Upload the code_ **checkbox**. + * Browse your target code (should be a **zip** file) + * The **zip** file size is limited to **4MB** ![](/gitbook/assets/pybytes/releases/create-release-step-7.png) - * Download and extend example release zip archive **[my-release.zip](/gitbook/assets/pybytes/releases/code-example/my-code.zip)** + * Download and extend example release zip archive **[my-release.zip](/gitbook/assets/pybytes/releases/code-example/my-code.zip)** * Or create a zip file with the following structure: ``` my_release.zip @@ -43,5 +43,5 @@ In Pybytes, go to *Applications* -> *My applications* -> *select target applicat 6. *Review* release details then *Click* Finish. ![](/gitbook/assets/pybytes/releases/create-release-step-9.png) -7. You can see a list of created releases under the `Releases` tab. +7. You can see a list of created releases under the **Releases** tab. ![](/gitbook/assets/pybytes/releases/create-release-step-10.png)