mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
Update macro to include optional count and fix link issue (#2244)
Co-authored-by: Aya Tanikawa <15815271+ayatnkw@users.noreply.github.com>
This commit is contained in:
parent
ba83155144
commit
5b617895d9
@ -60,10 +60,14 @@ You should see an interactive workflow, similar to the templates pages or forum.
|
||||
|
||||
## Templates Widget
|
||||
|
||||
You should see a list of three HTTP Request templates, followed by links to the integrations page on the website, and the templates search.
|
||||
You should see a list of three Wait node templates, followed by links to the integrations page on the website, and the templates search.
|
||||
<!-- see https://www.notion.so/n8n/Pull-in-templates-for-the-integrations-pages-37c716837b804d30a33b47475f6e3780 -->
|
||||
[[ templatesWidget('HTTP Request', 'http-request') ]]
|
||||
[[ templatesWidget('wait', 'wait') ]]
|
||||
|
||||
## Templates Widget Extra Items
|
||||
|
||||
You should see a list of 5 HTTP Request templates
|
||||
[[ templatesWidget('HTTP Request', 'http-request', 5) ]]
|
||||
|
||||
## Glossary
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user