diff --git a/README.md b/README.md
index 4916362..a76f37f 100644
--- a/README.md
+++ b/README.md
@@ -5,18 +5,18 @@
# Overview
-**Busly CLI** is a lightweight, open source command-line tool that **allows developers to send messages to an NServiceBus endpoint at the power of their fingertips** β no boilerplate code, no host applications, just quick and reliable messaging from your terminal.
+**Busly CLI** is a lightweight, open source command-line tool that **allows developers to send messages to an NServiceBus endpoint at the power of their fingertips** β No boilerplate, no fuss, just messaging at your fingertips.
Built for speed and simplicity, this tool streamlines common **messaging**, **testing**, and **debugging** scenarios when working with **NServiceBus** and **message-driven architectures**. **Busly CLI** is fully **cross-platform**, running on Windows, macOS, and Linux, and offers **multiple installation options** to suit your workflow. Whether youβre validating endpoints, simulating events, or quickly **implementing a proof of concept (POC)** for a new messaging solution, this CLI lets you publish or send messages instantly, giving you full control of your distributed system from the command line.
## Key Features
-- π **Send messages via CLI** β Quickly send commands or publish events to NServiceBus endpoints.
-- π§© **Supports custom message types** β Define and send serialized payloads that match your message contracts.
-- π **Supported transports** β Works with **Azure Service Bus**, **RabbitMQ**, and **AWS SQS**.
-- βοΈ **Transport configuration file** β Configure and easily switch between multiple transports. Transports can run on your **local machine** or be pointed to **development**, **staging**, or **production** environments.
-- π» **Cross-platform support** β Works seamlessly on Windows, macOS, and Linux.
-- π¦ **Multiple installation options** β Install via **Chocolatey**, **Docker**, **.NET tool (via NuGet)**, or by **downloading the binary directly from GitHub Releases**.
+- π **Send messages via CLI** β Quickly send commands or publish events to NServiceBus endpoints.
+- π§© **Supports custom message types** β Define and send serialized payloads that match your message contracts.
+- π **Supported transports** β Works with **Azure Service Bus**, **RabbitMQ**, and **AWS SQS**.
+- βοΈ **Transport configuration file** β Configure and easily switch between multiple transports. Transports can run on your **local machine** or be pointed to **development**, **staging**, or **production** environments.
+- π» **Cross-platform support** β Works seamlessly on Windows, macOS, and Linux.
+- π¦ **Multiple installation options** β Install via **Chocolatey**, **Docker**, **.NET tool (via NuGet)**, or by **downloading the binary directly from GitHub Releases**.
## Docs
diff --git a/website/blog/2025-12-04-introduction.md b/website/blog/2025-12-04-introduction.md
index fa30c78..f30fa83 100644
--- a/website/blog/2025-12-04-introduction.md
+++ b/website/blog/2025-12-04-introduction.md
@@ -5,26 +5,26 @@ authors: tragiccode
tags: []
---
-Working with **NServiceBus** shouldnβt require spinning up a whole host application just to send a message. Thatβs why we built **Busly CLI** β a lightweight, cross-platform command-line tool that lets you **send commands and events instantly**. No boilerplate, no fuss, just messaging at your fingertips.
+Working with **NServiceBus** shouldnβt require spinning up a whole host application just to send a message. Thatβs why I built **Busly CLI** β a lightweight, cross-platform command-line tool that lets you **send commands and events instantly**. No boilerplate, no fuss, just messaging at your fingertips.
## Why Youβll Love Busly CLI
-- π **Send messages straight from your terminal**
-- π§© **Use custom message types** that match your contracts
-- π **Works with Azure Service Bus, RabbitMQ, and AWS SQS**
-- βοΈ **Easily switch transports** between local, dev, staging, or production
-- π» **Runs on Windows, macOS, and Linux**
-- π¦ **Install your way**: Chocolatey, Docker, .NET tool, or GitHub binary
+- π **Send messages straight from your terminal**
+- π§© **Use custom message types** that match your contracts
+- π **Works with Azure Service Bus, RabbitMQ, and AWS SQS**
+- βοΈ **Easily switch transports** between local, dev, staging, or production
+- π» **Runs on Windows, macOS, and Linux**
+- π¦ **Install your way**: Chocolatey, Docker, .NET tool, or GitHub binary
## Help Us Reach 1.0.0
-Busly CLI is shaping up fast, but we need your help to make **version 1.0.0 rock-solid**:
+Busly CLI is shaping up fast, but I need your help to make **version 1.0.0 rock-solid**:
-- **Try it out** and let us know what works (or doesnβt).
-- **Report bugs** on GitHub β every issue helps!
-- **Contribute** code, docs, or ideas β every contribution counts.
+- **Try it out** and let us know what works (or doesnβt).
+- **Report bugs** on GitHub β every issue helps!
+- **Contribute** code, docs, or ideas β every contribution counts.
Together, we can make **Busly CLI** the go-to tool for messaging in NServiceBus. Jump in, experiment, and help us get to that **stable 1.0.0 release**!
diff --git a/website/docs/configuration/_category_.json b/website/docs/configuration/_category_.json
index 8ab522c..2cc94c5 100644
--- a/website/docs/configuration/_category_.json
+++ b/website/docs/configuration/_category_.json
@@ -1,4 +1,4 @@
ο»Ώ{
"label": "Configuration",
- "position": 3
+ "position": 2
}
diff --git a/website/docs/getting-started/_category_.json b/website/docs/getting-started/_category_.json
deleted file mode 100644
index 818afe3..0000000
--- a/website/docs/getting-started/_category_.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "position": 1
-}
diff --git a/website/docs/getting-started/getting-started.mdx b/website/docs/getting-started/getting-started.mdx
deleted file mode 100644
index 5b6642a..0000000
--- a/website/docs/getting-started/getting-started.mdx
+++ /dev/null
@@ -1,7 +0,0 @@
-import DocCardList from "@theme/DocCardList";
-
-# Getting Started
-
-Everything you need for getting started with this tool.
-
-