From 1b6c0ceaacf29284afefb4e08238d677cf867169 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Fri, 29 Aug 2025 22:32:38 -0400 Subject: [PATCH] fix image spacing --- src/content/docs/Services/docs.mdx | 3 +++ src/content/docs/Services/matrix.mdx | 2 +- src/content/docs/Services/redlib.mdx | 1 + src/content/docs/Services/searxng.mdx | 2 ++ 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/content/docs/Services/docs.mdx b/src/content/docs/Services/docs.mdx index 5a58ee5..df0999e 100644 --- a/src/content/docs/Services/docs.mdx +++ b/src/content/docs/Services/docs.mdx @@ -9,6 +9,7 @@ title: LaSuite Docs On the logged out homepage, press the "Start Writing" button to log in and enter the credentials for your Federated Nexus account. You should then be greeted by the logged in homepage, which shows both documents you have created and documents that have been shared with you: + ![A home page listing your documents and documents that are shared with you](../../../images/docs/home.png) ## Creating a Document @@ -16,6 +17,7 @@ You should then be greeted by the logged in homepage, which shows both documents Select a document to open it, or press the "New Doc" button in the top left corner to create a new document. The document editor has support for Markdown, as well as images: + ![An editor with some text and images, showing options to download, share, and swap to another document](../../../images/docs/editor.png) ## Creating Subdocuments @@ -23,4 +25,5 @@ The document editor has support for Markdown, as well as images: LaSuite Docs supports creating subdocuments. To create a subdocument, hover over the document on the sidebar and press the plus button. You should then see the subdocument appear below it: + ![A screenshot showing nested documents](../../../images/docs/subdocument.png) diff --git a/src/content/docs/Services/matrix.mdx b/src/content/docs/Services/matrix.mdx index 5fa617f..ff079e2 100644 --- a/src/content/docs/Services/matrix.mdx +++ b/src/content/docs/Services/matrix.mdx @@ -44,7 +44,7 @@ After logging in, you should notice a notification in your inbox, in the bottom ![An inbox icon, with a badge that marks one notification](../../../images/matrix/badge.png) -Click there, and you will be greeted with the invites page. Click public, which has a notification next to it. +Click the notification, and you will be greeted with the invites page. Click public, which has a notification next to it. ![The Cinny invites page, showing no Primary invites, but one Public invite](../../../images/matrix/invite.png) diff --git a/src/content/docs/Services/redlib.mdx b/src/content/docs/Services/redlib.mdx index 7878c51..b39cafc 100644 --- a/src/content/docs/Services/redlib.mdx +++ b/src/content/docs/Services/redlib.mdx @@ -17,4 +17,5 @@ Redlib provides a clean, fast, and private way to browse Reddit. It supports man If you'd like to automatically use Redlib whenever you visit Reddit, you can install the [LibRedirect](https://libredirect.github.io) browser extension. LibRedirect detects when you open a site like reddit.com and redirects you to a privacy-respecting alternative, which in this case is our Redlib instance. Once installed, just open the LibRedirect settings, select "Reddit" in the Service dropdown, and select "Redlib" in the "Frontend" dropdown. Then, under "Add your favorite instances", enter `https://redlib.federated.nexus`, and hit "+". That's it, you're done! + ![Properly configured LibRedirect](../../../images/redlib/libredirect.png) diff --git a/src/content/docs/Services/searxng.mdx b/src/content/docs/Services/searxng.mdx index 73d172a..9118132 100644 --- a/src/content/docs/Services/searxng.mdx +++ b/src/content/docs/Services/searxng.mdx @@ -3,9 +3,11 @@ title: SearXNG --- [SearXNG](https://searxng.org) lets you perform fast, privacy-focused searches across the web—completely free from tracking, profiling, or intrusive advertising. SearXNG works by aggregating results from many different search engines (you can configure which ones it queries) into one page. You can find SearXNG hosted at https://search.federated.nexus. + ![A search for "Federated Nexus" on SearXNG, showing results with links, favicons, and descriptions](../../../images/searxng/search.png) ## Settings SearXNG is very customizable, there are many settings you can customize, including what search engines to query, the UI theme, and more. + ![SearXNG settings page, showing many different tabs of settings](../../../images/searxng/settings.png)