diff --git a/public/img/avatar.webp b/public/img/avatar.webp
new file mode 100644
index 0000000..23230be
Binary files /dev/null and b/public/img/avatar.webp differ
diff --git a/public/img/portrait.webp b/public/img/portrait.webp
new file mode 100644
index 0000000..d083ae1
Binary files /dev/null and b/public/img/portrait.webp differ
diff --git a/src/pages/docs.astro b/src/pages/docs.astro
index 074f7a2..7ac20fe 100644
--- a/src/pages/docs.astro
+++ b/src/pages/docs.astro
@@ -16,7 +16,16 @@ const docs = unsortedDocs.sort(
+
@@ -24,13 +33,12 @@ const docs = unsortedDocs.sort(
{doc.frontmatter.subtitle}
- {doc.frontmatter.has_thumbnail ? (
-

- ) : null}
+
Features:
+
+ {doc.frontmatter.features.map((feature) => (
+ - {feature}
+ ))}
+
))
}
diff --git a/src/pages/docs/discord-sdk-godot/index.mdx b/src/pages/docs/discord-sdk-godot/index.mdx
index 8ad1a16..3d1d846 100644
--- a/src/pages/docs/discord-sdk-godot/index.mdx
+++ b/src/pages/docs/discord-sdk-godot/index.mdx
@@ -4,14 +4,15 @@ repo: discord-sdk-godot
has_thumbnail: true
title: Home
subtitle: Discord Game SDK support for GDScript in Godot Engine 4.2. with the easiest code pattern!
-features: |
- - Activities (Make people see what you are playing)
- - Invites
- - Steam and launch command registering
- - User information
- - Relationship Manager (Get friendlist and its updates)
- - Overlay management
- - Editor Presence (optional)
+features: [
+ "Activities (Make people see what you are playing)",
+ "Invites",
+ "Steam and launch command registering",
+ "User information",
+ "Relationship Manager (Get friendlist and its updates)",
+ "Overlay management",
+ Editor Presence (optional)
+ ]
---
:::note{title="Important Discord Game SDK information"}
@@ -24,7 +25,7 @@ The GameSDK's Achievements, Applications, Voice, Images, Lobbies, Networking, St
The plugin only works with 4.2 and above for the current version
:::
-:::deter{title="Important info"}
+:::assert{title="Important info"}
To make anything work in the plugin make sure to run
```gdscript
@@ -44,7 +45,7 @@ To make anything work in the plugin make sure to run
| Recommended | Manual |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| 1. Open the AssetLib tab in your Godot Editor.
2. Search for "discord" and install all the files from this plugin

| 1. [Download the addon](https://github.com/vaporvee/discord-sdk-godot/releases/latest/download/ADDON-Discord-SDK-Godot.zip/)
2. Put the `addons/` folder in the root of your Godot project |
+| 1. Open the AssetLib tab in your Godot Editor.
2. Search for "discord" and install all the files from this plugin

| 1. [Download the addon](https://github.com/vaporvee/discord-sdk-godot/releases/latest/download/ADDON-Discord-SDK-Godot.zip/)
2. Put the `addons/` folder in the root of your Godot project |
3. Enable the addon in your Project Settings under "Plugins" and "DiscordSDK".
(Also adds DiscordSDKLoader autoload wich should be ignored. It needs to run in the background to comunicate with the Discord client)
4. Restart your project with the window that should now appear.

diff --git a/src/pages/index.astro b/src/pages/index.astro
index 18b79fb..3ec35f0 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -26,6 +26,7 @@ const yannikAge = new Date().getFullYear() - 2004; // 31/12/2003
/>
+
Hello my name is Yannik!
I’m a {yannikAge} year old Game Developer living