mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
docs: add examples for HTML and Tanstack applications, and update 11ty description
This commit is contained in:
@@ -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`
|
||||
|
||||
23
apps/docs/content/docs/core/(examples)/html.mdx
Normal file
23
apps/docs/content/docs/core/(examples)/html.mdx
Normal 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).
|
||||
23
apps/docs/content/docs/core/(examples)/tanstack.mdx
Normal file
23
apps/docs/content/docs/core/(examples)/tanstack.mdx
Normal 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).
|
||||
Reference in New Issue
Block a user