···11---
22-import Pagination from "@astrojs/starlight/components/Pagination.astro";
22+import Pagination from "starlight-theme-rapide/overrides/Pagination.astro";
33import FeedbackComponent from "./FeedbackComponent.astro";
4455const { entry } = Astro.locals.starlightRoute;
+10-19
starlight/src/content/docs/en/index.mdx
···1414 link: /en/artificial-intelligence/
1515 icon: right-arrow
1616 variant: primary
1717- - text: Contribute on github
1717+ - text: Contribute on
1818 link: https://github.com/trueberryless-org/mutanuq
1919- icon: external
1919+ icon: seti:github
2020sidebar:
2121 hidden: true
2222---
···25252626## Help or explore the universe
27272828+{/* prettier-ignore */}
2829<CardGrid stagger>
2930 <Card title="Sniff into the knowledge" icon="random">
3030- You're interested in technical college knowledge? Explore the Mutanuq
3131- universe!
3131+ You're interested in technical college knowledge? Explore the Mutanuq universe!
3232 </Card>
3333 <Card title="Contribute to the universe" icon="add-document">
3434- Check out the project on{" "}
3535- <a href="https://github.com/trueberryless-org/mutanuq">GitHub</a> and create
3636- pull requests.
3434+ Check out the project on <a href="https://github.com/trueberryless-org/mutanuq">GitHub</a> and create pull requests.
3735 </Card>
3836 <Card title="Support my work" icon="rocket">
3939- I would really appreciate if you support my work, either on{" "}
4040- <a href="https://www.paypal.com/donate/?hosted_button_id=WDQ5D2VQ6SWEC">
4141- PayPal
4242- </a>
4343- , <a href="https://www.patreon.com/trueberryless">Patreon</a> or{" "}
4444- <a href="https://ko-fi.com/trueberryless">Ko-fi</a>.
3737+ I would really appreciate if you support my work, either on <a href="https://www.paypal.com/donate/?hosted_button_id=WDQ5D2VQ6SWEC">PayPal</a>, <a href="https://www.patreon.com/trueberryless">Patreon</a> or <a href="https://ko-fi.com/trueberryless">Ko-fi</a>.
3838+ </Card>
3939+ <Card title="Correct my mistakes" icon="pencil">
4040+ If you notice any errors in content or spelling mistakes, click on `Edit page` at the bottom to correct them!
4541 </Card>
4642 <Card title="Star the project" icon="star">
4747- Give the Mutanuq project a star on{" "}
4848- <a href="https://github.com/trueberryless-org/mutanuq">GitHub</a>!
4949- </Card>
5050- <Card title="Correct my mistakes" icon="pencil">
5151- If you notice any errors in content or spelling mistakes, click on `Edit
5252- page` at the bottom to correct them!
4343+ Give the Mutanuq project a star on <a href="https://github.com/trueberryless-org/mutanuq">GitHub</a>!
5344 </Card>
5445</CardGrid>
5546