diff --git a/docs/guides/dkms.md b/docs/guides/dkms.md
new file mode 100644
index 0000000..80b7805
--- /dev/null
+++ b/docs/guides/dkms.md
@@ -0,0 +1,4 @@
+
+# Moved
+
+Moved to [postinstall.md](postinstall.md)
diff --git a/docs/guides/wifi.md b/docs/guides/wifi.md
new file mode 100644
index 0000000..def7867
--- /dev/null
+++ b/docs/guides/wifi.md
@@ -0,0 +1,4 @@
+
+# Moved
+
+Moved to [wifi-bluetooth.md](wifi-bluetooth.md)
diff --git a/mkdocs.yml b/mkdocs.yml
index 0c869b5..776e500 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,13 +1,30 @@
-# To build the documentation use `build.py`
+# To build the documentation use Zensical
site_name: t2linux wiki
site_author: the t2linux.org contributors
site_url: https://t2linux.org/
-copyright: "© 2021-2024 t2linux.org CC-BY-SA-4.0"
+copyright: "© 2021-2025 t2linux.org CC-BY-SA-4.0"
theme:
palette:
- scheme: slate
+ - media: "(prefers-color-scheme)"
+ toggle:
+ icon: material/brightness-auto
+ name: Switch to light mode
+
+ # Palette toggle for light mode
+ - media: "(prefers-color-scheme: light)"
+ scheme: default
+ toggle:
+ icon: material/brightness-7
+ name: Switch to dark mode
+
+ # Palette toggle for dark mode
+ - media: "(prefers-color-scheme: dark)"
+ scheme: slate
+ toggle:
+ icon: material/brightness-4
+ name: Switch to system preference
name: material
custom_dir: theme
font: false
diff --git a/theme/main.html b/theme/main.html
index 2964a4a..7261f5d 100644
--- a/theme/main.html
+++ b/theme/main.html
@@ -1,5 +1,10 @@
{% extends "base.html" %}
{% block announce %}
- Join our Discord Server
-{% endblock %}
\ No newline at end of file
+
+ Join our Discord Server
+{% endblock %}