diff --git a/docs/index.md b/docs/index.md index a756ff62c8e..50a1a75954c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -11,15 +11,6 @@ This is the documentation for [n8n](https://n8n.io/){:target=_blank .external-li It covers everything from setup to usage and development. It's a work in progress and all [contributions](/help-community/contributing/) are welcome. -### from macro - -[[ workflowDemo("https://api.n8n.io/workflows/templates/2271") ]] - -### with element in page - -
- -
## Where to start diff --git a/main.py b/main.py index 5b62071bb0b..76b90e0913b 100644 --- a/main.py +++ b/main.py @@ -3,7 +3,6 @@ import json def define_env(env): - "Hook function" @env.macro def workflowDemo(workflow_endpoint): @@ -14,5 +13,5 @@ def workflowDemo(workflow_endpoint): "connections": wf_data['workflow']['connections'] } encoded_workflow_json = urllib.parse.quote(json.dumps(workflow_json)) - return f"
" + return f"
"