Skip to content

Commit

Permalink
docs: delete emojis (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-geller authored Jan 10, 2024
1 parent 67b8567 commit db6dde0
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion components/docs/RecursiveNavSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<li class="depth-1">
<NuxtLink href="/docs" class="bold" :class="activeSlug === '/docs' || activeSlug === '/docs/' ? 'active' : ''"
>
👋 Welcome to Kestra
Welcome to Kestra
</NuxtLink>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion content/docs/01.getting-started.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 🚀 Getting started
title: Getting started
---

Start Kestra using Docker Compose and create your first flow.
Expand Down
2 changes: 1 addition & 1 deletion content/docs/01.tutorial/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 📚 Tutorial
title: Tutorial
---

Kestra is an open-source orchestrator designed to bring Infrastructure as Code (IaC) best practices to all workflows — from those orchestrating mission-critical applications, IT operations, business processes, and data pipelines, to simple Zapier-style automations.
Expand Down
2 changes: 1 addition & 1 deletion content/docs/02.architecture/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 🏗️ Architecture
title: Architecture
---


Expand Down
2 changes: 1 addition & 1 deletion content/docs/03.concepts/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 💡 Concepts
title: Concepts
---

Understanding key concepts is crucial for harnessing the full potential of any tool. In this section, we will explore the fundamental concepts of Kestra, enabling you to automate your processes efficiently. For detailed information on each concept, please refer to the corresponding pages.
Expand Down
2 changes: 1 addition & 1 deletion content/docs/04.user-interface-guide/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 📊 User Interface Guide
title: User Interface Guide
---

Kestra comes with a rich web user interface located by default on port 8080.
Expand Down
2 changes: 1 addition & 1 deletion content/docs/05.developer-guide/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 🧑‍💻 Developer Guide
title: Developer Guide
---

Here, you will find the necessary information to develop flows for Kestra.
Expand Down
2 changes: 1 addition & 1 deletion content/docs/06.plugin-library.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 🔌 Plugin library
title: Plugin library
---

#
Expand Down
2 changes: 1 addition & 1 deletion content/docs/07.flow-examples/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 🔎 Flow examples
title: Flow examples
---

The example from Kestra's guided tour is a good starting point; it is available when running Kestra for the first time and can see here: [Example guided tour](./example-guided-tour.md).
Expand Down
2 changes: 1 addition & 1 deletion content/docs/08.kestra-editions/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: ☁️ Kestra Cloud and Enterprise
title: Kestra Cloud and Enterprise
---

This section provides an overview of the available Kestra editions, including:
Expand Down
2 changes: 1 addition & 1 deletion content/docs/09.administrator-guide/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 🔑 Administrator Guide
title: Administrator Guide
---

Here, you will find the necessary information for deploying and configuring your Kestra cluster.
Expand Down
2 changes: 1 addition & 1 deletion content/docs/10.plugin-developer-guide/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 🧩 Plugin Developer Guide
title: Plugin Developer Guide
---


Expand Down
2 changes: 1 addition & 1 deletion content/docs/11.terraform/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: ⚡️ Terraform integration
title: Terraform integration
---


Expand Down
2 changes: 1 addition & 1 deletion content/docs/12.api-guide/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 💻 API Guides
title: API Guides
---

<ChildTableOfContents :max="1" />
Expand Down
2 changes: 1 addition & 1 deletion content/docs/13.contributing/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 🤝 Contributing
title: Contributing
---

You can contribute to Kestra in many ways depending on your skills and interests.
Expand Down
2 changes: 1 addition & 1 deletion content/docs/14.troubleshooting.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 🔧 Troubleshooting
title: Troubleshooting
---

Something doesn't work as expected? Check out this page to help you troubleshoot.
Expand Down
2 changes: 1 addition & 1 deletion content/docs/15.migrations/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 🛠️ Migrations
title: Migrations
---

Upgrades and migrations are sometimes necessary. This section covers what's being phased out and what you can use instead.
Expand Down
2 changes: 1 addition & 1 deletion content/docs/16.faq/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: FAQ
title: FAQ
---

This section covers frequently asked questions about Kestra.
Expand Down
2 changes: 1 addition & 1 deletion content/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 📓 Welcome to Kestra
title: Welcome to Kestra
---

Kestra is a universal open-source orchestrator that makes both **scheduled** and **event-driven workflows** easy. By bringing Infrastructure as Code best practices to data, process, and microservice orchestration, you can build reliable workflows and manage them with confidence.
Expand Down

0 comments on commit db6dde0

Please sign in to comment.