Skip to content

Commit f7c67f6

Browse files
committed
docs: update image alt text for clarity
Updated the alt text for images in various documentation files to improve accessibility and provide clearer descriptions. Signed-off-by: Chiho Sin <[email protected]>
1 parent f28432a commit f7c67f6

File tree

10 files changed

+24
-24
lines changed

10 files changed

+24
-24
lines changed

docs/platform/arduino.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ https://fobe-projects.github.io/arduino/package_fobe_index.json
4848

4949

5050
<div style={{ textAlign: 'center' }}>
51-
<img src="/img/screenshot/2025-09-10-20-27-51.webp" alt="2025-09-10-20-27-51.webp" style={{ width: '80%', height: 'auto' }} />
51+
<img src="/img/screenshot/2025-09-10-20-27-51.webp" alt="Guide Screenshot" style={{ width: '80%', height: 'auto' }} />
5252
</div>
5353

5454

@@ -61,7 +61,7 @@ https://fobe-projects.github.io/arduino/package_fobe_index.json
6161

6262

6363
<div style={{ textAlign: 'center' }}>
64-
<img src="/img/screenshot/2025-09-10-20-28-36.webp" alt="2025-09-10-20-28-36.webp" style={{ width: '80%', height: 'auto' }} />
64+
<img src="/img/screenshot/2025-09-10-20-28-36.webp" alt="Guide Screenshot" style={{ width: '80%', height: 'auto' }} />
6565
</div>
6666

6767

docs/platform/circuitpython.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ To install the CircuitPython firmware, follow these steps:
7777
3. **Double-click** the **reset button** on the device to enter **bootloader** mode.
7878

7979
<div style={{ textAlign: 'center' }}>
80-
<img src="/img/screenshot/2025-07-21-10-48-27.webp" alt="2025-07-21-10-48-27.webp" style={{ width: '80%', height: 'auto' }} />
80+
<img src="/img/screenshot/2025-07-21-10-48-27.webp" alt="Guide Screenshot" style={{ width: '80%', height: 'auto' }} />
8181
</div>
8282

8383
4. Copy the `.uf2` file to the device storage ```FOBEBOOT```.

docs/platform/micropython.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ To install the MicroPython firmware, follow these steps:
7777
2. Connect the **board** Mesh to your computer using a **USB-C** cable.
7878
3. **Double-click** the **reset button** on the device to enter **bootloader** mode.
7979

80-
<br/><div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-21-10-48-27.webp" alt="2025-07-21-10-48-27.webp" style={{ width: '80%', height: 'auto' }} /></div><br/>
80+
<br/><div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-21-10-48-27.webp" alt="Guide Screenshot" style={{ width: '80%', height: 'auto' }} /></div><br/>
8181

8282
4. Copy the `.uf2` file to the device storage ```FOBEBOOT```.
8383
5. After flashing, the device should reboot automatically. If it does not, press the **RESET** button on the board to start the **MicroPython** firmware.

docs/platform/zephyr.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ features and optimizations.
193193
:::
194194

195195
Now you have a simple LED blinking example (Zephyr Standalone project) running on the board.
196-
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-21-13-38-07.webp" alt="2025-07-21-13-38-07.webp" style={{ width: '100%', height: 'auto' }} /></div>
196+
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-21-13-38-07.webp" alt="Guide Screenshot" style={{ width: '100%', height: 'auto' }} /></div>
197197

