From 7e94536455d95d6e7ed33dd59f1d93d94a36b105 Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Mon, 23 Jun 2025 12:08:28 +0100 Subject: [PATCH] Move to /homeserver/official --- content/{ => homeserver}/official.md | 6 +++--- static/images/{ => homeserver}/official/client1.png | Bin static/images/{ => homeserver}/official/client2.png | Bin static/images/{ => homeserver}/official/client3.png | Bin 4 files changed, 3 insertions(+), 3 deletions(-) rename content/{ => homeserver}/official.md (93%) rename static/images/{ => homeserver}/official/client1.png (100%) rename static/images/{ => homeserver}/official/client2.png (100%) rename static/images/{ => homeserver}/official/client3.png (100%) diff --git a/content/official.md b/content/homeserver/official.md similarity index 93% rename from content/official.md rename to content/homeserver/official.md index 884834054..2f619fce9 100644 --- a/content/official.md +++ b/content/homeserver/official.md @@ -26,17 +26,17 @@ Here are some examples of how it looks in some common apps:
{{ figure( - img="/images/official/client1.png" + img="/images/homeserver/official/client1.png" alt="Element Web's right panel" caption="") }} {{ figure( - img="/images/official/client3.png" + img="/images/homeserver/official/client3.png" alt="Cinny's user info popup" caption="") }} {{ figure( - img="/images/official/client2.png" + img="/images/homeserver/official/client2.png" alt="Element Web's tooltip on the avatar" caption="") }} diff --git a/static/images/official/client1.png b/static/images/homeserver/official/client1.png similarity index 100% rename from static/images/official/client1.png rename to static/images/homeserver/official/client1.png diff --git a/static/images/official/client2.png b/static/images/homeserver/official/client2.png similarity index 100% rename from static/images/official/client2.png rename to static/images/homeserver/official/client2.png diff --git a/static/images/official/client3.png b/static/images/homeserver/official/client3.png similarity index 100% rename from static/images/official/client3.png rename to static/images/homeserver/official/client3.png