Skip to content

Commit

Permalink
update index
Browse files Browse the repository at this point in the history
  • Loading branch information
trueberryless committed Nov 26, 2024
1 parent 2bf9c85 commit a5b04d6
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 39 deletions.
5 changes: 5 additions & 0 deletions .changeset/beige-ways-travel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"starlight": patch
---

Update index to use informal recipient
4 changes: 3 additions & 1 deletion starlight/src/components/CustomPagination.astro
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---
import Pagination from "@astrojs/starlight/components/Pagination.astro";
import FeedbackComponent from "./FeedbackComponent.astro";
const { entry } = Astro.props;
---

<>
<FeedbackComponent />
{ !entry.data.hero && <FeedbackComponent /> }
<Pagination {...Astro.props as any} />
</>
2 changes: 1 addition & 1 deletion starlight/src/components/FeedbackComponent.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import FeelbackTaggedMessage from "astro-feelback/components/FeelbackTaggedMessage.astro";
import "astro-feelback/styles/feelback.css";
const CONTENT_SET_ID = "659bdb75-f778-44ee-bb27-102380d34e9d";
const CONTENT_SET_ID = "7ce5e4a0-b624-4ade-a92d-9f87652b1635";
---

<FeelbackTaggedMessage
Expand Down
78 changes: 41 additions & 37 deletions starlight/src/content/docs/de/index.mdx
Original file line number Diff line number Diff line change
@@ -1,51 +1,55 @@
---
title: Willkommen bei Mutanuq
description: Entdecken Sie Wissen!
description: Entdecke Wissen!
template: splash
hero:
tagline: Schauen Sie sich um, im Mutanuq Universum!
image:
file: ../../../assets/start_logo.svg
actions:
- text: Entdecken
link: /de/information_technology/software_development
icon: right-arrow
variant: primary
- text: Mitwirken auf GitHub
link: https://github.com/trueberryless-org/mutanuq
icon: external
tagline: Schaue dich um, im Mutanuq Universum!
image:
file: ../../../assets/start_logo.svg
actions:
- text: Entdecken
link: /de/information_technology/software_development
icon: right-arrow
variant: primary
- text: Mitwirken auf GitHub
link: https://github.com/trueberryless-org/mutanuq
icon: external
sidebar:
hidden: true
hidden: true
---

import { Card, CardGrid } from "@astrojs/starlight/components";

## Helfen Sie mit oder erkunden Sie das Universum
## Hilf mit oder erkunde das Universum

<CardGrid stagger>
<Card title="Schnuppern Sie ins Wissen!" icon="random">
Sie interessieren sich für technisches Wissen von einer HTL? Entdecken Sie das
Mutanuq-Universum!
</Card>
<Card title="Seien Sie ein Mitbegründer dieser Webseite" icon="add-document">
Schauen Sie einmal bei <a href="https://github.com/trueberryless-org/mutanuq">GitHub</a>
vorbei und erstellen Sie einen Pull Request!
</Card>
<Card title="Support my work" icon="rocket">
Ich würde mich riesig freuen, wenn du mich unterstützen würdest:
<a href="https://www.paypal.com/donate/?hosted_button_id=WDQ5D2VQ6SWEC">PayPal</a>,<a href="https://www.patreon.com/trueberryless">
Patreon
</a> oder
<a href="https://ko-fi.com/trueberryless">Ko-fi</a>.
</Card>
<Card title="Vergeben Sie einen Stern" icon="star">
Geben Sie dem Projekt auf
<a href="https://github.com/trueberryless-org/mutanuq">GitHub</a> einen Stern!
</Card>
<Card title="Verbessern Sie gefundene Fehler" icon="pencil">
Wenn Ihnen irgendwelche inhaltlichen Fehler oder Rechtschreibfehler auffallen, klicken Sie
ganz unten auf `Seite bearbeiten`, um diese auszubessern!
</Card>
<Card title="Schnuppere ins Wissen!" icon="random">
Du interessierst sich für technisches Wissen von einer HTL? Entdecke das
Mutanuq-Universum!
</Card>
<Card title="Seie ein Mitbegründer dieser Webseite" icon="add-document">
Schaue einmal bei{" "}
<a href="https://github.com/trueberryless-org/mutanuq">GitHub</a>
vorbei und erstelle einen Pull Request!
</Card>
<Card title="Unterstütze unsere Arbeit" icon="rocket">
Ich würde mich riesig freuen, wenn du mich unterstützen würdest:{" "}
<a href="https://www.paypal.com/donate/?hosted_button_id=WDQ5D2VQ6SWEC">
PayPal
</a>
, <a href="https://www.patreon.com/trueberryless">Patreon</a> oder <a href="https://ko-fi.com/trueberryless">
Ko-fi
</a>.
</Card>
<Card title="Vergib einen Stern" icon="star">
Gib dem Projekt auf{" "}
<a href="https://github.com/trueberryless-org/mutanuq">GitHub</a> einen
Stern!
</Card>
<Card title="Verbesser gefundene Fehler" icon="pencil">
Wenn dir irgendwelche inhaltlichen Fehler oder Rechtschreibfehler auffallen,
klicke ganz unten auf `Seite bearbeiten`, um diese auszubessern!
</Card>
</CardGrid>

## Unsere Mitwirkenden
Expand Down

0 comments on commit a5b04d6

Please sign in to comment.