diff --git a/src/content/docs/Services/docs.mdx b/src/content/docs/Services/docs.mdx
new file mode 100644
index 0000000..c574f08
--- /dev/null
+++ b/src/content/docs/Services/docs.mdx
@@ -0,0 +1,14 @@
+---
+title: LaSuite Docs
+---
+
+LaSuite Docs is a free and open source alternative to Google Docs, designed for seamless real-time collaboration. You can find it hosted at https://docs.federated.nexus.
+
+You have a homepage with your documents, and documents that are shared with you:
+
+
+And of course, the actual editor, where you can compose documents in a GUI similar to Google Docs, and export as DocX or PDF.
+
+
+You can also add subdocuments!
+
diff --git a/src/content/docs/donate.mdx b/src/content/docs/donate.mdx
index d7e0cc4..3938ff8 100644
--- a/src/content/docs/donate.mdx
+++ b/src/content/docs/donate.mdx
@@ -1,10 +1,7 @@
---
-template: splash
title: Donate
---
-import { CardGrid, Card } from "@astrojs/starlight/components"
-
Federated Nexus runs off of donations, so if you're enjoying our
services please consider donating. Ideally, we take Interac E-Transfer
to: henry@henryhiles.com. If Interac E-Transfer doesn't work in your
diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx
index 948cf50..d1958d7 100644
--- a/src/content/docs/index.mdx
+++ b/src/content/docs/index.mdx
@@ -26,13 +26,14 @@ import { CardGrid, Card } from "@astrojs/starlight/components"
to communities of your choice. We also host multiple matrix bridges,
including a Discord bridge, a WhatsApp puppet, and even an SMS puppet!
-
- LaSuite Docs is a free and open source alternative to Google Docs,
- designed for seamless real-time collaboration. You can compose documents
- in a GUI similar to Google Docs, and export as DocX or PDF. You can also
- add subdocuments, and share links to others, even those without an
- account.
-
+
+ LaSuite Docs is a free and open source alternative to Google Docs,
+ designed for seamless real-time collaboration. You can compose
+ documents in a GUI similar to Google Docs, and export as DocX or
+ PDF. You can also add subdocuments, and share links to others, even
+ those without an account. [Learn More...](/services/docs)
+
+
We run a [SearXNG](https://searxng.org) instance that allows you to log
in using your Federated Nexus account and perform fast, privacy-focused
@@ -55,4 +56,5 @@ import { CardGrid, Card } from "@astrojs/starlight/components"
we're open to hosting any useful new software. Let us know in our
[Matrix room](https://matrix.to/#/#community:federated.nexus)!
+
diff --git a/src/images/docs/editor.png b/src/images/docs/editor.png
new file mode 100644
index 0000000..9944cfe
Binary files /dev/null and b/src/images/docs/editor.png differ
diff --git a/src/images/docs/home.png b/src/images/docs/home.png
new file mode 100644
index 0000000..274647d
Binary files /dev/null and b/src/images/docs/home.png differ
diff --git a/src/images/docs/subdocument.png b/src/images/docs/subdocument.png
new file mode 100644
index 0000000..d7b1da8
Binary files /dev/null and b/src/images/docs/subdocument.png differ