n8n-docs icon indicating copy to clipboard operation
n8n-docs copied to clipboard

Update macro to include optional count and fix link issue

Open Joffcom opened this issue 1 year ago • 2 comments

Joffcom avatar Jul 16 '24 15:07 Joffcom

Deploy Preview for n8n-docs ready!

Name Link
Latest commit 6cbeaa895e87eec4846e2980ad37640fa6e3ca25
Latest deploy log https://app.netlify.com/sites/n8n-docs/deploys/66f28c203e781c00080841f3
Deploy Preview https://deploy-preview-2244--n8n-docs.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Jul 16 '24 15:07 netlify[bot]

Overall readability score: 43.84 (🟢 +0)

File Readability
index.md 35.16 (🔴 -1.7)
View detailed metrics

🟢 - Shows an increase in readability 🔴 - Shows a decrease in readability

File Readability FRE GF ARI CLI DCRS
index.md 35.16 43.26 13.82 20.1 13.41 8.36
  🔴 -1.7 🔴 -1.72 🔴 -0.51 🔴 -0.8 🟢 +0.17 🟢 +0.12

Averages:

  Readability FRE GF ARI CLI DCRS
Average 43.84 35.05 11.51 14.77 14.31 8.49
  🟢 +0 🟢 +0 🟢 +0 🟢 +0 🟢 +0 🟢 +0
View metric targets
Metric Range Ideal score
Flesch Reading Ease 100 (very easy read) to 0 (extremely difficult read) 60
Gunning Fog 6 (very easy read) to 17 (extremely difficult read) 8 or less
Auto. Read. Index 6 (very easy read) to 14 (extremely difficult read) 8 or less
Coleman Liau Index 6 (very easy read) to 17 (extremely difficult read) 8 or less
Dale-Chall Readability 4.9 (very easy read) to 9.9 (extremely difficult read) 6.9 or less

github-actions[bot] avatar Jul 16 '24 15:07 github-actions[bot]

Hey @Joffcom , this update seems to have broken some pages, in particular docs for Merge node https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.merge/. The variable no_template is undefined causing the error below

Traceback (most recent call last):
  File "/opt/buildhome/python3.8/lib/python3.8/site-packages/mkdocs_macros/plugin.py", line 527, in render
    return md_template.render(**page_variables)
  File "/opt/buildhome/python3.8/lib/python3.8/site-packages/jinja2/environment.py", line 1304, in render
    self.environment.handle_exception()
  File "/opt/buildhome/python3.8/lib/python3.8/site-packages/jinja2/environment.py", line 939, in handle_exception
    raise rewrite_traceback_stack(source=source)
  File "<template>", line 175, in top-level template code
  File "/opt/build/repo/main.py", line 82, in workflowDemo
    if no_template:
NameError: name 'no_template' is not defined

ihortom avatar Oct 03 '24 16:10 ihortom

Just wanted to confirm that I'm seeing this as well.

imchairmanm avatar Oct 04 '24 15:10 imchairmanm