diff --git a/.gitignore b/.gitignore index 8b799fe958..95b3da1cfe 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ node_modules .env dist .obsidian/**/* +package-lock.json \ No newline at end of file diff --git a/components/docs/RecursiveNavSidebar.vue b/components/docs/RecursiveNavSidebar.vue index a6f37ce90e..febf0f4f93 100644 --- a/components/docs/RecursiveNavSidebar.vue +++ b/components/docs/RecursiveNavSidebar.vue @@ -11,7 +11,7 @@
  • - 👁️‍🗨️ Overview + 👋 Welcome to Kestra
  • diff --git a/components/features/Build.vue b/components/features/Build.vue index 3655cecc07..67cb639888 100644 --- a/components/features/Build.vue +++ b/components/features/Build.vue @@ -26,7 +26,7 @@
    -

    Event-Based

    +

    Real-Time Events

    Flow execution based on events from the core or plugins, such as the result of other flows in real-time, detection of files from SFTP or Google Cloud Storage, or results of an SQL query.

    @@ -36,7 +36,7 @@
    -

    Infinity of triggers

    +

    Event-driven Triggers

    Endless possibilities to start a flow through API, using a webhook, waiting for a trigger, or simply starting directly from the Web UI.

    diff --git a/components/features/Main.vue b/components/features/Main.vue index 75fe137dbf..a57be3bfce 100644 --- a/components/features/Main.vue +++ b/components/features/Main.vue @@ -1,21 +1,24 @@