diff --git a/docs/index.md b/docs/index.md index 50a1a7595..1bd0d5bec 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,6 +7,7 @@ hide: # Welcome + This is the documentation for [n8n](https://n8n.io/){:target=_blank .external-link}, a [fair-code](http://faircode.io){:target=_blank .external-link} licensed node-based workflow automation tool. It covers everything from setup to usage and development. It's a work in progress and all [contributions](/help-community/contributing/) are welcome. diff --git a/main.py b/main.py index ca7ee21e5..f03f192f6 100644 --- a/main.py +++ b/main.py @@ -35,6 +35,7 @@ def define_env(env): return f'
' + @env.macro def workflowDemo(workflow_endpoint): r = requests.get(url = workflow_endpoint) wf_data = r.json() diff --git a/mkdocs.yml b/mkdocs.yml index 561e6d685..d0dc7e2a5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -157,7 +157,7 @@ plugins: - search - exclude: glob: - #- integrations/builtin/* + - integrations/builtin/* # https://squidfunk.github.io/mkdocs-material/reference/images/#lightbox - glightbox: touchNavigation: false