From e01cbf85e57b06f8168385e8a1fc424791bd6457 Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Tue, 3 Mar 2026 23:57:44 +0100 Subject: [PATCH] rename news to howtos --- apps/frontend/src/layouts/Layout.astro | 4 ++-- apps/frontend/src/pages/{news.astro => howtos.astro} | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) rename apps/frontend/src/pages/{news.astro => howtos.astro} (96%) diff --git a/apps/frontend/src/layouts/Layout.astro b/apps/frontend/src/layouts/Layout.astro index ab7a009..96c0e23 100644 --- a/apps/frontend/src/layouts/Layout.astro +++ b/apps/frontend/src/layouts/Layout.astro @@ -20,7 +20,7 @@ import '../styles/global.css'; @@ -35,7 +35,7 @@ import '../styles/global.css'; diff --git a/apps/frontend/src/pages/news.astro b/apps/frontend/src/pages/howtos.astro similarity index 96% rename from apps/frontend/src/pages/news.astro rename to apps/frontend/src/pages/howtos.astro index dc40e83..ba578a3 100644 --- a/apps/frontend/src/pages/news.astro +++ b/apps/frontend/src/pages/howtos.astro @@ -20,7 +20,7 @@ let error: string | null = null; const GRAPHQL_QUERY = ` { pages { - list(orderBy: UPDATED, orderByDirection: DESC) { + list(orderBy: UPDATED, orderByDirection: DESC, tags: ["howto"]) { id path title @@ -104,10 +104,10 @@ function timeAgo(dateStr: string): string {
- Latest Updates + Knowledge Base

- Wiki News + Tech HowTo Center

The latest documentation, technical guides, and development logs from our knowledge base.