Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,17 @@ If you want to have live update writing (the web ui is updated on any save), you
```
#### Screenshot guidelines
- No background
- No rounded corners
- No browser header

Preferred screenshot tools:
- Using QuickTime with Arc browser in full-screen mode (light theme) on a Mac without an external monitor. The aim is to have a 16:10 screenshot.

Alternatives:
- Flameshot
- Skitch (only MacOs)

To hide sensitive data. Install [this extension](https://divbyzero.com/tools/blur-extension/?src=welcome&target=chrome) to blur some text.

To generate the badge images, you can use this online tool https://img.shields.io/badge/helm-808080. Modify helm-808080 with the text and color of your choice.

#### Example
Expand Down
6 changes: 5 additions & 1 deletion README.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,17 @@ If you want to have live update writing (the web ui is updated on any save), you
```
#### Screenshot guidelines
- No background
- No rounded corners
- No browser header

Preferred screenshot tools:
- Using QuickTime with Arc browser in full-screen mode (light theme) on a Mac without an external monitor. The aim is to have a 16:10 screenshot.

Alternatives:
- Flameshot
- Skitch (only MacOs)

To hide sensitive data. Install [this extension](https://divbyzero.com/tools/blur-extension/?src=welcome&target=chrome) to blur some text.

To generate the badge images, you can use this online tool https://img.shields.io/badge/helm-808080. Modify helm-808080 with the text and color of your choice.

#### Example
Expand Down
6 changes: 3 additions & 3 deletions website/docs/getting-started/basic-concepts.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2024-08-12"
last_modified_on: "2025-09-16"
title: "Basic Concepts"
description: "Basic Concepts about Qovery"
---
Expand Down Expand Up @@ -73,7 +73,7 @@ On top of these basic services, Qovery provides a pre-set of configuration to si
## Deployment
A Deployment is the operation allowing you to gather your code and make it runs on your cluster. Qovery can pull your repository, generate a docker image and spawn the necessary resources on your clusters to make your application run. You can find more information within [this section][docs.using-qovery.deployment].

You can monitor the execution of the deployment via the [Deployment Logs][docs.using-qovery.deployment.logs#deployment-logs] while you can monitor the execution of your application thanks to the streamed [Live Logs][docs.using-qovery.deployment.logs#live-logs] directly from the Qovery interface.
You can monitor the execution of the deployment via the [Deployment Logs][docs.using-qovery.deployment.logs#deployment-logs] while you can monitor the execution of your application thanks to the streamed [Service Logs][docs.using-qovery.deployment.logs#service-logs] directly from the Qovery interface.

## High Level Schema
<p align="center">
Expand All @@ -94,6 +94,6 @@ You can monitor the execution of the deployment via the [Deployment Logs][docs.u
[docs.using-qovery.configuration.organization]: /docs/using-qovery/configuration/organization/
[docs.using-qovery.configuration.project]: /docs/using-qovery/configuration/project/
[docs.using-qovery.deployment.logs#deployment-logs]: /docs/using-qovery/deployment/logs/#deployment-logs
[docs.using-qovery.deployment.logs#live-logs]: /docs/using-qovery/deployment/logs/#live-logs
[docs.using-qovery.deployment.logs#service-logs]: /docs/using-qovery/deployment/logs/#service-logs
[docs.using-qovery.deployment]: /docs/using-qovery/deployment/
[urls.kubernetes]: https://kubernetes.io/
2 changes: 1 addition & 1 deletion website/docs/getting-started/basic-concepts.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ On top of these basic services, Qovery provides a pre-set of configuration to si
## Deployment
A Deployment is the operation allowing you to gather your code and make it runs on your cluster. Qovery can pull your repository, generate a docker image and spawn the necessary resources on your clusters to make your application run. You can find more information within [this section][docs.using-qovery.deployment].

You can monitor the execution of the deployment via the [Deployment Logs][docs.using-qovery.deployment.logs#deployment-logs] while you can monitor the execution of your application thanks to the streamed [Live Logs][docs.using-qovery.deployment.logs#live-logs] directly from the Qovery interface.
You can monitor the execution of the deployment via the [Deployment Logs][docs.using-qovery.deployment.logs#deployment-logs] while you can monitor the execution of your application thanks to the streamed [Service Logs][docs.using-qovery.deployment.logs#service-logs] directly from the Qovery interface.

## High Level Schema
<p align="center">
Expand Down
3 changes: 2 additions & 1 deletion website/docs/using-qovery.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2025-01-08"
last_modified_on: "2025-09-18"
title: Using Qovery
description: "Everything you need to know to configure and use your applications on Qovery"
sidebar_label: hidden
Expand All @@ -16,6 +16,7 @@ This section covers everything you need to know to configure and use your applic
<Jump to="/docs/using-qovery/integration/">Integration</Jump>
<Jump to="/docs/using-qovery/interface/">Interface</Jump>
<Jump to="/docs/using-qovery/maintenance/">Maintenance</Jump>
<Jump to="/docs/using-qovery/observability/">Observability</Jump>
<Jump to="/docs/using-qovery/troubleshoot/">Troubleshoot</Jump>


Expand Down
6 changes: 3 additions & 3 deletions website/docs/using-qovery/configuration/application.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2025-06-18"
last_modified_on: "2025-09-16"
title: "Application"
description: "Learn how to configure your Application on Qovery"
---
Expand Down Expand Up @@ -498,7 +498,7 @@ To learn how to set up secrets in your projects and applications, navigate to [c

## Logs

To learn how to display your application logs, navigate to [logs section][docs.using-qovery.deployment.logs#live-logs]
To learn how to display your application logs, navigate to [logs section][docs.using-qovery.deployment.logs#service-logs]

## SSH

Expand Down Expand Up @@ -571,7 +571,7 @@ In the application overview, click on the `3 dots` button and remove the applica
[docs.using-qovery.configuration.service-health-checks]: /docs/using-qovery/configuration/service-health-checks/
[docs.using-qovery.deployment.deploying-with-auto-deploy#filtering-commits-triggering-the-auto-deploy]: /docs/using-qovery/deployment/deploying-with-auto-deploy/#filtering-commits-triggering-the-auto-deploy
[docs.using-qovery.deployment.image-mirroring#why-unique-image-tags-are-necessary]: /docs/using-qovery/deployment/image-mirroring/#why-unique-image-tags-are-necessary
[docs.using-qovery.deployment.logs#live-logs]: /docs/using-qovery/deployment/logs/#live-logs
[docs.using-qovery.deployment.logs#service-logs]: /docs/using-qovery/deployment/logs/#service-logs
[docs.using-qovery.deployment]: /docs/using-qovery/deployment/
[docs.using-qovery.interface.cli]: /docs/using-qovery/interface/cli/
[guides.advanced.monorepository]: /guides/advanced/monorepository/
Expand Down
2 changes: 1 addition & 1 deletion website/docs/using-qovery/configuration/application.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ To learn how to set up secrets in your projects and applications, navigate to [c

## Logs

To learn how to display your application logs, navigate to [logs section][docs.using-qovery.deployment.logs#live-logs]
To learn how to display your application logs, navigate to [logs section][docs.using-qovery.deployment.logs#service-logs]

## SSH

Expand Down
2 changes: 1 addition & 1 deletion website/docs/using-qovery/configuration/clusters.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2025-07-08"
last_modified_on: "2025-09-17"
title: "Clusters"
description: "Learn how to configure your Kubernetes clusters on Qovery"
sidebar_label: hidden
Expand Down
6 changes: 3 additions & 3 deletions website/docs/using-qovery/configuration/cronjob.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2025-04-24"
last_modified_on: "2025-09-16"
title: "Cronjob"
description: "Learn how to configure your Cronjob on Qovery"
---
Expand Down Expand Up @@ -300,7 +300,7 @@ To learn how to set up secrets in your projects and applications, navigate to [c

## Logs

To learn how to display your application logs, navigate to [logs section][docs.using-qovery.deployment.logs#live-logs]
To learn how to display your application logs, navigate to [logs section][docs.using-qovery.deployment.logs#service-logs]

## Clone

Expand Down Expand Up @@ -357,6 +357,6 @@ In the overview, click on the `3 dots` button and remove the job. Note: the same
[docs.using-qovery.configuration.organization.git-repository-access]: /docs/using-qovery/configuration/organization/git-repository-access/
[docs.using-qovery.configuration.organization.labels-annotations]: /docs/using-qovery/configuration/organization/labels-annotations/
[docs.using-qovery.deployment.deploying-with-auto-deploy#filtering-commits-triggering-the-auto-deploy]: /docs/using-qovery/deployment/deploying-with-auto-deploy/#filtering-commits-triggering-the-auto-deploy
[docs.using-qovery.deployment.logs#live-logs]: /docs/using-qovery/deployment/logs/#live-logs
[docs.using-qovery.deployment.logs#service-logs]: /docs/using-qovery/deployment/logs/#service-logs
[docs.using-qovery.deployment]: /docs/using-qovery/deployment/
[guides.advanced.monorepository]: /guides/advanced/monorepository/
2 changes: 1 addition & 1 deletion website/docs/using-qovery/configuration/cronjob.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ To learn how to set up secrets in your projects and applications, navigate to [c

## Logs

To learn how to display your application logs, navigate to [logs section][docs.using-qovery.deployment.logs#live-logs]
To learn how to display your application logs, navigate to [logs section][docs.using-qovery.deployment.logs#service-logs]

## Clone

Expand Down
6 changes: 3 additions & 3 deletions website/docs/using-qovery/configuration/helm.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2025-06-18"
last_modified_on: "2025-09-16"
title: "Helm"
description: "Learn how to configure your Helm on Qovery"
---
Expand Down Expand Up @@ -396,7 +396,7 @@ Qovery does not check collision in the domain declaration. Make sure you assign

## Logs

To learn how to display your helm logs, navigate to [logs section][docs.using-qovery.deployment.logs#live-logs]
To learn how to display your helm logs, navigate to [logs section][docs.using-qovery.deployment.logs#service-logs]

## Clone

Expand Down Expand Up @@ -453,7 +453,7 @@ In the helm overview, click on the `3 dots` button and remove the helm.
[docs.using-qovery.configuration.helm#using-the-environment-variables-in-your-chart]: /docs/using-qovery/configuration/helm/#using-the-environment-variables-in-your-chart
[docs.using-qovery.configuration.organization.helm-repository]: /docs/using-qovery/configuration/organization/helm-repository/
[docs.using-qovery.configuration.organization.members-rbac]: /docs/using-qovery/configuration/organization/members-rbac/
[docs.using-qovery.deployment.logs#live-logs]: /docs/using-qovery/deployment/logs/#live-logs
[docs.using-qovery.deployment.logs#service-logs]: /docs/using-qovery/deployment/logs/#service-logs
[docs.using-qovery.deployment]: /docs/using-qovery/deployment/
[guides.advanced.monorepository]: /guides/advanced/monorepository/
[guides.getting-started.setting-custom-domain]: /guides/getting-started/setting-custom-domain/
2 changes: 1 addition & 1 deletion website/docs/using-qovery/configuration/helm.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ When cloning a Helm chart (via a [manual clone][docs.using-qovery.configuration.

## Logs

To learn how to display your helm logs, navigate to [logs section][docs.using-qovery.deployment.logs#live-logs]
To learn how to display your helm logs, navigate to [logs section][docs.using-qovery.deployment.logs#service-logs]

## Clone

Expand Down
6 changes: 3 additions & 3 deletions website/docs/using-qovery/configuration/lifecycle-job.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2025-04-24"
last_modified_on: "2025-09-16"
title: "Lifecycle Job"
description: "Learn how to configure your Lifecycle job on Qovery"
---
Expand Down Expand Up @@ -434,7 +434,7 @@ To learn how to set up secrets in your projects and applications, navigate to [c

## Logs

To learn how to display your application logs, navigate to [logs section][docs.using-qovery.deployment.logs#live-logs]
To learn how to display your application logs, navigate to [logs section][docs.using-qovery.deployment.logs#service-logs]

## Clone

Expand Down Expand Up @@ -489,7 +489,7 @@ In the overview, click on the `3 dots` button and remove the job. Note: the same
[docs.using-qovery.configuration.organization.git-repository-access]: /docs/using-qovery/configuration/organization/git-repository-access/
[docs.using-qovery.configuration.organization.labels-annotations]: /docs/using-qovery/configuration/organization/labels-annotations/
[docs.using-qovery.deployment.deploying-with-auto-deploy#filtering-commits-triggering-the-auto-deploy]: /docs/using-qovery/deployment/deploying-with-auto-deploy/#filtering-commits-triggering-the-auto-deploy
[docs.using-qovery.deployment.logs#live-logs]: /docs/using-qovery/deployment/logs/#live-logs
[docs.using-qovery.deployment.logs#service-logs]: /docs/using-qovery/deployment/logs/#service-logs
[docs.using-qovery.deployment]: /docs/using-qovery/deployment/
[guides.advanced.monorepository]: /guides/advanced/monorepository/
[guides.tutorial.how-to-use-lifecycle-job-to-deploy-any-kind-of-resources]: /guides/tutorial/how-to-use-lifecycle-job-to-deploy-any-kind-of-resources/
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ To learn how to set up secrets in your projects and applications, navigate to [c

## Logs

To learn how to display your application logs, navigate to [logs section][docs.using-qovery.deployment.logs#live-logs]
To learn how to display your application logs, navigate to [logs section][docs.using-qovery.deployment.logs#service-logs]

## Clone

Expand Down
Loading