Skip to content

Commit 8e9ee51

Browse files
authored
Update README.md
1 parent c97bd71 commit 8e9ee51

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
Create the documentation of your serverless functions automatically.
66

7+
* Netlify Functions
8+
* Vercel Functions
9+
* Next.js Functions
10+
* Nuxt.js Functions
11+
712
## 🚀 Getting Started
813

914
```
@@ -17,6 +22,8 @@ npm install serverless-functions-api-docs
1722

1823
Edit the file `doc_config.js` with the basic information of your site or organization.
1924

25+
For **Next** and **Nuxt** it is recommended to set the `outputfile` path to **public** and **static** folders.
26+
2027
```javascript
2128
const serverlessFunct = require('serverless-functions-api-docs/index');
2229

0 commit comments

Comments
 (0)