From 66ad25b0b714283170fcabbfe63e2f51d51a0e16 Mon Sep 17 00:00:00 2001 From: pballai <46489780+pballai@users.noreply.github.com> Date: Tue, 7 Jul 2026 16:51:48 -0400 Subject: [PATCH] Update featured quickstarts with new and removed entries Added a new quickstart for automating Sigma with the CLI and removed an outdated quickstart for building forms. --- site/app/data/featured-quickstarts.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/site/app/data/featured-quickstarts.json b/site/app/data/featured-quickstarts.json index ab253ca7..8844972f 100644 --- a/site/app/data/featured-quickstarts.json +++ b/site/app/data/featured-quickstarts.json @@ -1,6 +1,12 @@ { "recentQuickStarts": [ { + "title": "Automate Sigma from the Command Line with the Sigma CLI", + "id": "developers_sigma_cli", + "category": "developers", + "date": "July 7, 2026" + }, + { "title": "Build Dashboards and Apps with Sigma Assistant", "id": "aiapps_build_with_assistant", "category": "aiapps", @@ -53,12 +59,6 @@ "id": "aiapps_natural_language_with_claude", "category": "aiapps", "date": "April 15, 2026" - }, - { - "title": "Building Forms for Data Capture and Analysis", - "id": "aiapps_forms", - "category": "aiapps", - "date": "April 2, 2026" } ] }