Skip to content

Commit

Permalink
docs: add vector logo + update feature list
Browse files Browse the repository at this point in the history
  • Loading branch information
notunderctrl committed Dec 7, 2023
1 parent 8864969 commit 8c21e8a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 16 deletions.
15 changes: 7 additions & 8 deletions apps/docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,18 @@ import Link from 'next/link';

export function FeatureList() {
return (
<section className="w-96 mx-auto md:w-[700px] lg:w-[850px]">
<section className="max-w-[400px] md:max-w-none mx-auto md:w-[700px] lg:w-[850px]">
<h2>Features</h2>

<ul>
<li>Beginner friendly 🚀</li>
<li>Supports slash + context menu commands ✅</li>
<li>Supports multiple development servers 🤝</li>
<li>Supports multiple bot developers 👥</li>
<li>Slash + context menu commands support ✅</li>
<li>Multiple dev guilds, users, & roles support 🤝</li>
<li>Automatic command updates 🤖</li>
<li>Object oriented 💻</li>
<li>Easy-to-use CLI 🧑‍💻</li>
<li>REST registration behaviour 📍</li>
<li>And much more! 🧪</li>
</ul>
</section>
</section>
)

}
Expand Down Expand Up @@ -50,7 +49,7 @@ export default function Home() {
</p>

<div className="flex items-center justify-center gap-3 mt-10 md:justify-start text-neutral-100">
<Link href='/docs/installation' className="font-semibold bg-[#b079fc] py-2 px-4 rounded-full">Documentation</Link>
<Link href='/docs/installation' className="font-semibold bg-[#b079fc] py-2 px-4 rounded-full">Docs</Link>
<Link href='https://github.com/underctrl-io/commandkit' className="font-semibold bg-blue-500 py-2 px-4 rounded-full" target="_blank" rel="noopener noreferrer">GitHub</Link>
<Link href='https://npmjs.com/package/commandkit' className="font-semibold bg-[#fc7993] py-2 px-4 rounded-full">npm</Link>
</div>
Expand Down
10 changes: 10 additions & 0 deletions apps/docs/public/ckit_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions packages/commandkit/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<img src="https://raw.githubusercontent.com/underctrl-io/commandkit/master/apps/docs/public/ckit_logo.png" width="60%" />
<img src="https://raw.githubusercontent.com/underctrl-io/commandkit/master/apps/docs/public/ckit_logo.svg" width="60%" />
<br />
<a href="https://ctrl.lol/discord"><img src="https://img.shields.io/discord/1055188344188973066?color=5865F2&logo=discord&logoColor=white" alt="support server" /></a>
<a href="https://www.npmjs.com/package/commandkit"><img src="https://img.shields.io/npm/v/commandkit?maxAge=3600" alt="npm version" /></a>
Expand All @@ -14,12 +14,12 @@ CommandKit is a library that makes it easy to handle commands and events in your
## Features

- Very beginner friendly 🚀
- Support for slash and context menu commands ✅
- Automatic command registration, edits, and deletion 🤖
- Supports multiple development servers 🤝
- Supports multiple users as bot developers 👥
- User friendly CLI 🖥️
- Beginner friendly 🚀
- Slash + context menu commands support
- Multiple dev guilds, users, & roles support 🤝
- Automatic command updates 🤖
- REST registration behaviour 📍
- And much more! 🧪

## Documentation

Expand Down Expand Up @@ -111,4 +111,4 @@ client.login('YOUR_TOKEN_HERE');

## Support and Suggestions

If you are looking for support or want to provide suggestions, check out the [Discord](https://ctrl.lol/discord).
Submit any queries or suggestions in our [Discord community](https://ctrl.lol/discord).

0 comments on commit 8c21e8a

Please sign in to comment.