Skip to content

Commit 0c63303

Browse files
authored
deleted welcome
1 parent 1935ba8 commit 0c63303

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

views/pages/index_esignature_examples.ejs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
<h2>Welcome</h2>
2-
<p>This launcher includes the following examples for the DocuSign eSignature REST API.</p>
3-
41
<% if (showDoc) { %>
52
<p><a target='_blank' href='<%= documentation %>'>Documentation</a> on using OAuth Authorization Code Grant and
63
JWT from a Node Express application.</p>
@@ -9,7 +6,7 @@
96
<% if (locals.dsConfig.multiSourceChooser) { %>
107
<h3 class="mt-4">Code Examples for C#, PHP, Java, Node.js, Python, and Curl</h3>
118
<% } else { %>
12-
<h3 class="mt-4">Code Examples</h3>
9+
<h3 class="mt-4">eSignature REST API examples</h3>
1310
<% } %>
1411

1512
<h4 id="example001">1. <a href="eg001">Use embedded signing</a></h4>
@@ -296,4 +293,4 @@
296293
<p>
297294
API methods used:
298295
<a target="_blank" href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>
299-
</p>
296+
</p>

0 commit comments

Comments
 (0)