Skip to content

Commit

Permalink
Merge branch 'discord-components-patch' of https://github.com/DanBot-…
Browse files Browse the repository at this point in the history
…Hosting-Custom/DBH-Docs into discord-components-patch
  • Loading branch information
Kyro3400 committed Sep 1, 2024
2 parents 4756e19 + 2cbdf1d commit 804edcc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"description": "",
"main": "next.config.js",
"scripts": {
"dev": "next dev -p 1114",
"dev": "next dev -p 1110",
"build": "next build",
"analyze": "ANALYZE=true next build",
"start": "next start -p 1114",
"start": "next start -p 1110",
"typecheck": "tsc --noEmit",
"export": "next build && next export",
"lint": "next lint",
Expand Down
8 changes: 4 additions & 4 deletions pages/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ import { Logo } from "@elements";

# Welcome to DanBot Hosting Docs!

Hello there! You seem to be troubled in creating servers, figuring out how DBH and their server types work, how to add custom domain etc. Well, DBH Docs is a way you can achieve this all. So what are you waiting for? Get your fast fingers and eagle eyes ready and start reading DBH Docs
Hello there! You seem to be troubled in creating servers, figuring out how DBH and their server types work, how to add custom domain etc. Well, DBH Docs is a way you can achieve this all. So what are you waiting for? Get your fast fingers and eagle eyes ready and start reading DBH Docs.

Here you can find solutions to your issues, extra help and additional free content to improve your programming experience!

## What's DBH?

DanBot Hosting - DBH is a free hosting done right owned and founded by [**Dan**](https://github.com/danielpmc). It offers free shared hosting for web/bot development with unlimited CPU and Ram usage. Along with free hosting, you can pay for a lifetime premium server offering unlimited disk usage, better uptime and speed. More about the hosting service:
DanBot Hosting - DBH is a free hosting done right owned and founded by [**Dan**](https://github.com/danielpmc). It offers free shared hosting for web/bot development. Along with free hosting, you can pay for a lifetime premium server offering unlimited disk usage, better uptime and speed. More about the hosting service:

- Cheap paid VPS plan (available but only through paypal)
- No storage limit for your server
Expand Down Expand Up @@ -60,10 +60,10 @@ Original Creator: [Domin](https://github.com/domin-mnd)
## Rules regarding DBH

<Redirect
href="https://docs.google.com/document/d/1dOY5xefHu_RzBdOphh-_el8vNgMz2U_OWO8OeulOg_4"
href="https://danbot.host/privacy"
label="Privacy Policy"
/>
<Redirect
href="https://docs.google.com/document/d/1BxGFRlH3TEMqfUWBPszsWYudbKmcbM5pkp7bTq4IbHg"
href="https://danbot.host/tos"
label="Terms Of Service"
/>

0 comments on commit 804edcc

Please sign in to comment.