Skip to content

Commit 4f187ef

Browse files
authored
Remove references to numbered examples (#82)
* first changed templates * removing numbers
1 parent 0611cea commit 4f187ef

37 files changed

Lines changed: 65 additions & 69 deletions

app/templates/eg001_embedded_signing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
22

3-
<h4>1. Request a signature through your app (embedded signing)</h4>
3+
<h4>Request a signature through your app (embedded signing)</h4>
44
<p>Sends an envelope, then uses embedded signing for the first signer. With embedded signing, DocuSign signing is initiated from your website.</p>
55

66
{% if show_doc %}

app/templates/eg002_signing_via_email.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
22

3-
<h4>2. Request a signature by email (remote signing)</h4>
3+
<h4>Request a signature by email (remote signing)</h4>
44
<p>The envelope includes a PDF, Word, and HTML document.
55
<a target ='_blank' href="https://developers.docusign.com/docs/esign-rest-api/esign101/concepts/tabs/auto-place/">Anchor Text</a>
66
is used to position the signing fields in the documents.

app/templates/eg003_list_envelopes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
22

3-
<h4>3. List envelope status changes</h4>
3+
<h4>List envelope status changes</h4>
44
<p>The envelopes' current status is included.</p>
55

66
{% if show_doc %}

app/templates/eg004_envelope_info.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
22

3-
<h4>4. Get envelope information</h4>
3+
<h4>Get envelope information</h4>
44
<p>Lists basic information about an envelope, including its overall status.</p>
55

66
<p>This example demonstrates how to obtain the latest information about
@@ -22,15 +22,15 @@ <h4>4. Get envelope information</h4>
2222
</p>
2323

2424
{% if envelope_ok %}
25-
<p>The envelope you created via example 2 will be queried.</p>
25+
<p>The envelope you created via Request a signature by email (remote signing) will be queried.</p>
2626

2727
<form class="eg" action="" method="post" data-busy="form">
2828
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}"/>
2929
<button type="submit" class="btn btn-docu">Continue</button>
3030
</form>
3131

3232
{% else %}
33-
<p>Problem: please first create an envelope using <a href="eg002">example 2.</a> <br/>
33+
<p>Problem: please first create an envelope using <a href="eg002">Request a signature by email (remote signing).</a> <br/>
3434
Thank you.</p>
3535

3636
<form class="eg" action="eg002" method="get">

app/templates/eg005_envelope_recipients.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
22

3-
<h4>5. List envelope recipients</h4>
3+
<h4>List envelope recipients</h4>
44
<p>Includes current recipient status.</p>
55

66
{% if show_doc %}
@@ -15,15 +15,15 @@ <h4>5. List envelope recipients</h4>
1515
</p>
1616

1717
{% if envelope_ok %}
18-
<p>The envelope you created via example 2 will be queried.</p>
18+
<p>The envelope you created via Request a signature by email (remote signing) will be queried.</p>
1919

2020
<form class="eg" action="" method="post" data-busy="form">
2121
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}"/>
2222
<button type="submit" class="btn btn-docu">Continue</button>
2323
</form>
2424

2525
{% else %}
26-
<p>Problem: please first create an envelope using <a href="eg002">example 2.</a> <br/>
26+
<p>Problem: please first create an envelope using <a href="eg002">Request a signature by email (remote signing).</a> <br/>
2727
Thank you.</p>
2828

2929
<form class="eg" action="eg002" method="get">

app/templates/eg006_envelope_docs.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
22

3-
<h4>6. List envelope documents</h4>
3+
<h4>List envelope documents</h4>
44
<p>Includes current recipient status.
55
</p>
66

@@ -20,15 +20,15 @@ <h4>6. List envelope documents</h4>
2020
</p>
2121

2222
{% if envelope_ok %}
23-
<p>The envelope you created via example 2 will be queried.</p>
23+
<p>The envelope you created via Request a signature by email (remote signing) will be queried.</p>
2424

2525
<form class="eg" action="" method="post" data-busy="form">
2626
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}"/>
2727
<button type="submit" class="btn btn-docu">Continue</button>
2828
</form>
2929

3030
{% else %}
31-
<p>Problem: please first create an envelope using <a href="eg002">example 2.</a> <br/>
31+
<p>Problem: please first create an envelope using <a href="eg002">Request a signature by email (remote signing).</a> <br/>
3232
Thank you.</p>
3333

