Skip to content

Commit 80355e9

Browse files
authored
Small changes in the wording to help readability (#33)
Signed-off-by: Luke Mallon (Nalum) <luke@mallon.ie>
1 parent 67ad872 commit 80355e9

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

docs/docs/blade/getting-started/assembly.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Removing the Blade from the box it will be wrapped in bubble wrap. The Latch and
1919

2020
<img src="/img/blade/rc2-parts.webp" alt="Blade parts" width={'70%'}/>
2121

22-
From the factory the Blade will have Kapton tape on the all of the threaded mounting points and the DIP Switches(if dev model). Remove the tape.
22+
From the factory the Blade will have Kapton tape on all of the threaded mounting points and the DIP Switches(if dev model). Remove the tape.
2323

2424
<img src="/img/blade/mk4-k-kapton.webp" alt="MK4 K blade with locations of Kapton tape marked"/>
2525

@@ -54,7 +54,7 @@ If you are unsure about which threaded insert to put the standoff in check the [
5454

5555
<img src="/img/blade/mk4-k-m2.webp" alt="MK4-k Blade with parts and Samsung SSD 980" width={'70%'}/>
5656

57-
To use the slot, screw the included M2x2.5 standoff into the threaded insert corresponding to the size of your M.2 device using a 5mm hex driver. In the bellow picture shows a Samsung SSD 980 which is a `2280` M.2 M key device.
57+
To use the slot, screw the included M2x2.5 standoff into the threaded insert corresponding to the size of your M.2 device using a 5mm hex driver. The bellow picture shows a Samsung SSD 980 which is a `2280` M.2 M key device.
5858

5959
<img src="/img/blade/mk4-k-m2-standoff.webp" alt="MK4-K blade with standoff installed in the 2280 position" width={'70%'}/>
6060

@@ -105,8 +105,8 @@ Included in the box
105105
:::warning
106106
To install the Heat Sink a Compute Module 4 must be installed first
107107
:::
108-
109-
Remove the plastic from the pre-applied thermal pads.
108+
109+
Remove the plastic from the pre-applied thermal pads.
110110

111111
<img src="/img/blade/mk4-k-hs-thermal.webp" alt="Heat Sink with thermal pads highlighted" width={'70%'}/>
112112

docs/docs/blade/getting-started/connect.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Then enter your password
8787
uptime@blade's password:
8888
```
8989
Once authenticated you will be presented with an active bash terminal.
90-
```txt
90+
```bash
9191
uptime@blade:~$
9292
```
9393

docs/docs/blade/getting-started/image.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To prepare a storage medium you will need another computer.
3434
The Compute Blade supports M key and B+M key M.2 devices, from size `2230` to `22110`
3535
</Admonition>
3636
The Compute Blade has a M.2 M key which supports both SATA and NVMe Solid State Drives(SSD).
37-
The M.2 SSD can be imaged the same as the microSD card but requires an USB to M.2 NVME/SATA Adapter, such as the [UGREEN M.2 NVMe SSD Enclosure Adapter](https://www.ugreen.com/collections/hard-drive-enclosure/products/ugreen-m-2-nvme-ssd-enclosure-adapter?variant=39915665195070).
37+
The M.2 SSD can be imaged the same as the microSD card but requires a USB to M.2 NVME/SATA Adapter, such as the [UGREEN M.2 NVMe SSD Enclosure Adapter](https://www.ugreen.com/collections/hard-drive-enclosure/products/ugreen-m-2-nvme-ssd-enclosure-adapter?variant=39915665195070).
3838
</TabItem>
3939
<TabItem value="emmc" label="eMMC">
4040
<Admonition type="warning">
@@ -80,7 +80,7 @@ Click the `NEXT` then click the `EDIT SETTINGS` button. Two settings need to be
8080

8181
- `GENERAL > Set hostname` - This name will be used to connect to your blade later
8282
- `GENERAL > Set username and password` - Use your own username and password
83-
- `GENERAL > Set locale setting`(Optional) - Set the blade locale setting
83+
- `GENERAL > Set locale setting`(Optional) - Set the blade locale setting
8484

8585
![Raspberry Pi Imager setting general](/img/imager/imager-setting-general.webp)
8686

@@ -119,7 +119,7 @@ Once completed remove the storage device from the computer.
119119
2. Using a 5mm hex driver, attach the standoff to the the location corresponding to your drives size
120120
3. Insert the M.2 SSD at a 30° angle and press down
121121
4. Place the M2 nylon washer on the M2x2.5 screw and install using a PH1 driver to retain the M.2 SSD
122-
122+
123123
![Compute Blade mk4 ssd slot](/img/blade/mk4-k-ssd.webp)
124124
</TabItem>
125125
<TabItem value="emmc" label="eMMC">
@@ -129,4 +129,4 @@ Once completed remove the storage device from the computer.
129129
</TabItem>
130130
</Tabs>
131131

132-
Your Blade is now ready to be powered on.
132+
Your Blade is now ready to be powered on.

docs/docs/blade/getting-started/power.mdx

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sidebar_position: 2.5
33
---
44
# Powering the blade
55

6-
The only way to power the Compute Blades is with Power over Ethernet(PoE). The exception to this is DEV model Blades which in additional have USB Type-C port that can be used to deliver power.
6+
The only way to power the Compute Blades is with Power over Ethernet(PoE). The exception to this is DEV model Blades which, in addition, has a USB Type-C port that can be used to deliver power.
77

88
## Power over Ethernet
99

@@ -13,7 +13,7 @@ To use a PoE you will need a PoE enabled injector or network switch.
1313
If you are unsure witch network switch to buy we have a list of [tested devices](/blade/compatibility/switch)
1414
:::
1515

16-
Then connect the Ethernet cable from you PoE enabled device to the Blade. This cable will provide power and network to the blade
16+
Then connect the Ethernet cable from your PoE enabled device to the Blade. This cable will provide power and network to the blade.
1717

1818
<img src="/img/blade/connect.png" width={'70%'}/>
1919
<img src='/img/blade/v1-poe-connected.webp' width={'70%'} />
@@ -26,16 +26,16 @@ If you are using a [BladeRunner](/bladerunner/) enclosure only PoE is a support
2626
:::
2727

2828
:::note
29-
For more information on PoE see out our dedicated [PoE page](/blade/guides/poe)
29+
For more information on PoE see our dedicated [PoE page](/blade/guides/poe)
3030
:::
3131

32-
## USB
32+
## USB
3333
:::warning
3434
Only the Dev model Compute Blade has a USB Type-C port.
3535
:::
3636

37-
Dev Blades can be powered over USB Type-C in addition to PoE. When using USB power make use the USB power supply can provided at least 2A at 5V.
37+
Dev Blades can be powered over USB Type-C in addition to PoE. When using USB power make sure the USB power supply can provided at least 2A at 5V.
3838

3939
<img src='/img/blade/v1-dev-usb.webp' width={'70%'} />
4040

41-
The USB Type-C port does not provided network connectivity. Usa a Ethernet cable to connect the blade to your network.
41+
The USB Type-C port does not provided network connectivity. Usa an Ethernet cable to connect the blade to your network.

0 commit comments

Comments
 (0)