Skip to content

Commit

Permalink
fix: minor tweaks to how-to guides
Browse files Browse the repository at this point in the history
  • Loading branch information
wrussell1999 committed Oct 31, 2024
1 parent feab8a2 commit f7f91e5
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 8 deletions.
3 changes: 2 additions & 1 deletion content/docs/15.how-to-guides/alerting.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
title: How to Configure alerts inside of Kestra
title: Configure Alerts inside of Kestra
icon: /docs/icons/tutorial.svg
stage: Getting Started
topics:
- DevOps
- Kestra Concepts
---

Configure alerts when workflow failures occurs.
Expand Down
1 change: 1 addition & 0 deletions content/docs/15.how-to-guides/github-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ topics:
- Integrations
- DevOps
- Version Control
version: ">= 0.6.1"
---

How to use GitHub Actions to automatically validate and deploy your flows to Kestra.
Expand Down
2 changes: 1 addition & 1 deletion content/docs/15.how-to-guides/kubernetes-secrets.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Setup Secrets from a Helm Chart
title: Set Up Secrets from a Helm Chart
icon: /docs/icons/helm.svg
stage: Getting Started
topics:
Expand Down
2 changes: 1 addition & 1 deletion content/docs/15.how-to-guides/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ topics:
- Best Practices
---

Setup Prometheus and Grafana for monitoring Kestra.
Set up Prometheus and Grafana for monitoring Kestra.

We will look in detail at setting up monitoring dashboards for Kestra.

Expand Down
3 changes: 2 additions & 1 deletion content/docs/15.how-to-guides/multiplecondition-listener.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ icon: /docs/icons/tutorial.svg
stage: Intermediate
topics:
- Kestra Workflow Components
- Use multiple condition listeners together.
---

How to set up a Flow to only trigger when multiple conditions are met.

## Introduction

In this tutorial, we’ll explore how to set up a flow in Kestra that only triggers when multiple conditions are met. Specifically, we will create a flow that only executes if two other flows, `multiplecondition-flow-a` and `multiplecondition-flow-b`, have executed successfully within the last 24 hours.
Expand Down
2 changes: 1 addition & 1 deletion content/docs/15.how-to-guides/pause-resume.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ topics:
- Kestra Concepts
---

Pause and Resume your flows.
How to Pause and Resume your flows.

## The use cases for pausing and resuming workflows

Expand Down
2 changes: 1 addition & 1 deletion content/docs/15.how-to-guides/realtime-triggers.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ topics:
version: ">= 0.17.0"
---

React to events as they happen with millisecond latency.
How to React to events as they happen with millisecond latency.

As soon as you add a Realtime Trigger to your workflow, Kestra starts an always-on thread that listens to the external system for new events. When a new event occurs, Kestra starts a workflow execution to process the event.

Expand Down
2 changes: 1 addition & 1 deletion content/docs/15.how-to-guides/ruby.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: How to Ruby
title: Run Ruby inside of your Flow
icon: /docs/icons/ruby.svg
stage: Getting Started
topics:
Expand Down
2 changes: 1 addition & 1 deletion content/docs/15.how-to-guides/secrets.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Secrets
title: Configure Secrets
icon: /docs/icons/tutorial.svg
stage: Getting Started
topics:
Expand Down

0 comments on commit f7f91e5

Please sign in to comment.