Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
einJqn committed Sep 5, 2024
1 parent febf4e9 commit 216f8d6
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/all-about-docs/test.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
sidebar_position: 300
---
import Admonition from '@theme/Admonition';
import MinecraftInventory from '@site/src/components/MinecraftInventory/MinecraftInventory';

# irgendwas



<Admonition type="tip" title="Tipp">
Dies ist ein hilfreicher Hinweis, den du in deiner Dokumentation verwenden kannst!
</Admonition>

<MinecraftInventory
headerText="Test"
slots={[
{ itemName: "GommeHD", tooltip: `§b§lctugs Diamond`, link: 'https://gommehd.net' },
{ itemName: "dirt", tooltip: `§7§lFarbiger Text`, link: 'https://gommehd.net' },
{ itemName: "gold_ingot", tooltip: `§c§lGold der auf \neine andere Docs Seite linked`,
link: '/basics' },
]}
/>

0 comments on commit 216f8d6

Please sign in to comment.