Skip to content

Commit f35cfd9

Browse files
author
Kyle
authored
Updates to documentation for new website theme implementation (#912)
* Updated image include to use the full path to the image * Updated README.md's to hide table of contents with toc and updated table styling
1 parent 49596d1 commit f35cfd9

File tree

8 files changed

+22
-8
lines changed

8 files changed

+22
-8
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Documentation
33
permalink: /documentation/
44
redirect_from:
55
- /documentation/README.md/
6+
toc: false
67
---
78
Welcome to the official documentation for 96Boards, this documentation is written by the 96Boards team at Linaro with community contribution and links to third party material.
89

@@ -13,15 +14,16 @@ Select your platform for a list of supported products (left), or jump to 96Board
1314
- [96Boards Guides](guides/)
1415
- [Contribute to this repository](CONTRIBUTE.md)
1516

16-
<div style="overflow-x:scroll;" markdown="1">
17+
<div class="table-responsive" markdown="1">
1718

1819
| Platform | Description | Boards |
1920
|:---------------------------------------:|:-------------------------------------------:|:-------------------------------------------|
2021
| [**IoT Edition**](iot/) <br>[<img src="/assets/images/content/96IoT.svg" width="240" height="100" />](iot/) | Expand on all 96Boards with new interfaces for IoT, industrial<br>control, and other embedded applications. | [View Boards](iot/) |
2122
| [**Consumer Edition**](consumer/)<br> [<img src="/assets/images/content/96Consumer.svg" width="240" height="100" />](consumer/) <br> | These small, low-cost, and low-power consumer 96Boards<br>are great for developers, makers, and hobbyists! | [View Boards](consumer/)<br>[Guides](consumer/guides/)<br>[Compare](consumer/guides/compare_96boards_ce.md) |
2223
| [**Enterprise Edition**](enterprise/) <br>[<img src="/assets/images/content/96Enterprise.svg" width="240" height="100" />](enterprise/)| These powerful, reliable, ARM based 96Boards boards are<br>ideal targets for networking and server segments| [View Boards](enterprise/)<br> |
2324
| [**Mezzanine**](mezzanine/) <br>[<img src="/assets/images/content/96Partner.svg" width="240" height="100" />](mezzanine/) | Expand on all 96Boards with new interfaces for IoT,<br>industrial control, and other embedded applications. | [View Boards](mezzanine/) |
24-
25+
{:.table}
26+
#
2527
</div>
2628

2729
***

Specifications/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ redirect_from:
99
- /tv-specification
1010
- /camera-spec
1111
- /som-specification
12+
toc: false
1213
---
1314
- Consumer Edition Specification ([View](/documentation/Specifications/96Boards-CE-Specification.pdf) / [Download](https://linaro.co/ce-specification))
1415
- Low-cost Hardware Platform Specification

consumer/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ redirect_from:
55
- /documentation/ConsumerEdition/README.md/
66
- /documentation/ConsumerEdition
77
- /documentation/consumer/README.md/
8+
toc: false
89
---
910
Welcome to the official documentation for Consumer Edition 96Boards, these documents are written by the [96Boards](https://www.96boards.org) team at [Linaro](http://www.linaro.org) with community contributions and links to third-party content.
1011

@@ -15,7 +16,7 @@ Select your Consumer Edition 96Boards device to access all product specific reso
1516
- [Compare 96Boards](guides/compare_96boards_ce.md)
1617
- [96Boards CE Extras](guides/)
1718

18-
<div style="overflow-x:scroll;" markdown="1">
19+
<div class="table-responsive" markdown="1">
1920

2021
| 96Boards | About | Options |
2122
|:------------------------------------------------:|:------------------------------------------------------:|:--------------------------:|
@@ -36,5 +37,6 @@ Select your Consumer Edition 96Boards device to access all product specific reso
3637
<img src="https://i.imgur.com/ndacN8g.png" data-canonical-src="https://i.imgur.com/ndacN8g.png" width="200" height="130" /><br> **MediaTek X20** | Board based on MediaTek X20 Applications Processor | [Documentation](mediatekx20/)<br> |
3738
| <img src="https://github.com/96boards/documentation/blob/master/consumer/mediatekx20pro/additional-docs/images/images-board/sd/mediatekx20pro-front-sd.jpg?raw=true" data-canonical-src="https://github.com/96boards/documentation/blob/master/consumer/mediatekx20pro/additional-docs/images/images-board/sd/mediatekx20pro-front-sd.jpg?raw=true" width="200" height="130" /><br> **MediaTek X20 Pro** | Board based on MediaTek X20 Applications Processor | [Documentation](mediatekx20pro/)<br> |
3839
| <img src="https://github.com/96boards/documentation/blob/master/consumer/b2260/additional-docs/images/images-board/sd/ST_B2260_Front_SD.png?raw=true" data-canonical-src="https://github.com/96boards/documentation/blob/master/consumer/b2260/additional-docs/images/images-board/sd/ST_B2260_Front_SD.png?raw=true" width="200" height="200" /><br> **B2260** | Board based on the Cannes2-STiH410 SoC | [Documentation](b2260/)<br> |
40+
{:.table}
3941

4042
</div>

consumer/dragonboard/dragonboard410c/vendor-docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Discover our list of community and vendor sponsored DragonBoard 410c documents.
1313

1414
## On Qualcomm Developer Network
1515

16-
{% include image.html name="qc_developer_network.png" alt="Qualcomm Developer Network Image" %}
16+
{% include image.html path="/assets/images/content/qc_developer_network.png" alt="Qualcomm Developer Network Image" %}
1717

1818
- [Qualcomm Developer Network](https://developer.qualcomm.com/hardware/dragonboard-410c/tools)
1919
- [Android Release Notes](https://developer.qualcomm.com/download/db410c/android_release_notes-LM80-P0436-12_Rev_G.pdf)

enterprise/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ redirect_from:
55
- /documentation/EnterpriseEdition/README.md/
66
- /documentation/EnterpriseEdition/
77
- /documentation/enterprise/README.md
8+
toc: false
89
---
910
Welcome to the official documentation for 96Boards, this documentation is written by the 96Boards team at Linaro with community contribution and links to third party material.
1011

1112
Select your Enterprise Edition 96Boards device to access all product related resources
12-
<div style="overflow-x:scroll;" markdown="1">
13+
<div class="table-responsive" markdown="1">
1314

1415
| 96Boards | About | Options |
1516
|:---------------------------------------:|:-------------------------------------------:|:---------------------------------------------:|
@@ -19,6 +20,7 @@ Select your Enterprise Edition 96Boards device to access all product related res
1920
| <img src="poplar/additional-docs/images/images-board/sd/poplar-front-sd.png" data-canonical-src="poplar/additional-docs/images/images-board/sd/poplar-front-sd.png" width="220" height="180" /><br> **Poplar** | Board based on HiSilicon Hi3798C V200 | [Documentation](poplar/)<br> |
2021
| <img src="poplar-hoperun/additional-docs/images/images-board/sd/poplar-front-sd.png" data-canonical-src="poplar-hoperun/additional-docs/images/images-board/sd/poplar-front-sd.png" width="220" height="180" /><br> **Hoperun Poplar** | Board based on HiSilicon Hi3798C V200 | [Documentation](poplar-hoperun/)<br> |
2122
| <img src="oxalis/additional-docs/images/images-board/sd/oxalis-front-sd.JPG" data-canonical-src="oxalis/additional-docs/images/images-board/sd/oxalis-front-sd.JPG" width="220" height="180" /><br> **Oxalis** | Board Based on NXP Layerscape LS1012A | [Documentation](oxalis/)<br> |
23+
{:.table}
2224

2325
</div>
2426

iot/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,20 @@ redirect_from:
55
- /documentation/iot/README.md/
66
- /documentation/IoTEdition/README.md/
77
- /documentation/IoTEdition/
8+
toc: false
89
---
910
Welcome to the official documentation for IoT Edition 96Boards, these documents are written by the [96Boards](https://www.96boards.org) team at [Linaro](http://www.linaro.org) with community contributions and links to third-party content.
1011

1112
Select your IoT Edition 96Boards device to access all product related resources
1213

13-
<div style="overflow-x:scroll;" markdown="1">
14+
<div class="table-responsive" markdown="1">
1415

1516
| 96Boards | About | Options |
1617
|:----------------------------------------:|:--------------------------------------------------------------------------:|:----------------------------------------:|
1718
| <img src="https://github.com/96boards/documentation/blob/master/iot/wistrio/additional-docs/images/images-board/sd/wistrio-antenna-sd-front.png?raw=true" data-canonical-src="https://github.com/96boards/documentation/blob/master/iot/wistrio/additional-docs/images/images-board/sd/wistrio-antenna-sd-front.png?raw=true" width="200" height="100" /><br> **WisTrio** | Board based on the RAK5205 | [Documentation](wistrio/)<br> |
1819
| <img src="https://github.com/sdrobertw/documentation/blob/master/iot/carbon/additional-docs/images/images-board/sd/carbon-front-sd.png?raw=true" data-canonical-src="https://github.com/sdrobertw/documentation/blob/master/iot/carbon/additional-docs/images/images-board/sd/carbon-front-sd.png?raw=true" width="200" height="100" /><br> **Carbon** | Board based on the STM32F401RE Processor and <br>nRF51822 <em>Bluetooth</em>® wireless technology controller | [Documentation](carbon/)<br> |
1920
| <img src="https://github.com/sdrobertw/documentation/blob/master/iot/nitrogen/additional-docs/images/images-board/sd/nitrogen-front-sd.png?raw=true" data-canonical-src="https://github.com/sdrobertw/documentation/blob/master/iot/nitrogen/additional-docs/images/images-board/sd/nitrogen-front-sd.png?raw=true" width="200" height="100" /><br> **Nitrogen** | Board based on the nRF52832 microcontroller | [Documentation](nitrogen/)<br> |
2021
| <img src="https://github.com/96boards/documentation/blob/master/iot/orangepi-i96/additional-docs/images/images-board/sd/orangepi-i96-front-sd.png?raw=true" data-canonical-src="https://github.com/96boards/documentation/blob/master/iot/orangepi-i96/additional-docs/images/images-board/sd/orangepi-i96-front-sd.png?raw=true" width="200" height="100" /><br> **Orange Pi i96** | Board based on the RDA8810PL ARM Cortex-A5 | [Documentation](orangepi-i96/)<br>(beta) |
22+
{:.table}
2123

2224
</div>

mezzanine/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
title: Mezzanine Edition Documentation
33
permalink: /documentation/mezzanine/
44
redirect_from: /documentation/mezzanine/README.md/
5+
toc: false
56
---
67
Mezzanine Design Guidelines ([View](https://github.com/96boards/documentation/blob/master/mezzanine/files/mezzanine-design-guidelines.pdf) / [Download](https://github.com/96boards/documentation/raw/master/mezzanine/files/mezzanine-design-guidelines.pdf))
78

8-
<div style="overflow-x:scroll;" markdown="1">
9+
<div class="table-responsive" markdown="1">
910

1011
| 96Boards | About | Options |
1112
|:------------------------------------------------:|:------------------------------------------------------:|:----------------------------------------------------:|
@@ -22,5 +23,6 @@ Mezzanine Design Guidelines ([View](https://github.com/96boards/documentation/bl
2223
| <img src="neonkey/neonkey-front-sd.JPG" data-canonical-src="neonkey/neonkey-front-sd.JPG" width="200" height="85" /><br> **NeonKey** | Neonkey is the sensor hub platform for all 96Boards compliant family products | [Documentation](/documentation/mezzanine/neonkey/)<br> |
2324
| <img src="https://www.96boards.org/product/mezzanine/arrow-nextbio/images/nextbio-back-sd.jpg?raw=true" data-canonical-src="https://www.96boards.org/product/mezzanine/arrow-nextbio/images/nextbio-back-sd.jpg?raw=true" width="200" height="85" /><br> **NEXTBiometrics Fingerprint Sensor Mezzanine** | The NB-2023-S2 shield board with assembled NB-2023-S2-VAIX (SPI) fingerprint module is a fingerprint development shield for the DragonBoard 410c development board by Arrow Electronics. | [Documentation](/documentation/mezzanine/arrow-nextbio/)<br> |
2425
| <img src="https://www.96boards.org/product/mezzanine/shiratech-lte/images/shiratech-lte-front-sd.jpg?raw=true" data-canonical-src="https://www.96boards.org/product/mezzanine/shiratech-lte/images/shiratech-lte-front-sd.jpg?raw=true" width="200" height="85" /><br> **Shiratech LTE and Sensors Mezzanine** | Shiratech LTE and Sensor Mezzanine adds LTE modem functionality and a set of sensors to any 96Boards compatible board | [Documentation](/documentation/mezzanine/shiratech-lte/)<br> |
26+
{:.table}
2527

2628
</div>

som/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@
22
title: SoM Edition Documentation
33
permalink: /documentation/som/
44
redirect_from: /documentation/som/README.md/
5+
toc: false
56
---
67
The SoM Edition (SoM) (Wireless and Compute) is a 96Boards specification which encourages the development of reliable and cost-effective embedded platforms for building end-products.
78

8-
<div style="overflow-x:scroll;" markdown="1">
9+
<div class="table-responsive" markdown="1">
910

1011
| 96Boards | About | Options |
1112
|:------------------------------------------------:|:------------------------------------------------------:|:----------------------------------------------------:|
1213
| **96Boards SoM Carrier Board** | The 96Boards SoM Carrier Board is an Interface debugging and testing carrier board. | [Documentation](/documentation/som/96boards-som-carrier-board/) |
1314
| **TB-96AI** | TB-96AI is a powerful core board for artificial intelligence. | [Documentation](/documentation/som/tb-96ai/) |
1415
| **TB-96AIoT** | TB-96AIoT is a low-power, high-powered core board for the AIoT field. | [Documentation](/documentation/som/tb-96aiot/)<br> |
16+
{:.table}
17+
1518
</div>

0 commit comments

Comments
 (0)