diff --git a/src/content/docs/blog/2023-7-4.mdx b/src/content/docs/blog/2023-7-4.md
similarity index 67%
rename from src/content/docs/blog/2023-7-4.mdx
rename to src/content/docs/blog/2023-7-4.md
index ec8a7fe36..d0ac6c5f9 100644
--- a/src/content/docs/blog/2023-7-4.mdx
+++ b/src/content/docs/blog/2023-7-4.md
@@ -16,26 +16,20 @@ And here we are!
# Who did our new branding?
-import { Image } from 'astro:assets';
-import paperPrototypes from '~/assets/blog/paper-prototypes.jpg';
-import paperLogo from '~/assets/blog/paper-logo.png';
-import serenTried from '~/assets/blog/seren-tried.png';
-import sernLogo from '~/assets/logo/sern-logo.png';
-
-[Ropox](https://github.com/Murtatrxx)!
+[Ropox](https://github.com/Murtatrxx)!
Bro's the GOAT. This website is maintained by him, the domain costs are funded by him and also he started brainstorming how the logo would be on paper:
-
+
And there it all clicked:
-
+
seren tried by the way!
-
+
# Anyways, here it is:
-
+
Pretty nice!
diff --git a/src/content/docs/cli/publish.mdx b/src/content/docs/cli/publish.md
similarity index 95%
rename from src/content/docs/cli/publish.mdx
rename to src/content/docs/cli/publish.md
index 573755f75..33386df61 100644
--- a/src/content/docs/cli/publish.mdx
+++ b/src/content/docs/cli/publish.md
@@ -34,10 +34,7 @@ If you do not know how to obtain either of these credentials, [click here](https
## Usage
-import { Image } from 'astro:assets';
-import sernPublish from '~/assets/docs/sern-publish.gif';
-
-
+
## Features
@@ -96,7 +93,7 @@ This will create a container for publishing. (as of 0.6.0, client is required or
#### Script ran:
-```
+```sh
sern commands publish -i ./scripts/prerequire.mjs
```
diff --git a/src/content/docs/guide/walkthrough/conclusion.mdx b/src/content/docs/guide/walkthrough/conclusion.md
similarity index 72%
rename from src/content/docs/guide/walkthrough/conclusion.mdx
rename to src/content/docs/guide/walkthrough/conclusion.md
index 9e793090f..3f119a1a5 100644
--- a/src/content/docs/guide/walkthrough/conclusion.mdx
+++ b/src/content/docs/guide/walkthrough/conclusion.md
@@ -10,7 +10,4 @@ We hope you have learned the necessities you need to create a bot with the sern
If you have any other questions, bugs, feature requests, concerns, please join our [community server](https://sern.dev/discord), and we'll be glad to answer your questions!
-import { Image } from 'astro:assets';
-import paperLogo from '~/assets/blog/paper-logo.png';
-
-
+
diff --git a/src/content/docs/guide/walkthrough/plugins.mdx b/src/content/docs/guide/walkthrough/plugins.mdx
index 0ad406117..d2d2b5b61 100644
--- a/src/content/docs/guide/walkthrough/plugins.mdx
+++ b/src/content/docs/guide/walkthrough/plugins.mdx
@@ -93,10 +93,7 @@ The plugin above simply checks if the module is in the correct directory. If it'
## Event Plugins
-import { Image } from 'astro:assets';
-import eventPlugins from '~/assets/docs/event-plugins.png';
-
-
+
1. An event is emitted by `discord.js`.