198198
More information about the **Zephyr** can be found in the [Zephyr documentation](https://docs.zephyrproject.org/latest/).
199199

docs/product/f1101/programming.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You can follow the official guide of [PlatformIO](https://platformio.org/platfor
4545
2. Click "Advanced Installation" button.
4646
3. Input the git repository URL ```https://github.com/fobe-projects/fobe-nrf52-platformio.git#develop``` then click "Install" button, and wait for the installation to complete.
4747

48-
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-19-02-24-59.webp" alt="2025-07-19-02-24-59.webp" style={{ width: '80%', height: 'auto' }} /></div>
48+
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-19-02-24-59.webp" alt="Guide Screenshot" style={{ width: '80%', height: 'auto' }} /></div>
4949

5050
Or you can use the **pio** command line tool to install:
5151

@@ -60,15 +60,15 @@ You can follow the official guide of [PlatformIO](https://platformio.org/platfor
6060
3. Input the project name, select the board "FoBE Quill nRF52840 Mesh", and select the framework "Arduino".
6161
4. Click "Finish" button, waiting for the project created.
6262

63-
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-19-02-04-49.webp" alt="2025-07-19-02-04-49.webp" style={{ width: '80%', height: 'auto' }} /></div>
63+
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-19-02-04-49.webp" alt="Guide Screenshot" style={{ width: '80%', height: 'auto' }} /></div>
6464

6565
5. Open the `src/main.cpp` file and write your code.
6666

67-
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-19-02-24-07.webp" alt="2025-07-19-02-24-07.webp" style={{ width: '80%', height: 'auto' }} /></div>
67+
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-19-02-24-07.webp" alt="Guide Screenshot" style={{ width: '80%', height: 'auto' }} /></div>
6868

6969
6. Click the "Upload" button to compile and upload your code.
7070

71-
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-19-02-25-52.webp" alt="2025-07-19-02-25-52.webp" style={{ width: '80%', height: 'auto' }} /></div>
71+
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-19-02-25-52.webp" alt="Guide Screenshot" style={{ width: '80%', height: 'auto' }} /></div>
7272

7373

7474
## MicroPython

docs/product/f1101/quickstart.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -353,13 +353,13 @@ Ensure your USB cable supports data transfer (USB 2.0 or higher). Charge-only ca
353353
- Select the port corresponding to your FoBE Quill nRF52840 Mesh board.
354354
- Select **FoBE Quill nRF52840 Mesh** from the list of available boards.
355355

356-
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-19-00-58-16.webp" alt="2025-07-19-00-58-16.webp" style={{ width: '80%', height: 'auto' }} /></div>
356+
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-19-00-58-16.webp" alt="Guide Screenshot" style={{ width: '80%', height: 'auto' }} /></div>
357357

358358
6. Open an example sketch.
359359

360360
- Navigate to **File** > **Examples** > **01.Basics** > **Blink**.
361361

362-
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-19-00-59-35.webp" alt="2025-07-19-00-59-35.webp" style={{ width: '80%', height: 'auto' }} /></div>
362+
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-19-00-59-35.webp" alt="Guide Screenshot" style={{ width: '80%', height: 'auto' }} /></div>
363363

364364
7. Upload the sketch.
365365

@@ -374,7 +374,7 @@ If you want to use the USB Serial for printing output, ensure you enable "Serial
374374
```
375375
:::
376376

377-
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-19-01-00-36.webp" alt="2025-07-19-01-00-36.webp" style={{ width: '80%', height: 'auto' }} /></div>
377+
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-19-01-00-36.webp" alt="Guide Screenshot" style={{ width: '80%', height: 'auto' }} /></div>
378378

379379
Once the upload is complete, the onboard blue LED should start blinking, indicating that your board is successfully set up and running the example sketch.
380380

@@ -537,7 +537,7 @@ Download the latest firmware from the [Firmware Hub](/firmware-hub?id=fobe_quill
537537

538538
Double click the **Reset** button, there should be a `FoBE Boot` drive on your PC.
539539

540-
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-21-14-46-54.webp" alt="2025-07-21-14-46-54.webp" style={{ width: '20%', height: 'auto' }} /></div>
540+
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-21-14-46-54.webp" alt="Guide Screenshot" style={{ width: '20%', height: 'auto' }} /></div>
541541

542542
Drag the `firmware-fobe_quill_nrf52840_mesh-2.7.3.cf574c7.uf2` file to the drive. The installation will run automatically, then the drive will disappear.
543543

docs/product/f1102/programming.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You can follow the official guide of [PlatformIO](https://platformio.org/platfor
4545
2. Click "Advanced Installation" button.
4646
3. Input the git repository URL ```https://github.com/fobe-projects/fobe-esp32-platformio.git#develop``` then click "Install" button, and wait for the installation to complete.
4747

48-
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-08-06-21-34-37.webp" alt="2025-08-06-21-34-37.webp" style={{ width: '80%', height: 'auto' }} /></div>
48+
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-08-06-21-34-37.webp" alt="Guide Screenshot" style={{ width: '80%', height: 'auto' }} /></div>
4949

5050
Or you can use the **pio** command line tool to install:
5151

@@ -60,15 +60,15 @@ You can follow the official guide of [PlatformIO](https://platformio.org/platfor
6060
3. Input the project name, select the board "FoBE Quill ESP32S3 Mesh", and select the framework "Arduino".
6161
4. Click "Finish" button, waiting for the project created.
6262

63-
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-08-07-04-15-50.webp" alt="2025-08-07-04-15-50.webp" style={{ width: '80%', height: 'auto' }} /></div>
63+
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-08-07-04-15-50.webp" alt="Guide Screenshot" style={{ width: '80%', height: 'auto' }} /></div>
6464

6565
5. Open the `src/main.cpp` file and write your code.
6666

67-
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-08-07-04-17-19.webp" alt="2025-08-07-04-17-19.webp" style={{ width: '80%', height: 'auto' }} /></div>
67+
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-08-07-04-17-19.webp" alt="Guide Screenshot" style={{ width: '80%', height: 'auto' }} /></div>
6868

6969
6. Click the "Upload" button to compile and upload your code.
7070

71-
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-08-07-04-17-50.webp" alt="2025-08-07-04-17-50.webp" style={{ width: '80%', height: 'auto' }} /></div>
71+
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-08-07-04-17-50.webp" alt="Guide Screenshot" style={{ width: '80%', height: 'auto' }} /></div>
7272

7373

7474
## MicroPython

docs/product/f1102/quickstart.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -340,20 +340,20 @@ Make sure your USB cable supports data transfer (USB 2.0 or USB 3.0 are both fin
340340
- Select the port corresponding to your FoBE ESP32-S3 Mesh board.
341341
- Select **FoBE ESP32-S3 Mesh** from the list of available boards.
342342

343-
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-08-06-17-45-51.webp" alt="2025-08-06-17-45-51.webp" style={{ width: '80%', height: 'auto' }} /></div>
343+
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-08-06-17-45-51.webp" alt="Guide Screenshot" style={{ width: '80%', height: 'auto' }} /></div>
344344

345345
6. Open an example sketch.
346346

347347
- Navigate to **File** > **Examples** > **01.Basics** > **Blink**.
348348

349-
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-19-00-59-35.webp" alt="2025-07-19-00-59-35.webp" style={{ width: '80%', height: 'auto' }} /></div>
349+
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-19-00-59-35.webp" alt="Guide Screenshot" style={{ width: '80%', height: 'auto' }} /></div>
350350

351351
7. Upload the sketch.
352352

353353
- Click the **Upload** button (right arrow icon) in the Arduino IDE toolbar.
354354
- Wait for the upload process to complete.
355355

356-
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-08-06-17-47-14.webp" alt="2025-08-06-17-47-14.webp" style={{ width: '80%', height: 'auto' }} /></div>
356+
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-08-06-17-47-14.webp" alt="Guide Screenshot" style={{ width: '80%', height: 'auto' }} /></div>
357357

358358
Once the upload is complete, the onboard blue LED should start blinking, indicating that your board is successfully set up and running the example sketch.
359359

@@ -521,7 +521,7 @@ Download the latest firmware from the [FoBE Meshtastic Index](https://meshtastic
521521
522522
Double click the **Reset** button, there should be a `FoBE Boot` drive on your PC.
523523
524-
<br/><div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-21-14-46-54.webp" alt="2025-07-21-14-46-54.webp" style={{ width: '20%', height: 'auto' }} /></div><br/>
524+
<br/><div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-21-14-46-54.webp" alt="Guide Screenshot" style={{ width: '20%', height: 'auto' }} /></div><br/>
525525
526526
Drag the `firmware-fobe_quill_esp32s3_mesh-2.7.3.cf574c7.uf2` file to the drive. The installation will run automatically, then the drive will disappear.
527527

docs/product/f2101/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ last_update:
2424
# Getting Started with FoBE Mesh Solar Power
2525

2626
<div style={{ textAlign: 'center' }}>
27-
<img src="/img/products/f2101-r1a.main.webp" style={{ width: '320px', height: 'auto' }} />
27+
<img src="/img/products/f2101-r1a.main.webp" alt="FoBE Mesh Solar Power" style={{ width: '320px', height: 'auto' }} />
2828
</div>
2929
<div className="theme-button-buy" style={{ textAlign: 'center' }}>
3030
<a href="https://store.fobestudio.com/products/f2101" target="_blank" rel="noopener noreferrer">

docs/product/f2102/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import Tabs from "@theme/Tabs";
2727
import TabItem from "@theme/TabItem";
2828

2929
<div style={{ textAlign: 'center' }}>
30-
<img src="/img/products/f2102-r1lg.main.webp" style={{ width: '320px', height: 'auto' }} />
30+
<img src="/img/products/f2102-r1lg.main.webp" alt="FoBE Mesh Tracker C1" style={{ width: '320px', height: 'auto' }} />
3131
</div>
3232
<div className="theme-button-buy" style={{ textAlign: 'center' }}>
3333
<a href="https://store.fobestudio.com/products/f2102" target="_blank" rel="noopener noreferrer">
@@ -198,7 +198,7 @@ Download the latest firmware from the [Firmware Hub](/firmware-hub?id=fobe_idea_
198198

199199
Double click the **Reset** button, there should be a `FoBE Boot` drive on your PC.
200200

201-
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-21-14-46-54.webp" alt="2025-07-21-14-46-54.webp" style={{ width: '20%', height: 'auto' }} /></div>
201+
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-21-14-46-54.webp" alt="Guide Screenshot" style={{ width: '20%', height: 'auto' }} /></div>
202202

203203
Drag the `firmware-fobe_idea_mesh_tracker_c1-2.7.3.cf574c7.uf2` file to the drive. The installation will run automatically, then the drive will disappear.
204204

0 commit comments

Comments
 (0)