From 1561f0d6cf65e4ffb30f84fb04b6510de8513813 Mon Sep 17 00:00:00 2001 From: ben-basten <45583362+ben-basten@users.noreply.github.com> Date: Fri, 8 Nov 2024 17:37:22 -0500 Subject: [PATCH] chore(docs): roadmap SEO --- docs/src/pages/roadmap.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/src/pages/roadmap.tsx b/docs/src/pages/roadmap.tsx index 4976c6a4ada8f..7de51f7513935 100644 --- a/docs/src/pages/roadmap.tsx +++ b/docs/src/pages/roadmap.tsx @@ -74,7 +74,6 @@ import { mdiFaceRecognition, mdiVideo, mdiWeb, - mdiDatabase, mdiDatabaseOutline, } from '@mdi/js'; import Layout from '@theme/Layout'; @@ -154,6 +153,9 @@ const weirdTags = { 'v1.2.0': 'v0.2-dev ', }; +const title = 'Roadmap'; +const description = 'A list of future plans and goals, as well as past achievements and milestones.'; + const withLanguage = (date: Date) => (language: string) => date.toLocaleDateString(language); type Base = { icon: string; iconColor?: React.CSSProperties['color']; title: string; description: string }; @@ -870,14 +872,12 @@ const milestones: Item[] = [ export default function MilestonePage(): JSX.Element { return ( - +

- Roadmap + {title}

-

- A list of future plans and goals, as well as past achievements and milestones. -

+

{description}