mirror of
https://github.com/sern-handler/website
synced 2026-06-27 18:22:22 +00:00
feedback system
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
---
|
||||
title: Overview
|
||||
---
|
||||
import GuideFeedback from "../../src/components/GuideFeedback";
|
||||
|
||||
# Guide Overview
|
||||
Welcome to the sern Discord Bot Development Guide! 🚀
|
||||
|
||||
@@ -33,3 +38,6 @@ Understand why sern, what is it and what does it solve.
|
||||
- **Conclusion** Reflect on what you've learned and your next steps in Discord bot development and sern.
|
||||
|
||||
We're excited to embark on this journey with you. Each section is designed to build upon the previous one, so feel free to follow along step by step or jump to the topics that interest you the most. By the end of this guide, you'll have the skills and knowledge to create, deploy, and manage your own Discord bot using sern.
|
||||
|
||||
---
|
||||
<GuideFeedback />
|
||||
@@ -1,8 +1,7 @@
|
||||
---
|
||||
title: What is sern?
|
||||
---
|
||||
|
||||
<!-- Rephrasing and title done by Ethan -->
|
||||
import GuideFeedback from "../../src/components/GuideFeedback";
|
||||
|
||||
We're a discord bot framework. The lack of tooling in the discord.js community is apparent, and is also monolithic. You can make bots easily and concisely with our suite of tools. We're also a community. Please join [here](https://sern.dev/discord)!
|
||||
|
||||
@@ -21,3 +20,6 @@ sern tries to solve all these problems. This tutorial is for anyone and everyone
|
||||
- from my personal experience, the community feels pretentious and mean.
|
||||
- discord.js discord chat feels pretentious and unwelcome to beginners.
|
||||
- From community plugins to container, swap out tooling and things with ease.
|
||||
|
||||
---
|
||||
<GuideFeedback />
|
||||
@@ -1,9 +1,10 @@
|
||||
---
|
||||
title: Who are we?
|
||||
---
|
||||
import GuideFeedback from "../../src/components/GuideFeedback";
|
||||
|
||||
Who are we?
|
||||
Meet the passionate minds behind sern, working tirelessly to make your Discord bot development experience exceptional. Whether we're coding, designing, or building infrastructure, our common goal is to provide you the neccecities and bring your bot ideas to life. No matter who writes what, we're all in this together, dedicated to providing the best possible guidance and support as you explore the world of sern. Your success is our success, and we're excited to be part of your Discord bot development journey. Let's create amazing bots together!
|
||||
Meet the passionate minds behind sern, working tirelessly to make your Discord bot development experience exceptional. Whether we're coding, designing, or building infrastructure, our common goal is to provide you the neccecities and bring your bot ideas to life.
|
||||
|
||||
# serendipity
|
||||
|
||||
@@ -22,4 +23,7 @@ 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](/blog/newlogo#ropox-thing)
|
||||
some say [I'm the coolest of all](/blog/newlogo#ropox-thing)
|
||||
|
||||
---
|
||||
<GuideFeedback />
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: Choosing a package manager
|
||||
---
|
||||
import GuideFeedback from "../../src/components/GuideFeedback";
|
||||
|
||||
<!-- Rephrasing and title done by Ethan -->
|
||||
|
||||
@@ -17,4 +18,7 @@ For this tutorial, we'll be using **[Yarn](https://yarnpkg.com)**. It's made by
|
||||
1. **Performance:** Yarn is fast and has efficient dependency management.
|
||||
2. **Lockfile:** Yarn's `yarn.lock` file ensures deterministic builds, crucial for collaboration.
|
||||
3. **Offline Mode:** Yarn offers a reliable offline mode, ideal for environments with limited internet access.
|
||||
4. **Plug-n-play:** Yarn Berry (2) introduces "plug-n-play" (PnP), reducing disk space usage.
|
||||
5. **Plug-n-play:** Yarn Berry (2) introduces "plug-n-play" (PnP), reducing disk space usage.
|
||||
|
||||
---
|
||||
<GuideFeedback />
|
||||
13
docs/tutorial/langchooser.md
Normal file
13
docs/tutorial/langchooser.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: Choose your language
|
||||
---
|
||||
|
||||
import GuideFeedback from "../../src/components/GuideFeedback";
|
||||
|
||||
Choose your language:
|
||||
- [English](./en/intro/whats-sern)
|
||||
- [Español](./es)
|
||||
- [Turkish](./tr)
|
||||
|
||||
---
|
||||
<GuideFeedback />
|
||||
@@ -1,6 +0,0 @@
|
||||
# Welcome!
|
||||
|
||||
Choose your language:
|
||||
- [en](./en/intro/whats-sern)
|
||||
- [es (WIP)](./es)
|
||||
- [tr (WIP)](./tr)
|
||||
Reference in New Issue
Block a user