diff --git a/apps/docs/content/docs/core/(examples)/astro.mdx b/apps/docs/content/docs/core/(examples)/astro.mdx index cfc7595..78b7b89 100644 --- a/apps/docs/content/docs/core/(examples)/astro.mdx +++ b/apps/docs/content/docs/core/(examples)/astro.mdx @@ -9,19 +9,16 @@ This example will deploy a simple Astro application. - Repository: `https://github.com/Dokploy/examples.git` - Branch: `main` - Build path: `/astro` + - Publish Directory: `./dist` (Nixpacks) -2. **Add Environment Variables**: -- Navigate to the "Environments" tab and add the following variable: - ```cmd - NIXPACKS_START_CMD="pnpm run preview" - ``` -3. **Click on Deploy**: +2. **Click on Deploy**: - Deploy your application by clicking the deploy button. -4. **Generate a Domain**: +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)/lit.mdx b/apps/docs/content/docs/core/(examples)/lit.mdx index c9f5e2d..87f34c3 100644 --- a/apps/docs/content/docs/core/(examples)/lit.mdx +++ b/apps/docs/content/docs/core/(examples)/lit.mdx @@ -11,19 +11,15 @@ This example will deploy a simple Lit application. - Repository: `https://github.com/Dokploy/examples.git` - Branch: `main` - Build path: `/lit` + - Publish Directory: `./dist` (Nixpacks) -2. **Add Environment Variables**: -- Navigate to the "Environments" tab and add the following variable: - ```cmd - NIXPACKS_START_CMD="pnpm run preview" - ``` - -3. **Click on Deploy**: +2. **Click on Deploy**: - Deploy your application by clicking the deploy button. -4. **Generate a Domain**: +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)/preact.mdx b/apps/docs/content/docs/core/(examples)/preact.mdx index bdedf75..605d3ac 100644 --- a/apps/docs/content/docs/core/(examples)/preact.mdx +++ b/apps/docs/content/docs/core/(examples)/preact.mdx @@ -11,19 +11,15 @@ This example will deploy a simple Preact application. - Repository: `https://github.com/Dokploy/examples.git` - Branch: `main` - Build path: `/preact` + - Publish Directory: `./dist` (Nixpacks) -2. **Add Environment Variables**: -- Navigate to the "Environments" tab and add the following variable: - ```cmd - NIXPACKS_START_CMD="pnpm run preview" - ``` - -3. **Click on Deploy**: +2. **Click on Deploy**: - Deploy your application by clicking the deploy button. -4. **Generate a Domain**: +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)/solidjs.mdx b/apps/docs/content/docs/core/(examples)/solidjs.mdx index 15adf33..fb2dd69 100644 --- a/apps/docs/content/docs/core/(examples)/solidjs.mdx +++ b/apps/docs/content/docs/core/(examples)/solidjs.mdx @@ -11,19 +11,15 @@ This example will deploy a simple Solid.js application. - Repository: `https://github.com/Dokploy/examples.git` - Branch: `main` - Build path: `/solidjs` + - Publish Directory: `./dist` (Nixpacks) -2. **Add Environment Variables**: -- Navigate to the "Environments" tab and add the following variable: - ```cmd - NIXPACKS_START_CMD="pnpm run serve" - ``` - -3. **Click on Deploy**: +2. **Click on Deploy**: - Deploy your application by clicking the deploy button. -4. **Generate a Domain**: +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). diff --git a/apps/docs/content/docs/core/(examples)/svelte.mdx b/apps/docs/content/docs/core/(examples)/svelte.mdx index 1397db0..0e06b85 100644 --- a/apps/docs/content/docs/core/(examples)/svelte.mdx +++ b/apps/docs/content/docs/core/(examples)/svelte.mdx @@ -11,19 +11,15 @@ This example will deploy a simple Svelte application. - Repository: `https://github.com/Dokploy/examples.git` - Branch: `main` - Build path: `/svelte` + - Publish Directory: `./dist` (Nixpacks) -2. **Add Environment Variables**: -- Navigate to the "Environments" tab and add the following variable: - ```cmd - NIXPACKS_START_CMD="pnpm run preview" - ``` - -3. **Click on Deploy**: +2. **Click on Deploy**: - Deploy your application by clicking the deploy button. -4. **Generate a Domain**: +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)/vite-react.mdx b/apps/docs/content/docs/core/(examples)/vite-react.mdx index 78ac71b..84516dd 100644 --- a/apps/docs/content/docs/core/(examples)/vite-react.mdx +++ b/apps/docs/content/docs/core/(examples)/vite-react.mdx @@ -11,19 +11,15 @@ This example will deploy a simple Vite React application. - Repository: `https://github.com/Dokploy/examples.git` - Branch: `main` - Build path: `/vite` + - Publish Directory: `./dist` (Nixpacks) -2. **Add Environment Variables**: -- Navigate to the "Environments" tab and add the following variable: - ```cmd - NIXPACKS_START_CMD="pnpm run preview" - ``` - -3. **Click on Deploy**: +2. **Click on Deploy**: - Deploy your application by clicking the deploy button. -4. **Generate a Domain**: +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)/vuejs.mdx b/apps/docs/content/docs/core/(examples)/vuejs.mdx index 28b03f9..4fbcb20 100644 --- a/apps/docs/content/docs/core/(examples)/vuejs.mdx +++ b/apps/docs/content/docs/core/(examples)/vuejs.mdx @@ -10,19 +10,15 @@ This example will deploy a simple Vue.js application. - Repository: `https://github.com/Dokploy/examples.git` - Branch: `main` - Build path: `/vuejs` + - Publish Directory: `./dist` (Nixpacks) -2. **Add Environment Variables**: -- Navigate to the "Environments" tab and add the following variable: - ```cmd - NIXPACKS_START_CMD="pnpm run preview" - ``` - -3. **Click on Deploy**: +2. **Click on Deploy**: - Deploy your application by clicking the deploy button. -4. **Generate a Domain**: +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