From ef2865308665dc26278fc36fe5117398ca3647f0 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Mon, 28 Oct 2024 22:52:54 -0600 Subject: [PATCH] feat: add videos and dokploy cloud --- .../docs/core/get-started/installation.mdx | 5 +++ .../content/docs/core/get-started/videos.mdx | 35 +++++++++++++++++++ apps/docs/content/docs/core/meta.json | 1 + apps/docs/mdx-components.tsx | 4 +-- apps/website/locales/en.json | 2 +- 5 files changed, 43 insertions(+), 4 deletions(-) create mode 100644 apps/docs/content/docs/core/get-started/videos.mdx diff --git a/apps/docs/content/docs/core/get-started/installation.mdx b/apps/docs/content/docs/core/get-started/installation.mdx index 4bd4490..42e7766 100644 --- a/apps/docs/content/docs/core/get-started/installation.mdx +++ b/apps/docs/content/docs/core/get-started/installation.mdx @@ -53,6 +53,11 @@ import { Callout } from "fumadocs-ui/components/callout"; Dokploy utilizes Docker, so it is essential to have Docker installed on your server. If Docker is not already installed, use the following command to install it automatically: +
+ + Dokploy Cloud: Use Dokploy directly without worrying about maintenance or updates. Enjoy a hassle-free experience with Dokploy Cloud. Sign up +
+ ```bash curl -sSL https://dokploy.com/install.sh | sh ``` diff --git a/apps/docs/content/docs/core/get-started/videos.mdx b/apps/docs/content/docs/core/get-started/videos.mdx new file mode 100644 index 0000000..e0a026f --- /dev/null +++ b/apps/docs/content/docs/core/get-started/videos.mdx @@ -0,0 +1,35 @@ +--- +title: Videos +description: Videos about how to install and use Dokploy. +--- + +import { Card, Cards } from 'fumadocs-ui/components/card'; + + +## My Favorite Way to deploy Applications + + + + +
+ + +## Introduction to Dokploy + +
+ +## Deploy docker compose on a VPS [Dokploy] + +
+ +## How to Setup Dokploy Self-Hosting on A Hetzner Server | BEST Coolify Alternative + +
+ +## FREE: Dokploy Self-Hosted 🐳 CANCEL VERCEL! 🚨 Coolify, Caprover, Alternative - Open Source + + +
+## Say Goodbye to Vercel and Heroku with Dokploy Install + + diff --git a/apps/docs/content/docs/core/meta.json b/apps/docs/content/docs/core/meta.json index b2c3020..919a86b 100644 --- a/apps/docs/content/docs/core/meta.json +++ b/apps/docs/content/docs/core/meta.json @@ -5,6 +5,7 @@ "---Get Started---", "get-started/introduction", "get-started/architecture", + "get-started/videos", "get-started/features", "get-started/installation", "get-started/manual-installation", diff --git a/apps/docs/mdx-components.tsx b/apps/docs/mdx-components.tsx index 10488dc..da1db6c 100644 --- a/apps/docs/mdx-components.tsx +++ b/apps/docs/mdx-components.tsx @@ -7,9 +7,7 @@ export function useMDXComponents(components: MDXComponents): MDXComponents { ...defaultComponents, ...components, ImageZoom, - p: ({ children }) => ( -

{children}

- ), + p: ({ children }) =>

{children}

, li: ({ children, id }) => (
  • {children} diff --git a/apps/website/locales/en.json b/apps/website/locales/en.json index 1a04f5d..bd69927 100644 --- a/apps/website/locales/en.json +++ b/apps/website/locales/en.json @@ -143,7 +143,7 @@ "title": "Dokploy Plan", "description": " to manage Dokploy UI infrastructure, we take care of it for you." }, - "servers": "{serverQuantity}Servers (You bring the servers)", + "servers": "{serverQuantity} Servers (You bring the servers)", "features": { "f1": "Managed Hosting: No need to manage your own servers", "f2": "Priority Support",