Skip to content

Commit 0d50fc6

Browse files
committed
Update index_examples.ejs
1 parent 4accf58 commit 0d50fc6

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

views/pages/index_examples.ejs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
<p><a target='_blank' href='<%= documentation %>'>Documentation</a> on using OAuth Authorization Code Grant from a Node Express application.</p>
33
<% } %>
44

5-
<h3 class="mt-4">Code Examples for C#, PHP, Java, Node.js, Python, and Curl</h3>
6-
7-
<h4 id="example001">1. <a href="eg001">Embedded Signing Ceremony</a></h4>
5+
<% if (locals.dsConfig.multiSourceChooser) { %>
6+
<h3 class="mt-4">Code Examples for C#, PHP, Java, Node.js, Python, and Curl</h3>
7+
<% } else { %>
8+
<h3 class="mt-4">Code Examples</h3>
9+
<% } %>
10+
11+
<h4 id="example001">1. <a href="eg001">Embedded Signing Ceremony</a></h4>
812
<p>This example sends an envelope, and then uses an embedded signing ceremony for the first signer.
913
With embedded signing, the DocuSign signing ceremony is initiated from your website.
1014
</p>

0 commit comments

Comments
 (0)