We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97bd71 commit 8e9ee51Copy full SHA for 8e9ee51
README.md
@@ -4,6 +4,11 @@
4
5
Create the documentation of your serverless functions automatically.
6
7
+* Netlify Functions
8
+* Vercel Functions
9
+* Next.js Functions
10
+* Nuxt.js Functions
11
+
12
## 🚀 Getting Started
13
14
```
@@ -17,6 +22,8 @@ npm install serverless-functions-api-docs
17
22
18
23
Edit the file `doc_config.js` with the basic information of your site or organization.
19
24
25
+For **Next** and **Nuxt** it is recommended to set the `outputfile` path to **public** and **static** folders.
26
20
27
```javascript
21
28
const serverlessFunct = require('serverless-functions-api-docs/index');
29
0 commit comments