docs: add examples for HTML and Tanstack applications, and update 11ty description

This commit is contained in:
Mauricio Siu
2025-04-06 04:00:24 -06:00
parent f7c0e2e36b
commit 7dcfb6331a
3 changed files with 47 additions and 1 deletions

View File

@@ -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`

View File

@@ -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).

View File

@@ -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).