diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index c0fadd107..769a69202 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,11 +4,12 @@
-
-
+
-
-
+
+
+
+
@@ -52,30 +53,47 @@
+
- {
- "keyToString": {
- "ASKED_SHARE_PROJECT_CONFIGURATION_FILES": "true",
- "Git.Branch.Popup.ShowAllRemotes": "true",
- "RunOnceActivity.OpenProjectViewOnStart": "true",
- "RunOnceActivity.ShowReadmeOnStart": "true",
- "WebServerToolWindowFactoryState": "false",
- "git-widget-placeholder": "feat/tutorial",
- "last_opened_file_path": "C:/Users/jacob/OneDrive/Desktop/Projects/sern/website",
- "node.js.selected.package.tslint": "(autodetect)",
- "nodejs_package_manager_path": "npm",
- "project.structure.last.edited": "Modules",
- "project.structure.proportion": "0.0",
- "project.structure.side.proportion": "0.0",
- "ts.external.directory.path": "E:\\IntelliJ IDEA 2022.1.1\\plugins\\JavaScriptLanguage\\jsLanguageServicesImpl\\external"
+
+}]]>
+
+
+
+
@@ -146,6 +164,7 @@
+ 1660418841831
@@ -336,7 +355,23 @@
1673976828238
-
+
+
+ 1693943258104
+
+
+
+ 1693943258104
+
+
+
+ 1693943441448
+
+
+
+ 1693943441448
+
+
@@ -354,8 +389,6 @@
-
-
@@ -379,6 +412,8 @@
-
+
+
+
\ No newline at end of file
diff --git a/blog/2023-7-4-mdx-blog-post.md b/blog/2023-7-4-mdx-blog-post.md
index 0288cc5b2..af11b43f9 100644
--- a/blog/2023-7-4-mdx-blog-post.md
+++ b/blog/2023-7-4-mdx-blog-post.md
@@ -13,7 +13,7 @@ You see, on today's standards, having a simple logo is essential. Our logo align
We were chilling, you know, cooking sern handler v3, sern gui, `npm create @sern/bot` and serncord when we thought about changing the logo to a sleek design with less colors.
And here we are!
-# Who did our new branding?
+# Who did our new branding? {#ropox-thing}
[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:
diff --git a/docs/tutorial/en/intro/overview.md b/docs/tutorial/en/intro/overview.md
index c4651b1d6..228e1e2d7 100644
--- a/docs/tutorial/en/intro/overview.md
+++ b/docs/tutorial/en/intro/overview.md
@@ -1,5 +1,6 @@
# Guide Overview
Welcome to the sern Discord Bot Development Guide! 🚀
+
## What You'll Learn
In this comprehensive guide, we'll take you on a journey from the basics to the advanced concepts of creating and deploying your own Discord bot using the sern framework. Whether you're a beginner or have some coding experience, we've designed this guide to be inclusive and accessible to all.
@@ -17,10 +18,8 @@ Understand why sern, what is it and what does it solve.
- **Setting Up the Bot** Register your bot, obtain necessary credentials, and set it up.
-
- **sern Overview** Dive into the core concepts of sern and its components.
-
- **Example Projects** Build practical Discord bots with sern.
- **Integration with Databases** Learn what is a database, which is the right one for you. And how to use them in your bot.
diff --git a/docs/tutorial/en/intro/who-are-we.md b/docs/tutorial/en/intro/who-are-we.md
index e2eabc080..698ed3f18 100644
--- a/docs/tutorial/en/intro/who-are-we.md
+++ b/docs/tutorial/en/intro/who-are-we.md
@@ -11,5 +11,4 @@ Hey there, I'm ropox! 👋
I'm not just a programmer; I'm one of the passionate maintainers of the sern framework. My mission is to demystify Discord bot development and ensure it's accessible to everyone. But that's not all – I wear multiple hats, including design (i designed the logo) and infrastructure
-some say I'm the coolest of all
-"Bro's the GOAT"
\ No newline at end of file
+some say [I'm the coolest of all](/blog/newlogo#ropox-thing)
\ No newline at end of file
diff --git a/docs/tutorial/en/preparing/package-manager.md b/docs/tutorial/en/preparing/package-manager.md
index 6828db5d1..1fe49a136 100644
--- a/docs/tutorial/en/preparing/package-manager.md
+++ b/docs/tutorial/en/preparing/package-manager.md
@@ -6,7 +6,7 @@ title: Choosing a package manager
A package manager is like a helper for your programs. It brings all the tools for your projects and makes sure they fit and work well together. It's like having someone organize things so you can work without problems.
-Some examples are
+The most used ones are:
- [npm](https://www.npmjs.com)
- [Yarn](https://yarnpkg.com)
- [pnpm](https://pnpm.io/)