Skip to content

Commit c87e54a

Browse files
authored
Merge pull request #412 from sigmacomputing/embedding_11_responsive_embeds_v3
Embedding 11 responsive embeds v3
2 parents aa99762 + 31361dd commit c87e54a

File tree

41 files changed

+377
-33
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+377
-33
lines changed

site/sigmaguides/src/embedding_01_getting_started_v3/embedding_01_getting_started_v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Sigma also provides an embed sandbox that is built into the product. For more in
2525

2626
The local web application (e.g., native application) refers to the customer-developed application that Sigma is embedded into.
2727

28-
We will use code from a public Git repository, VS Code, and Node.js in this QuickStart series.
28+
We will use code from a public Git repository, VS Code, Node.js, Javascript and HTML in this QuickStart series.
2929

3030
<aside class="negative">
3131
<strong>NOTE:</strong><br> There are many programming languages and libraries you can use to develop a server-side application. Node.js is the one we will be using today. The sample code provided is simplified and commented to assist in your learning.

site/sigmaguides/src/embedding_02_federated_access_v3/embedding_02_federated_access_v3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For more information, see [using SSO with Sigma](https://help.sigmacomputing.com
3232

3333
Additional information is also available: [managing user and teams with SCIM](https://help.sigmacomputing.com/docs/manage-users-and-teams-with-scim)
3434

35-
In this QuickStart, we will use the local node.js application framework we created in [Embedding 01: Getting Started](https://quickstarts.sigmacomputing.com/guide/embedding_03_secure_access/index.html?index=..%2F..index#0)
35+
In this QuickStart, we will use the local native application framework we created in [Embedding 01: Getting Started](https://quickstarts.sigmacomputing.com/guide/embedding_03_secure_access/index.html?index=..%2F..index#0)
3636

3737
<aside class="positive">
3838
<strong>IMPORTANT:</strong><br> Some screens in Sigma may appear slightly different from those shown in QuickStarts. This is because Sigma continuously adds and enhances functionality. Rest assured, Sigma’s intuitive interface ensures that any differences will not prevent you from successfully completing any QuickStart.
@@ -43,7 +43,7 @@ For more information on Sigma's product release strategy, see [Sigma product rel
4343
If something is not working as you expect, here's how to [contact Sigma support](https://help.sigmacomputing.com/docs/sigma-support)
4444

4545
### Target Audience
46-
The typical audience for this QuickStart includes users of Excel, common Business Intelligence or Reporting tools, and semi-technical users who want to try out or learn Sigma.
46+
Semi-technical users who will be aiding in the planning or implementation of Sigma with embedding. No SQL or technical data skills are needed to complete this QuickStart. It does assume some common computer skills like installing software, using Terminal, navigating folders and copy/paste operations.
4747

4848
### Prerequisites
4949

site/sigmaguides/src/embedding_03_parameters_ua_v3/embedding_03_parameters_ua_v3.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For a full reference, see Sigma’s [Embed URL Parameters](https://help.sigmacom
2323

2424
This QuickStart provides examples and screenshots of required and optional parameters to help developers understand their use.
2525

26-
Before proceeding, ensure you've completed the [Embedding 01: Getting Started](https://quickstarts.sigmacomputing.com/guide/embedding_01_getting_started_v3/index.html?index=..%2F..embedding#1) QuickStart. It covers JWT in detail, so we won’t repeat that here.
26+
In this QuickStart, we will use the local native application we created in [Embedding 01: Getting Started](https://quickstarts.sigmacomputing.com/guide/embedding_03_secure_access/index.html?index=..%2F..index#0)
2727

2828
<aside class="positive">
2929
<strong>IMPORTANT:</strong><br> Some screens in Sigma may appear slightly different from those shown in QuickStarts. This is because Sigma continuously adds and enhances functionality. Rest assured, Sigma’s intuitive interface ensures that any differences will not prevent you from successfully completing any QuickStart.
@@ -34,15 +34,15 @@ For more information on Sigma's product release strategy, see [Sigma product rel
3434
If something is not working as you expect, here's how to [contact Sigma support](https://help.sigmacomputing.com/docs/sigma-support)
3535

3636
### Target Audience
37-
Semi-technical users who will be aiding in the planning or implementation of Sigma with embedding. No SQL or technical data skills are required to complete this QuickStart. It assumes some basic computer skills, such as installing software, using Terminal, navigating folders, and performing copy/paste operations.
37+
Semi-technical users who will be aiding in the planning or implementation of Sigma with embedding. No SQL or technical data skills are needed to complete this QuickStart. It does assume some common computer skills like installing software, using Terminal, navigating folders and copy/paste operations.
3838

3939
### Prerequisites
4040

4141
<ul>
4242
<li>A computer with a current browser. It does not matter which browser you want to use.</li>
4343
<li>Access to your Sigma environment.</li>
44-
<li>Some familiarity with Sigma is assumed. Not all steps will be shown, as the basics are assumed to be understood.</li>
45-
</ul>
44+
<li>Embedding 01: Getting Started is required to complete this QuickStart.</li>
45+
</ul>
4646

4747
<aside class="positive">
4848
<strong>IMPORTANT:</strong><br> Sigma recommends using non-production resources when completing QuickStarts.

site/sigmaguides/src/embedding_04_isolation_solutions_v3/embedding_04_isolation_solutions_v3.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ For more information on Sigma's product release strategy, see [Sigma product rel
3939
If something is not working as you expect, here's how to [contact Sigma support](https://help.sigmacomputing.com/docs/sigma-support)
4040

4141
### Target Audience
42-
Semi-technical users who will be aiding in the planning or implementation of Sigma with embedding. No SQL or technical data skills are needed to complete this QuickStart.
42+
Semi-technical users who will be aiding in the planning or implementation of Sigma with embedding. No SQL or technical data skills are needed to complete this QuickStart. It does assume some common computer skills like installing software, using Terminal, navigating folders and copy/paste operations.
4343

4444
### Prerequisites
4545

4646
<ul>
4747
<li>A computer with a current browser. It does not matter which browser you want to use.</li>
4848
<li>Access to your Sigma environment.</li>
49-
<li>Some familiarity with Sigma is assumed. Not all steps will be shown, as the basics are assumed to be understood.</li>
50-
</ul>
49+
<li>Embedding 01: Getting Started is required to complete this QuickStart.</li>
50+
</ul>
5151

5252
<aside class="positive">
5353
<strong>IMPORTANT:</strong><br> Sigma recommends using non-production resources when completing QuickStarts.

site/sigmaguides/src/embedding_09_events_v3/embedding_09_events_v3.md

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,35 +29,40 @@ Inbound events can be passed using either JavaScript or URL.
2929
**Outbound Events:**<br>
3030
These are variables sent from Sigma to the native application, which must have a listener coded to receive and respond to the message.
3131

32-
This QuickStart assumes you have already taken the QuickStart [Embedding 1: Getting Started](https://quickstarts.sigmacomputing.com/guide/embedding_01_prerequisites/index.html?index=..%2F..index#0) so that you have a sample environment to complete the tasks in this QuickStart.
33-
34-
**Some steps may not be shown in detail as we assume you have taken these other two QuickStarts or are familiar with Sigma workflows.**
35-
36-
A list of all the [available events is available here.](https://help.sigmacomputing.com/docs/inbound-and-outbound-events-in-embeds)
32+
In this QuickStart, we will use the local native application we created in [Embedding 01: Getting Started](https://quickstarts.sigmacomputing.com/guide/embedding_03_secure_access/index.html?index=..%2F..index#0)
3733

3834
<aside class="positive">
39-
<strong>IMPORTANT:</strong><br> Some screens in Sigma may appear slightly different from those shown in QuickStarts. This is because Sigma is continuously adding and enhancing functionality. Rest assured, Sigma’s intuitive interface ensures that any differences will not prevent you from successfully completing any QuickStart.
35+
<strong>IMPORTANT:</strong><br> Some screens in Sigma may appear slightly different from those shown in QuickStarts. This is because Sigma continuously adds and enhances functionality. Rest assured, Sigma’s intuitive interface ensures that any differences will not prevent you from successfully completing any QuickStart.
4036
</aside>
4137

42-
For more information on Sigma's product release strategy, see [Sigma product releases.](https://help.sigmacomputing.com/docs/sigma-product-releases)
38+
For more information on Sigma's product release strategy, see [Sigma product releases](https://help.sigmacomputing.com/docs/sigma-product-releases)
39+
40+
If something is not working as you expect, here's how to [contact Sigma support](https://help.sigmacomputing.com/docs/sigma-support)
4341

4442
### Target Audience
45-
Semi-technical users who will be aiding in the planning or implementation of Sigma. Limited SQL and technical data skills are needed to do this QuickStart. It does assume some common computer skills like installing software, using Terminal, navigating folders and edit/copy/paste operations.
43+
Semi-technical users who will be aiding in the planning or implementation of Sigma with embedding. No SQL or technical data skills are needed to complete this QuickStart. It does assume some common computer skills like installing software, using Terminal, navigating folders and copy/paste operations.
4644

4745
### Prerequisites
4846

4947
<ul>
50-
<li>Any modern browser is acceptable.</li>
51-
<li>Access to your Sigma environment. A Sigma trial environment is acceptable and preferred.</li>
52-
<li>Completion of the Embedding 01: Getting Started QuickStart.</li>
48+
<li>A computer with a current browser. It does not matter which browser you want to use.</li>
49+
<li>Access to your Sigma environment.</li>
50+
<li>Embedding 01: Getting Started is required to complete this QuickStart.</li>
5351
</ul>
5452

55-
<button>[Free Trial](https://www.sigmacomputing.com/free-trial/)</button>
53+
<aside class="positive">
54+
<strong>IMPORTANT:</strong><br> Sigma recommends using non-production resources when completing QuickStarts.
55+
</aside>
56+
57+
<button>[Sigma Free Trial](https://www.sigmacomputing.com/free-trial/)</button>
5658

57-
![Footer](assets/sigma_footer.png)
59+
<aside class="negative">
60+
<strong>IMPORTANT:</strong><br> Some features may carry a "Beta" tag. Beta features are subject to quick, iterative changes. As a result, the latest product version may differ from the contents of this document.
61+
</aside>
62+
63+
![Footer](assets/sigma_footer.png)ooter.png)
5864
<!-- END -->
5965

60-
6166
## Sigma Workbook
6267
Duration: 15
6368

5.08 KB
Loading
5.74 KB
Loading
5.43 KB
Loading
5.64 KB
Loading
5.31 KB
Loading

0 commit comments

Comments
 (0)