Some minor changes

This commit is contained in:
Martin Prokoph
2024-02-09 18:13:34 +01:00
parent b121e3d1cc
commit d46cec2925
5 changed files with 7 additions and 11 deletions

View File

@@ -9,7 +9,8 @@ import ContentMedia from '../components/ContentMedia.astro'
<ContentMedia imgSrc="/midnightlib-example-code.webp">
<h2>Implement configurations easier than ever before!</h2>
<p class="text-2xl">
Just create Java fields, annotate them with @Entry, maybe add some more additional options, and boom! <br>
Just create Java fields, annotate them with <span class="bg-clip-text text-transparent bg-gradient-to-r from-pink-500 to-violet-500 font-mono underline decoration-dashed decoration-green-600 decoration-2">@Entry</span>,
maybe add some more additional options, and boom! <br>
This example can be found <a href="https://github.com/TeamMidnightDust/MidnightLib/blob/architectury/MidnightConfigExample.java"
>here</a>, and helps you get started (almost) faster than speed of light!
</p>