docs: remove code snippet style and replace it with bold style

This commit is contained in:
Ahmad El Masri
2019-10-03 13:17:36 +02:00
parent 4c8d7e606a
commit 360aae48bb
3 changed files with 12 additions and 12 deletions

View File

@@ -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_

View File

@@ -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)

View File

@@ -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)