From b79a8c9c4541bd9286c67ab07a7f8c9eb71e18c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Ordon?= Date: Tue, 1 Apr 2025 02:45:29 +0100 Subject: [PATCH] docs: add 11ty --- .../content/docs/core/(examples)/11ty.mdx | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 apps/docs/content/docs/core/(examples)/11ty.mdx diff --git a/apps/docs/content/docs/core/(examples)/11ty.mdx b/apps/docs/content/docs/core/(examples)/11ty.mdx new file mode 100644 index 0000000..8e92a83 --- /dev/null +++ b/apps/docs/content/docs/core/(examples)/11ty.mdx @@ -0,0 +1,23 @@ +--- +title: 11ty +description: Deploy a simple 11ty application. +--- + +This example will deploy a simple Preact application. + +1. **Use Git Provider in Your Application**: + - Repository: `https://github.com/Dokploy/examples.git` + - Branch: `main` + - Build path: `/11ty` + - Publish Directory: `./_site` (Nixpacks) + +2. **Click on Deploy**: + - Deploy your application by clicking the deploy button. + +3. **Generate a Domain**: + - Click on generate domain button. + - A new domain will be generated for you. + - Set Port `80` + - You can use this domain to access your application. + +If you need further assistance, join our [Discord server](https://discord.com/invite/2tBnJ3jDJc). \ No newline at end of file