diff --git a/content/docs/15.how-to-guides/monitoring.md b/content/docs/15.how-to-guides/monitoring.md index fc1858fe8e..2e4b24682c 100644 --- a/content/docs/15.how-to-guides/monitoring.md +++ b/content/docs/15.how-to-guides/monitoring.md @@ -16,7 +16,7 @@ Kestra exposes [Prometheus](https://prometheus.io/) metrics at port 8081 on the Use the [docker-compose.yml](https://github.com/kestra-io/kestra/blob/develop/docker-compose.yml) file and start Kestra using the command: ```sh -% docker-compose up +% docker compose up ``` Once Kestra is up and running, you can check out the available metrics by going to `http://localhost:8081/prometheus` on your browser. The metrics should appear as below: diff --git a/content/docs/15.how-to-guides/pushflows.md b/content/docs/15.how-to-guides/pushflows.md index 588d548dbb..bdf54d0edd 100644 --- a/content/docs/15.how-to-guides/pushflows.md +++ b/content/docs/15.how-to-guides/pushflows.md @@ -1,6 +1,6 @@ --- title: Push Flows to a Git Repository -icon: /docs/icons/tutorial.svg +icon: /docs/icons/git.svg stage: Getting Started topics: - Version Control diff --git a/content/docs/15.how-to-guides/pushnamespacefiles.md b/content/docs/15.how-to-guides/pushnamespacefiles.md index e504c74347..eab6e5ff9a 100644 --- a/content/docs/15.how-to-guides/pushnamespacefiles.md +++ b/content/docs/15.how-to-guides/pushnamespacefiles.md @@ -1,6 +1,6 @@ --- title: Push Namespace Files to a Git Repository -icon: /docs/icons/tutorial.svg +icon: /docs/icons/git.svg stage: Getting Started topics: - Version Control diff --git a/content/docs/15.how-to-guides/syncflows.md b/content/docs/15.how-to-guides/syncflows.md index be73319683..6dd3eea1bd 100644 --- a/content/docs/15.how-to-guides/syncflows.md +++ b/content/docs/15.how-to-guides/syncflows.md @@ -1,6 +1,6 @@ --- title: Sync Flows from a Git Repository -icon: /docs/icons/tutorial.svg +icon: /docs/icons/git.svg stage: Getting Started topics: - Version Control diff --git a/content/docs/15.how-to-guides/syncnamespacefiles.md b/content/docs/15.how-to-guides/syncnamespacefiles.md index 3c220ca80b..1fb5c606a0 100644 --- a/content/docs/15.how-to-guides/syncnamespacefiles.md +++ b/content/docs/15.how-to-guides/syncnamespacefiles.md @@ -1,6 +1,6 @@ --- title: Sync Namespace Files from a Git Repository -icon: /docs/icons/tutorial.svg +icon: /docs/icons/git.svg stage: Getting Started topics: - Version Control diff --git a/public/docs/icons/git.svg b/public/docs/icons/git.svg new file mode 100644 index 0000000000..5bf444b9be --- /dev/null +++ b/public/docs/icons/git.svg @@ -0,0 +1 @@ + \ No newline at end of file