Skip to content

Commit 7abc67d

Browse files
committed
feat: add subscription
1 parent 96c2156 commit 7abc67d

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
lines changed

docs/src/components/ChallengeFooter.astro

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
---
2-
import type { Props } from '@astrojs/starlight/props';
32
import VideoButton from './VideoButton.astro';
43
import ClipboardCopy from './ClipboardCopy.astro';
5-
import { Icon } from '@astrojs/starlight/components';
6-
import { Debug } from 'astro:components';
7-
import { getCollection, getEntry } from 'astro:content';
4+
import { getEntry } from 'astro:content';
85
96
const { lang } = Astro.props;
107
const { author, challengeNumber, title, blogLink, videoLink, command } = Astro.props.entry.data;

docs/src/components/SubscriptionForm.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
import ClipboardCopy from './ClipboardCopy.astro';
32
const { isNote } = Astro.props;
43
---
54

docs/src/content/docs/es/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ import MyIcon from '../../../components/MyIcon.astro';
3030
Estos desafíos se resuelven en torno a problemas de la vida real o características específicas para mejorar tus habilidades.
3131
</Card>
3232

33+
<Card title="Subscribe to get notify of latest challenges">
34+
<SubscriptionForm isNote={false}/>
35+
</Card>
36+
3337
<Card title="Conviértete en un Contribuidor de OSS">
3438
Uno de los objetivos de este repositorio es <b>reducir la barrera</b> de
3539
entrada para el Software de Código Abierto (OSS). Al participar en estos

docs/src/content/docs/fr/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ import MyIcon from '../../../components/MyIcon.astro';
3131
Ce répertoire rassemble 43 défis liés à <b>Angular</b>, <b>Nx</b>, <b>RxJS</b>, <b>Ngrx</b> et <b>Typescript</b>. Ces défis portent sur des problèmes réels ou des fonctionnalités spécifiques pour améliorer vos compétences.
3232
</Card>
3333

34+
<Card title="Subscribe to get notify of latest challenges">
35+
<SubscriptionForm isNote={false}/>
36+
</Card>
37+
3438
<Card title="Devenir un Mainteneur OSS">
3539
L'un des objectifs de ce répertoire est de rendre plus accessible les
3640
contributions aux logiciels Open Source (OSS). En résolvant ces défis, vous

docs/src/content/docs/pt/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ import MyIcon from '../../../components/MyIcon.astro';
3232
melhorar suas habilidades.
3333
</Card>
3434

35+
<Card title="Subscribe to get notify of latest challenges">
36+
<SubscriptionForm isNote={false}/>
37+
</Card>
38+
3539
{' '}
3640

3741
<Card title="Torne-se um contribuidor OSS">

docs/src/content/docs/ru/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ import MyIcon from '../../../components/MyIcon.astro';
3030
Испытания основаны на реальных задачах или инструментах для того, чтобы прокачать вас.
3131
</Card>
3232

33+
<Card title="Subscribe to get notify of latest challenges">
34+
<SubscriptionForm isNote={false}/>
35+
</Card>
36+
3337
<Card title="Станьте мейнтейнером открытого программного обеспечения (OSS)">
3438
Одна из целей этого репозитория <b>снизить барьер</b> для разработки
3539
открытого программного обеспечения (OSS). Решив эти задачи, вы поймете,

0 commit comments

Comments
 (0)