Skip to content

Commit

Permalink
Added full versions
Browse files Browse the repository at this point in the history
  • Loading branch information
x1y committed Oct 10, 2024
1 parent b472c00 commit dccb5f6
Show file tree
Hide file tree
Showing 44 changed files with 284 additions and 11 deletions.
6 changes: 6 additions & 0 deletions content/documentation/Accessories/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Accessories full documentation"
draft: false
---

{{< docs/onepage section="Accessories" >}}
6 changes: 6 additions & 0 deletions content/documentation/Clusterboard/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Clusterboard full documentation"
draft: false
---

{{< docs/onepage section="Clusterboard" >}}
6 changes: 6 additions & 0 deletions content/documentation/General/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "General full documentation"
draft: false
---

{{< docs/onepage section="General" >}}
6 changes: 6 additions & 0 deletions content/documentation/Introduction/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Introduction full documentation"
draft: false
---

{{< docs/onepage section="Introduction" >}}
6 changes: 6 additions & 0 deletions content/documentation/Ox64/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Ox64 full documentation"
draft: false
---

{{< docs/onepage section="Ox64" >}}
6 changes: 6 additions & 0 deletions content/documentation/Oz64/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Oz64 full documentation"
draft: false
---

{{< docs/onepage section="Oz64" >}}
6 changes: 6 additions & 0 deletions content/documentation/PINE_H64_Model_A/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "PINE H64 Model A full documentation"
draft: false
---

{{< docs/onepage section="PINE_H64_Model_A" >}}
6 changes: 6 additions & 0 deletions content/documentation/PINE_H64_Model_B/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "PINE H64 Model B full documentation"
draft: false
---

{{< docs/onepage section="PINE_H64_Model_B" >}}
6 changes: 6 additions & 0 deletions content/documentation/Phone_Accessories/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Phone Accessories full documentation"
draft: false
---

{{< docs/onepage section="Phone_Accessories" >}}
6 changes: 6 additions & 0 deletions content/documentation/PineBuds_Pro/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "PineBuds Pro full documentation"
draft: false
---

{{< docs/onepage section="PineBuds_Pro" >}}
6 changes: 6 additions & 0 deletions content/documentation/PineCone/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "PineCone full documentation"
draft: false
---

{{< docs/onepage section="PineCone" >}}
6 changes: 6 additions & 0 deletions content/documentation/PineCube/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "PineCube full documentation"
draft: false
---

{{< docs/onepage section="PineCube" >}}
6 changes: 6 additions & 0 deletions content/documentation/PineNote/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "PineNote full documentation"
draft: false
---

{{< docs/onepage section="PineNote" >}}
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ TODO: i2cdev, linux-iio, support matrix
* /dev/ttyUSB2: AT command interface
* /dev/ttyUSB1: default NMEA data output
* MPU6050:inv_mpu6050, inv_mpu6050_i2c, industrialio

```
iio:device2: mpu6050 (buffer capable)
9 channels found:
accel_x: (input, index: 0, format: be:S16/16>>0)
Expand Down Expand Up @@ -134,9 +134,10 @@ TODO: i2cdev, linux-iio, support matrix
attr 0: data_available value: 0
attr 1: watermark value: 1
Current trigger: trigger1(mpu6050-dev2)
```
* LIS3MDL: st_sensors, st_sensors_i2c, st_magn, st_magn_i2c, industrialio


```
iio:device1: lis3mdl (buffer capable)
4 channels found:
magn_x: (input, index: 0, format: le:S16/16>>0)
Expand All @@ -163,6 +164,7 @@ TODO: i2cdev, linux-iio, support matrix
attr 0: data_available value: 0
attr 1: watermark value: 1
Current trigger: trigger0(lis3mdl-trigger)
```

### Userspace services

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Download and install the application: https://etcher.balena.io/#download-etcher

Then start it and click the button _Flash from file_:

{{< figure src="../Etcher1.png" width="600" >}}
{{< figure src="/documentation/PinePhone/Installation/Etcher1.png" width="600" >}}

Select the downloaded image and make sure that you downloaded the correct one. Images for the PinePhone and the PinePhone Pro are _'not compatible_' with each other. Images for the PinePhone typically have the word "PinePhone" in the filename, while images for the PinePhone Pro typically have "PinePhone Pro" in their filename.

Expand All @@ -40,15 +40,15 @@ Select the downloaded image and make sure that you downloaded the correct one. I

Then click on _Select target_:

{{< figure src="../Etcher3.png" width="600" >}}
{{< figure src="/documentation/PinePhone/Installation/Etcher3.png" width="600" >}}

{{< admonition type="note" >}}
Make sure to select the correct target by comparing the name and the disk capacity with the label on the microSD card.
{{< /admonition >}}

Then click on _Flash!_:

{{< figure src="../Etcher4.png" width="600" >}}
{{< figure src="/documentation/PinePhone/Installation/Etcher4.png" width="600" >}}

That’s it!

Expand Down
6 changes: 6 additions & 0 deletions content/documentation/PinePhone/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "PinePhone full documentation"
draft: false
---

{{< docs/onepage section="PinePhone" >}}
6 changes: 6 additions & 0 deletions content/documentation/PinePhone_Pro/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "PinePhone Pro full documentation"
draft: false
---

{{< docs/onepage section="PinePhone_Pro" >}}
6 changes: 6 additions & 0 deletions content/documentation/PinePower/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "PinePower full documentation"
draft: false
---

{{< docs/onepage section="PinePower" >}}
6 changes: 6 additions & 0 deletions content/documentation/PineTab-V/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "PineTab-V full documentation"
draft: false
---

