diff --git a/README.md b/README.md
index 9e0d986..3fcd75b 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,9 @@
-Download: v1.2.39 Beta5 Website: [https://rerdavies.github.io/pipedal](https://rerdavies.github.io/pipedal).
+Download: v1.2.39 Beta5
+Website: [https://rerdavies.github.io/pipedal](https://rerdavies.github.io/pipedal).
+Documentation: [https://rerdavies.github.io/pipedal/Documentation.html](https://rerdavies.github.io/pipedal/Documentation.html).
@@ -15,7 +17,7 @@ Download: v1.2.
Use your Raspberry Pi as a guitar effects pedal. Configure and control PiPedal with your phone or tablet.
-PiPedal running on a Raspberry Pi 4 provides stable super-low-latency audio via external USB audio devices, or internal Raspberry Pi audio hats.
+PiPedal running on a Raspberry Pi 4 or Pi 5 provides stable super-low-latency audio via external USB audio devices, or internal Raspberry Pi audio hats.
PiPedal's user interface has been specifically designed to work well on small form-factor touch devices like phones or tablets. Clip a phone or tablet on your microphone stand on stage, and you're ready to play! Or connect via a desktop browser, for a slightly more luxurious experience. The PiPedal user-interface adapts to the screen size and orientation of your device, providing easy control of your guitar effects across a broad variety devices and screen sizes.
diff --git a/docs/_includes/gallery.html b/docs/_includes/gallery.html
index 6a458cb..3b14c0b 100644
--- a/docs/_includes/gallery.html
+++ b/docs/_includes/gallery.html
@@ -201,8 +201,8 @@
+ "px; left: 0px; top: 0px; opacity: 0.0;"
+ " display: flex; flex-flow: row none; justify-content: space-between;align-items: end; padding:20; opacity: 0.8;'>");
{
- document.writeln("◄
");
- document.writeln("►
");
+ document.writeln("");
+ document.writeln("");
}
document.writeln("");
diff --git a/docs/img/arrow_back.svg b/docs/img/arrow_back.svg
new file mode 100644
index 0000000..f67b16d
--- /dev/null
+++ b/docs/img/arrow_back.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/img/arrow_forward.svg b/docs/img/arrow_forward.svg
new file mode 100644
index 0000000..5270d99
--- /dev/null
+++ b/docs/img/arrow_forward.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/index.md b/docs/index.md
index 89696f6..d546d21 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -5,13 +5,15 @@
-To download PiPedal, click [here](download.md).
+To download PiPedal, click [here](download.md).
+To view PiPedal documentation, click [here](Documentation.md).
+
> NEW version 1.2.39 Beta5 release. See the [release notes](https://rerdavies.github.io/pipedal/ReleaseNotes) for details.
Use your Raspberry Pi as a guitar effects pedal. Configure and control PiPedal with your phone or tablet.
-PiPedal running on a Raspberry Pi 4 provides stable super-low-latency audio via external USB audio devices, or internal Raspberry Pi audio hats.
+PiPedal running on a Raspberry Pi 4 or Pi 5 provides stable super-low-latency audio via external USB audio devices, or internal Raspberry Pi audio hats.
{% include gallery.html %}
diff --git a/todo.txt b/todo.txt
index 6d6b6b5..fcf7c67 100644
--- a/todo.txt
+++ b/todo.txt
@@ -1,4 +1,3 @@
-- revise docs to remove direct reference of RPI 4 (index.html)
- change icons on gallery in index.html
- provide direct link to docs on both landing pages.
- feature: redo ./makepackage so that it runs without sudo.