diff --git a/apps/docs/content/docs/core/(examples)/11ty.mdx b/apps/docs/content/docs/core/(examples)/11ty.mdx index 8e92a83..417fd7f 100644 --- a/apps/docs/content/docs/core/(examples)/11ty.mdx +++ b/apps/docs/content/docs/core/(examples)/11ty.mdx @@ -3,7 +3,7 @@ title: 11ty description: Deploy a simple 11ty application. --- -This example will deploy a simple Preact application. +This example will deploy a simple 11ty application. 1. **Use Git Provider in Your Application**: - Repository: `https://github.com/Dokploy/examples.git` diff --git a/apps/docs/content/docs/core/(examples)/html.mdx b/apps/docs/content/docs/core/(examples)/html.mdx new file mode 100644 index 0000000..97a4739 --- /dev/null +++ b/apps/docs/content/docs/core/(examples)/html.mdx @@ -0,0 +1,23 @@ +--- +title: HTML +description: Deploy a simple HTML application. +--- + +This example will deploy a simple HTML application. + +1. **Use Git Provider in Your Application**: + - Repository: `https://github.com/Dokploy/examples.git` + - Branch: `main` + - Build path: `/html` + - use `Static` as build type + +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 diff --git a/apps/docs/content/docs/core/(examples)/tanstack.mdx b/apps/docs/content/docs/core/(examples)/tanstack.mdx new file mode 100644 index 0000000..76f1e77 --- /dev/null +++ b/apps/docs/content/docs/core/(examples)/tanstack.mdx @@ -0,0 +1,23 @@ +--- +title: Tanstack +description: Deploy a simple Tanstack application. +--- + +This example will deploy a simple Tanstack application. + +1. **Use Git Provider in Your Application**: + - Repository: `https://github.com/Dokploy/examples.git` + - Branch: `main` + - Build path: `/tanstack` + - use `Nixpacks` as build type + +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 `3000` + - 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