From fda563d22421e28887f12ae20bb05a36f064dd36 Mon Sep 17 00:00:00 2001 From: Bryan Zuelly Date: Thu, 3 Oct 2024 21:22:06 -0400 Subject: [PATCH] Added .pages file to directory for custom sorting(sorting events to the bottom) Corrected a few syntax errors. --- docs/.pages | 3 +++ .../board-specific/amlogic/amlogicboards.md | 2 +- .../board-specific/rockchip/rockchipboards.md | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 docs/.pages diff --git a/docs/.pages b/docs/.pages new file mode 100644 index 0000000..986c558 --- /dev/null +++ b/docs/.pages @@ -0,0 +1,3 @@ +nav: + - single_board_computers + - events diff --git a/docs/single_board_computers/board-specific/amlogic/amlogicboards.md b/docs/single_board_computers/board-specific/amlogic/amlogicboards.md index 52f37f6..6644781 100644 --- a/docs/single_board_computers/board-specific/amlogic/amlogicboards.md +++ b/docs/single_board_computers/board-specific/amlogic/amlogicboards.md @@ -1,7 +1,7 @@ # Amlogic-Based boards -The Libre boards below will require teh use of the ```libretech-flash-tool``` provided by libre computer. it can be found on [their](https://github.com/libre-computer-project/libretech-flash-tool) github page. +The Libre boards below will require the use of the ```libretech-flash-tool``` provided by libre computer. it can be found on [their](https://github.com/libre-computer-project/libretech-flash-tool) github page. - LibreTech-AC 'LaFrite'(S805X) - LibreTech CC 'LePotato'(S905X) diff --git a/docs/single_board_computers/board-specific/rockchip/rockchipboards.md b/docs/single_board_computers/board-specific/rockchip/rockchipboards.md index 9cbf727..553dd08 100644 --- a/docs/single_board_computers/board-specific/rockchip/rockchipboards.md +++ b/docs/single_board_computers/board-specific/rockchip/rockchipboards.md @@ -6,7 +6,7 @@ For the boards below you will use the ```libretech-flash-tool``` from Libre. It - rk3399 - roc-cc-rk3399 -The Orange Pi 5 and Rock 5b require proprietary blogs from Rockchip. The Rock5b uboot is built and provided by Raxda. The Orange Pi 5 uboot can be obtained from project on github or built locally using a docker container. For +The Orange Pi 5 and Rock 5b require proprietary blogs from Rockchip. The Rock5b uboot is built and provided by Raxda. The Orange Pi 5 uboot can be obtained from project on github or built locally using a docker container. More info to come soon. - Raxda Rock 5b - Orange Pi 5 \ No newline at end of file