diff --git a/.gitignore b/.gitignore index 66ca72dd5..8807e554a 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ yarn.lock venv env site +__pycache__/ diff --git a/_overrides/main.html b/_overrides/main.html index 0249ff4de..6667b43ca 100644 --- a/_overrides/main.html +++ b/_overrides/main.html @@ -32,7 +32,11 @@ https://plausible.io/docs/script-extensions?ref=ryansechrest.com#all-our-script-extensions --> - + + + + + {% endblock %} @@ -147,4 +151,6 @@ https://plausible.io/docs/script-extensions?ref=ryansechrest.com#all-our-script- plausible("Video: Ended", { props: { page: pagePath, video: videoPath } }); } + + {% endblock %} diff --git a/docs/index.md b/docs/index.md index 50a1a7595..a756ff62c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -11,6 +11,15 @@ 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 + +