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:
Jon 2024-10-01 09:08:59 +01:00 committed by GitHub
parent ba83155144
commit 5b617895d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 81 additions and 43 deletions

View File

@ -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

116
main.py

File diff suppressed because one or more lines are too long