Skip to content

Commit

Permalink
Rework guides
Browse files Browse the repository at this point in the history
Make it a post list so we can add multiple guides

Change-Id: Ie5419d00b7988f829f4329d890fa072e0b1f17e5
  • Loading branch information
SebaUbuntu committed Dec 11, 2023
1 parent 1cf1d4b commit 193dc45
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 37 deletions.
6 changes: 5 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,8 @@ paginate = 5
name = "Devices"
url = "/devices/"
weight = 2

[[menu.main]]
identifier = "guides"
name = "Guides"
url = "/guides/"
weight = 3
9 changes: 5 additions & 4 deletions content/about.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
+++
title = "About us"
aliases = ["about-us", "contact"]
+++
---
title: "About us"
aliases: ["about-us", "contact"]
---

We are a team of 5 working on mainlining various Nokia & Microsoft Lumia phones.

Because these devices were originally shipped with Windows Phone, it's a slightly different process to most mainlined phones.
Expand Down
4 changes: 0 additions & 4 deletions content/devices/cityman.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,3 @@ This device share its platform (octagon) with [Microsoft Lumia 950 (talkman)](/d
| Hall sensor | Yes |
| Magnetometer sensor | Yes |
| Proximity sensor | Yes |

# Installation

See [Install](/install)
4 changes: 0 additions & 4 deletions content/devices/dempsey.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,3 @@ summary: "dempsey"
# Notes

Camera flash is using PMIC VFLASH

# Installation

See [Install](/install)
4 changes: 0 additions & 4 deletions content/devices/makepeace.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,3 @@ summary: "makepeace"
# Notes

Camera flash is using PMIC VFLASH

# Installation

See [Install](/install)
4 changes: 0 additions & 4 deletions content/devices/moneypenny.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,3 @@ summary: "moneypenny"
| ALS/PRX | Yes |

# Notes

# Installation

See [Install](/install)
4 changes: 0 additions & 4 deletions content/devices/superman.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,3 @@ summary: "superman"
| ALS/PRX | Yes |

# Notes

# Installation

See [Install](/install)
4 changes: 0 additions & 4 deletions content/devices/talkman.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,3 @@ This device share its platform (octagon) with [Microsoft Lumia 950 XL (cityman)]
| Hall sensor | Yes |
| Magnetometer sensor | Yes |
| Proximity sensor | Yes |

# Installation

See [Install](/install)
4 changes: 0 additions & 4 deletions content/devices/tesla.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,3 @@ summary: "tesla"
# Notes

The capacitive buttons are not supported right now. This needs a driver for Synaptics RMI4 Functon 1A.

# Installation

See [Install](/install)
9 changes: 5 additions & 4 deletions content/install.md → content/guides/install.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
+++
title = "Install guide"
aliases = ["install", "guide"]
+++
---
title: "Install guide"
summary: "Linux installation guide"
aliases: ["install", "guide"]
---

**This is not ready to be installed.**

Expand Down

0 comments on commit 193dc45

Please sign in to comment.