Skip to content

Commit 25cb3ea

Browse files
committed
some fixes
1 parent d1e788e commit 25cb3ea

File tree

2 files changed

+3
-87
lines changed

2 files changed

+3
-87
lines changed

test/index.html

Lines changed: 1 addition & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -33,90 +33,6 @@ <h2 id="header-2">Send Email Enpoint</h2>
3333
<p>Send Email</p>
3434
</blockquote>
3535

36-
<table>
37-
<thead>
38-
<tr>
39-
<th style="text-align: left">field</th>
40-
<th style="text-align: left">type</th>
41-
<th style="text-align: left">required</th>
42-
</tr>
43-
</thead>
44-
<tbody>
45-
<tr>
46-
<td style="text-align: left">name</td>
47-
<td style="text-align: left">String</td>
48-
<td style="text-align: left">true</td>
49-
</tr>
50-
</tbody>
51-
</table>
52-
53-
</section>
54-
<section>
55-
56-
<h2 id="header-2">Send Email Enpoint</h2>
57-
58-
<blockquote>
59-
<p>GET <b>/send-email</b></p>
60-
61-
<p>Send Email</p>
62-
</blockquote>
63-
64-
<table>
65-
<thead>
66-
<tr>
67-
<th style="text-align: left">field</th>
68-
<th style="text-align: left">type</th>
69-
<th style="text-align: left">required</th>
70-
</tr>
71-
</thead>
72-
<tbody>
73-
<tr>
74-
<td style="text-align: left">name</td>
75-
<td style="text-align: left">String</td>
76-
<td style="text-align: left">true</td>
77-
</tr>
78-
</tbody>
79-
</table>
80-
81-
</section>
82-
<section>
83-
84-
<h2 id="header-2">Send Email Enpoint</h2>
85-
86-
<blockquote>
87-
<p>GET <b>/send-email</b></p>
88-
89-
<p>Send Email</p>
90-
</blockquote>
91-
92-
<table>
93-
<thead>
94-
<tr>
95-
<th style="text-align: left">field</th>
96-
<th style="text-align: left">type</th>
97-
<th style="text-align: left">required</th>
98-
</tr>
99-
</thead>
100-
<tbody>
101-
<tr>
102-
<td style="text-align: left">name</td>
103-
<td style="text-align: left">String</td>
104-
<td style="text-align: left">true</td>
105-
</tr>
106-
</tbody>
107-
</table>
108-
109-
</section>
110-
<section>
111-
112-
<h2 id="header-2">Send Email Enpoint</h2>
113-
114-
<blockquote>
115-
<p>GET <b>/send-email</b></p>
116-
117-
<p>Send Email</p>
118-
</blockquote>
119-
12036
<table>
12137
<thead>
12238
<tr>
@@ -137,7 +53,7 @@ <h2 id="header-2">Send Email Enpoint</h2>
13753
</section>
13854

13955
<footer>
140-
<p>Generated using <a href="https://www.npmjs.com/package/netlify-functions-api-docs">netlify-functions-api-docs</a></p>
56+
<p>Generated using <a href="https://www.npmjs.com/package/serverless-functions-api-docs">serverless-functions-api-docs</a></p>
14157

14258
<p><small>Created by <a href="https://github.com/raulcr98">raulcr98</a>. Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
14359
</footer>

test/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const nfad = require('../index');
1+
const serverlessFunct = require('../index');
22

33
const config = {
44
basedir: "functions",
@@ -10,4 +10,4 @@ const config = {
1010
}
1111
}
1212

13-
nfad.createDoc(config);
13+
serverlessFunct.createDoc(config);

0 commit comments

Comments
 (0)