{{< docs/onepage section="PineTab-V" >}}
6 changes: 6 additions & 0 deletions content/documentation/PineTab/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "PineTab full documentation"
draft: false
---

{{< docs/onepage section="PineTab" >}}
6 changes: 6 additions & 0 deletions content/documentation/PineTab2/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "PineTab2 full documentation"
draft: false
---

{{< docs/onepage section="PineTab2" >}}
6 changes: 6 additions & 0 deletions content/documentation/PineTime/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "PineTime full documentation"
draft: false
---

{{< docs/onepage section="PineTime" >}}
6 changes: 6 additions & 0 deletions content/documentation/PineVox/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "PineVox full documentation"
draft: false
---

{{< docs/onepage section="PineVox" >}}
6 changes: 6 additions & 0 deletions content/documentation/Pine_A64-LTS/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Pine A64-LTS full documentation"
draft: false
---

{{< docs/onepage section="Pine_A64-LTS" >}}
6 changes: 6 additions & 0 deletions content/documentation/Pine_A64/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Pine A64 full documentation"
draft: false
---

{{< docs/onepage section="Pine_A64" >}}
6 changes: 6 additions & 0 deletions content/documentation/Pinebook/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Pinebook full documentation"
draft: false
---

{{< docs/onepage section="Pinebook" >}}
6 changes: 6 additions & 0 deletions content/documentation/Pinebook_Pro/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Pinebook Pro full documentation"
draft: false
---

{{< docs/onepage section="Pinebook_Pro" >}}
6 changes: 6 additions & 0 deletions content/documentation/Pinecil/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Pinecil full documentation"
draft: false
---

{{< docs/onepage section="Pinecil" >}}
6 changes: 6 additions & 0 deletions content/documentation/Pinedio/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Pinedio full documentation"
draft: false
---

{{< docs/onepage section="Pinedio" >}}
6 changes: 6 additions & 0 deletions content/documentation/Quartz64/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Quartz64 full documentation"
draft: false
---

{{< docs/onepage section="Quartz64" >}}
6 changes: 6 additions & 0 deletions content/documentation/QuartzPro64/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "QuartzPro64 full documentation"
draft: false
---

{{< docs/onepage section="QuartzPro64" >}}
6 changes: 6 additions & 0 deletions content/documentation/ROCK64/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "ROCK64 full documentation"
draft: false
---

{{< docs/onepage section="ROCK64" >}}
6 changes: 6 additions & 0 deletions content/documentation/ROCKPro64/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "ROCKPro64 full documentation"
draft: false
---

{{< docs/onepage section="ROCKPro64" >}}
6 changes: 6 additions & 0 deletions content/documentation/RockBox/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "RockBox full documentation"
draft: false
---

{{< docs/onepage section="RockBox" >}}
6 changes: 6 additions & 0 deletions content/documentation/SOEDGE/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "SOEDGE full documentation"
draft: false
---

{{< docs/onepage section="SOEDGE" >}}
6 changes: 6 additions & 0 deletions content/documentation/SOEDGE_Baseboard/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "SOEDGE Baseboard full documentation"
draft: false
---

{{< docs/onepage section="SOEDGE_Baseboard" >}}
6 changes: 6 additions & 0 deletions content/documentation/SOPINE/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "SOPINE full documentation"
draft: false
---

{{< docs/onepage section="SOPINE" >}}
6 changes: 6 additions & 0 deletions content/documentation/SOPINE_Baseboard/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "SOPINE Baseboard full documentation"
draft: false
---

{{< docs/onepage section="SOPINE_Baseboard" >}}
6 changes: 6 additions & 0 deletions content/documentation/SOQuartz/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "SOQuartz full documentation"
draft: false
---

{{< docs/onepage section="SOQuartz" >}}
6 changes: 6 additions & 0 deletions content/documentation/STAR64/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "STAR64 full documentation"
draft: false
---

{{< docs/onepage section="STAR64" >}}
6 changes: 6 additions & 0 deletions content/documentation/Unsorted/_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Unsorted full documentation"
draft: false
---

{{< docs/onepage section="Unsorted" >}}
6 changes: 3 additions & 3 deletions themes/pinetheme/layouts/partials/breadcrumb.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@
{{ range .Ancestors.Reverse }}

<!-- Filter top level -->
{{ if ne .Permalink .Site.BaseURL }}
{{ if ne .Kind "home" }}

<a href="{{ .Permalink }}">{{ .LinkTitle }}</a> /

{{ end }}
{{ end }}

<!-- Current -->
{{ .LinkTitle }}
{{ .Title }}

</ul>

</div>
<div>
<span class="editpage">
<a href="https://github.com/pine64/website/edit/main/content/{{ .File.Path }}">Edit&nbsp;page</a>
<a href="https://github.com/pine64/website/edit/main/content/{{ .File.Path }}" target="_blank">Edit&nbsp;page</a>
</span>
</div>
</div>
4 changes: 1 addition & 3 deletions themes/pinetheme/layouts/partials/doc-nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,13 @@ <h3>Table of contents</h3>
<a class='sidebar-nav-item' href="{{ .URL }}">{{ .Name }}</a>
<br>
<hr>

<br>
{{end}}

{{end}}


{{ if and .HasChildren (or ($currentPage.IsMenuCurrent "docs" .) ($currentPage.HasMenuCurrent "docs" .)) }}

<ul>

<!-- Children -->
Expand Down
Loading

0 comments on commit dccb5f6

Please sign in to comment.