3434
<form class="eg" action="eg002" method="get">

app/templates/eg007_envelope_get_doc.html

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
22

3-
<h4>7. Download envelope documents</h4>
3+
<h4>Download envelope documents</h4>
44
<p>Downloads individual documents, the documents concatenated together, or a ZIP file of the documents.</p>
55
<p>Document download options:</p>
66
<ul>
77
<li><b>Combined</b>: a PDF with the combined content of all documents and the
88
certificate</li>
99
<li><b>Zip Archive</b>: a ZIP archive that contains all of the PDF documents,
1010
the certificate, and any .WAV files used for voice authentication.</li>
11-
<li>
12-
<b>PDF Portfolio</b>: Retrieves the envelope documents as a <a href="https://helpx.adobe.com/acrobat/using/overview-pdf-portfolios.html">PDF portfolio</a>
13-
</li>
14-
<li>The envelope's individual documents</li>
11+
<li>The envelope's individual documents</li>
1512
<li>The envelope's Certificate of Completion</li>
1613
</ul>
1714

@@ -28,24 +25,24 @@ <h4>7. Download envelope documents</h4>
2825
</p>
2926

3027
{% if not envelope_ok %}
31-
<p>Problem: please first create an envelope using <a href="eg002">example 2.</a> <br/>
32-
You will then need to use example 6 to create the list of documents.<br/>
28+
<p>Problem: please first create an envelope using <a href="eg002">Request a signature by email (remote signing).</a> <br/>
29+
You will then need to use List envelope documents to create the list of documents.<br/>
3330
Thank you.</p>
3431

3532
<form class="eg" action="eg002" method="get">
3633
<button type="submit" class="btn btn-docu">Continue</button>
3734
</form>
3835
{% elif not documents_ok %}
3936
<p>Problem: please first create a list of the envelope's documents using
40-
<a href="eg006">example 6.</a> <br/>
37+
<a href="eg006">List envelope documents.</a> <br/>
4138
Thank you.</p>
4239

4340
<form class="eg" action="eg006" method="get">
4441
<button type="submit" class="btn btn-docu">Continue</button>
4542
</form>
4643
{% else %}
4744
<p>Please choose a document.<br/>
48-
The document list is from your results for example 6.</p>
45+
The document list is from your results for List envelope documents.</p>
4946

5047
<form class="eg" action="" method="post" data-busy="form-download">
5148
<div class="form-group">

app/templates/eg008_create_template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
22

3-
<h4>8. Create a template</h4>
3+
<h4>Create a template</h4>
44
<p>Create a template with two roles, <b>signer</b> and <b>cc</b>.
55
The template includes three documents.
66
</p>

app/templates/eg009_use_template.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
22

3-
<h4>9. Request a signature by email using a template</h4>
3+
<h4>Request a signature by email using a template</h4>
44
<p>The envelope is defined by the template.
55
The signer and cc recipient name and email are used to fill in the template's <i>roles</i>.</p>
66

@@ -22,7 +22,7 @@ <h4>9. Request a signature by email using a template</h4>
2222
</p>
2323

2424
{% if template_ok %}
25-
<p>The template you created via example 8 will be used.</p>
25+
<p>The template you created via Create a template will be used.</p>
2626

2727
<form class="eg" action="" method="post" data-busy="form">
2828
<div class="form-group">
@@ -53,7 +53,7 @@ <h4>9. Request a signature by email using a template</h4>
5353
</form>
5454

5555
{% else %}
56-
<p>Problem: please first create the template using <a href="eg008">example 8.</a> <br/>
56+
<p>Problem: please first create the template using <a href="eg008">Create a template.</a> <br/>
5757
Thank you.</p>
5858

5959
<form class="eg" action="eg008" method="get">

app/templates/eg010_send_binary_docs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
22

3-
<h4>10. Attach documents using binary transfer</h4>
3+
<h4>Attach documents using binary transfer</h4>
44
<p>The envelope includes a pdf, Word, and HTML document.</p>
55
<p>Multipart data transfer is used to send the documents in binary format to DocuSign.
66
Binary transfer is 33% more efficient than base64 encoding and is recommended for documents over 15M Bytes.

0 commit comments

Comments
 (0)