Skip to content

Commit 10e4cee

Browse files
committed
Link roadmap on landing pages and header menu
1 parent e02dac9 commit 10e4cee

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/components/Header.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const indexPath = lang == "en" ? "/" : `/${lang}`;
110110
description={t("nav.docs.details")}
111111
/>
112112
<NavItem
113-
href="https://github.com/pentacent/keila/projects/1"
113+
href={articlePath("roadmap")}
114114
target="_blank"
115115
icon="rocket"
116116
title={t("nav.roadmap")}

src/content/landing/de/index.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@
155155
<ListItem wip>… vielleicht deine Idee? Beteilige dich auf GitHub!</ListItem>
156156
</ul>
157157

158-
Mehr informationen über geplante neue Funktionen findest du in unserer
159-
[Roadmap bei GitHub](https://github.com/pentacent/keila/projects/1).
158+
Weitere Informationen über geplante neue Funktionen findest du in unserer
159+
<I18NLink collection="articles" i18nId="roadmap" lang="de">Roadmap</I18NLink>.
160160

161161
</div>
162162

src/content/landing/en/index.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@
155155
<ListItem wip>… maybe your idea? Let us know on GitHub!</ListItem>
156156
</ul>
157157

158-
For more information about upcoming features, check out the
159-
[Development roadmap on GitHub](https://github.com/pentacent/keila/projects/1).
158+
For more information about upcoming features, check out our
159+
<I18NLink collection="articles" i18nId="roadmap" lang="en">public roadmap</I18NLink>.
160160

161161
</div>
162162

src/content/landing/fr/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
</ul>
150150

151151
Pour plus d'informations sur les fonctionnalités à venir, consultez
152-
[la feuille de route de développement sur GitHub](https://github.com/pentacent/keila/projects/1).
152+
<I18NLink collection="articles" i18nId="roadmap" lang="fr">notre feuille de route de développement</I18NLink>.
153153

154154
</div>
155155

0 commit comments

Comments
 (0)