Skip to content

Commit 15da8b3

Browse files
Update docs for 3D models
Removed commented-out banner images and adjusted QR code image classes in modules documentation. Updated grid styling and include references in system overview documentation for improved layout and consistency.
1 parent b68a373 commit 15da8b3

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed

docs/carriers.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
---
1212

13-
<!-- [![](./SparkFun_GNSS_Flex_pHAT/assets/img/banner-hookup_guide.png)](./SparkFun_GNSS_Flex_pHAT/index.md) -->
14-
1513
<model-viewer src="../SparkFun_GNSS_Flex_pHAT/assets/3d_model/web_model.glb" camera-controls poster="../SparkFun_GNSS_Flex_pHAT/assets/3d_model/poster.png" tone-mapping="neutral" shadow-intensity="2" shadow-softness="0.2" camera-orbit="0deg 75deg 0.1623m" field-of-view="25.11deg" style="width: 100%; height: 250px;">
1614
</model-viewer>
1715

docs/modules.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@
1010

1111
---
1212

13-
<!-- [![](./SparkPNT_GNSS_Flex_Module_mosaic-X5/assets/img/banner-hookup_guide.png)](./SparkPNT_GNSS_Flex_Module_mosaic-X5/index.md) -->
14-
1513
<model-viewer src="../SparkPNT_GNSS_Flex_Module_mosaic-X5/assets/3d_model/web_model.glb" camera-controls poster="../SparkPNT_GNSS_Flex_Module_mosaic-X5/assets/3d_model/poster.png" tone-mapping="neutral" shadow-intensity="2" shadow-softness="0.2" camera-orbit="0deg 50deg 0.103m" field-of-view="25.11deg" style="width: 100%; height: 250px;">
1614
</model-viewer>
1715

1816
<article style="text-align: center;" markdown>
1917
[Hookup Guide](./SparkPNT_GNSS_Flex_Module_mosaic-X5/index.md){ .md-button .md-button--primary }
2018

21-
![QR code to product page](./SparkPNT_GNSS_Flex_Module_mosaic-X5/assets/img/qr_code/product.png){ .tinyqr }
19+
![QR code to product page](./SparkPNT_GNSS_Flex_Module_mosaic-X5/assets/img/qr_code/product.png){ .qr }
2220
[Purchase from SparkFun :fontawesome-solid-cart-plus:{ .heart }](https://www.sparkfun.com/sparkpnt-gnss-flex-module-mosaic-x5.html){ .md-button .md-button--primary }
2321
</article>
2422

@@ -27,15 +25,13 @@
2725

2826
---
2927

30-
<!-- [![](./SparkPNT_GNSS_Flex_Module_LG290P/assets/img/banner-hookup_guide.png)](./SparkPNT_GNSS_Flex_Module_LG290P/index.md) -->
31-
3228
<model-viewer src="../SparkPNT_GNSS_Flex_Module_LG290P/assets/3d_model/web_model.glb" camera-controls poster="../SparkPNT_GNSS_Flex_Module_LG290P/assets/3d_model/poster.png" tone-mapping="neutral" shadow-intensity="2" shadow-softness="0.2" camera-orbit="0deg 50deg 0.103m" field-of-view="25.11deg" style="width: 100%; height: 250px;">
3329
</model-viewer>
3430

3531
<article style="text-align: center;" markdown>
3632
[Hookup Guide](./SparkPNT_GNSS_Flex_Module_LG290P/index.md){ .md-button .md-button--primary }
3733

38-
![QR code to product page](./SparkPNT_GNSS_Flex_Module_LG290P/assets/img/qr_code/product.png){ .tinyqr }
34+
![QR code to product page](./SparkPNT_GNSS_Flex_Module_LG290P/assets/img/qr_code/product.png){ .qr }
3935
[Purchase from SparkFun :fontawesome-solid-cart-plus:{ .heart }](https://www.sparkfun.com/sparkpnt-gnss-flex-module-lg290p.html){ .md-button .md-button--primary }
4036
</article>
4137

@@ -44,9 +40,7 @@
4440

4541
---
4642

47-
<!-- [![](./SparkPNT_GNSS_Flex_Module_DAN-F10N/assets/img/banner-hookup_guide.png)](./SparkPNT_GNSS_Flex_Module_DAN-F10N/index.md) -->
48-
49-
<model-viewer src="../SparkPNT_GNSS_Flex_Module_DAN-F10N/assets/3d_model/web_model.glb" camera-controls poster="../SparkPNT_GNSS_Flex_Module_DAN-F10N/assets/3d_model/poster.png" tone-mapping="neutral" shadow-intensity="2" shadow-softness="0.2" camera-orbit="90deg 50deg 0.103m" field-of-view="25.11deg" camera-target="0m 0.001m 0m" style="width: 100%; height: 250px;">
43+
<model-viewer src="../SparkPNT_GNSS_Flex_Module_DAN-F10N/assets/3d_model/web_model.glb" camera-controls poster="../SparkPNT_GNSS_Flex_Module_DAN-F10N/assets/3d_model/poster.png" tone-mapping="neutral" shadow-intensity="2" shadow-softness="0.2" camera-orbit="90deg 50deg 0.103m" field-of-view="25.11deg" style="width: 100%; height: 250px;">
5044
</model-viewer>
5145

5246
<article style="text-align: center;" markdown>

docs/system_overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ Below, are two generic examples of a GNSS Flex *module* and *carrier* board.
7777
### Ecosystem Boards
7878
Below, are all the available GNSS Flex boards in our ecosystem.
7979

80-
<div class="grid cards" markdown>
80+
<div class="grid cards" style="grid-template-columns: repeat(auto-fit,minmax(8rem,1fr));" markdown>
8181

82-
--8<-- "./modules.md:9:57"
82+
--8<-- "./modules.md:9:51"
8383

84-
--8<-- "./carriers.md:9:23"
84+
--8<-- "./carriers.md:9:21"
8585

8686
</div>
8787

0 commit comments

Comments
 (0)