From b6549584c88c3c93f994a50f21e3907e0a7cc1c8 Mon Sep 17 00:00:00 2001 From: pballai Date: Mon, 19 May 2025 21:35:21 -0400 Subject: [PATCH 1/4] wip --- .../embedding_01_getting_started_v3.md | 2 +- .../embedding_02_federated_access_v3.md | 2 +- .../embedding_03_parameters_ua_v3.md | 463 ------------------ .../embedding_04_isolation_solutions_v3.md | 6 +- .../embedding_09_events_v3.md | 33 +- .../embedding_dynamic_role_switching_v3.md | 13 +- 6 files changed, 29 insertions(+), 490 deletions(-) delete mode 100644 site/sigmaguides/src/embedding_03_parameters_ua_v3/embedding_03_parameters_ua_v3.md diff --git a/site/sigmaguides/src/embedding_01_getting_started_v3/embedding_01_getting_started_v3.md b/site/sigmaguides/src/embedding_01_getting_started_v3/embedding_01_getting_started_v3.md index d736ef56..48a6e359 100644 --- a/site/sigmaguides/src/embedding_01_getting_started_v3/embedding_01_getting_started_v3.md +++ b/site/sigmaguides/src/embedding_01_getting_started_v3/embedding_01_getting_started_v3.md @@ -25,7 +25,7 @@ Sigma also provides an embed sandbox that is built into the product. For more in The local web application (e.g., native application) refers to the customer-developed application that Sigma is embedded into. -We will use code from a public Git repository, VS Code, and Node.js in this QuickStart series. +We will use code from a public Git repository, VS Code, Node.js, Javascript and HTML in this QuickStart series.