From b81cde17fe42f529422a957f042e684dda067ef9 Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Mon, 16 Jan 2023 10:16:05 +0000 Subject: [PATCH 1/2] upgrade theme and enable breadcrumbs --- docs/index.md | 91 +++++++++++++++++++++++++++------------------------ mkdocs.yml | 2 ++ netlify.toml | 2 +- 3 files changed, 51 insertions(+), 44 deletions(-) diff --git a/docs/index.md b/docs/index.md index 22c01e4fe55..218e250990c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,43 +1,48 @@ -# Welcome - -This is the documentation for [n8n](https://n8n.io/), a [fair-code](http://faircode.io) licensed node-based workflow automation tool. - -It covers everything from setup to usage and development. It is a work in progress and all [contributions](/contributing/) are welcome. - -## Where to start - -
- -- __Quickstarts__ - - Jump in with n8n's quickstart guides. - - [:octicons-arrow-right-24: Try it out](/try-it-out/) - -- __Choose the right n8n for you__ - - Cloud, Desktop, npm, self-host . . . - - [:octicons-arrow-right-24: Options](/choose-n8n/) - - -- __Explore integrations__ - - Browse n8n's integrations library. - - [:octicons-arrow-right-24: Find your apps](/integrations/) - -- __Take a course__ - - n8n's courses provide in-depth examples and walkthroughs. - - [:octicons-arrow-right-24: Start learning](/courses/) -
- -## About n8n - -n8n (pronounced n-eight-n) helps you to connect any app with an API with any other, and manipulate its data with little or no code. - -* Customizable: highly flexible workflows and the option to build custom nodes. -* Convenient: use the Desktop app or npm to try out n8n, or the Cloud hosting option if you want us to handle the infrastructure. -* Privacy-focused: self-host n8n for privacy and security. +--- +hide: + - path +--- + +# Welcome + +This is the documentation for [n8n](https://n8n.io/), a [fair-code](http://faircode.io) licensed node-based workflow automation tool. + +It covers everything from setup to usage and development. It is a work in progress and all [contributions](/contributing/) are welcome. + +## Where to start + +
+ +- __Quickstarts__ + + Jump in with n8n's quickstart guides. + + [:octicons-arrow-right-24: Try it out](/try-it-out/) + +- __Choose the right n8n for you__ + + Cloud, Desktop, npm, self-host . . . + + [:octicons-arrow-right-24: Options](/choose-n8n/) + + +- __Explore integrations__ + + Browse n8n's integrations library. + + [:octicons-arrow-right-24: Find your apps](/integrations/) + +- __Take a course__ + + n8n's courses provide in-depth examples and walkthroughs. + + [:octicons-arrow-right-24: Start learning](/courses/) +
+ +## About n8n + +n8n (pronounced n-eight-n) helps you to connect any app with an API with any other, and manipulate its data with little or no code. + +* Customizable: highly flexible workflows and the option to build custom nodes. +* Convenient: use the Desktop app or npm to try out n8n, or the Cloud hosting option if you want us to handle the infrastructure. +* Privacy-focused: self-host n8n for privacy and security. diff --git a/mkdocs.yml b/mkdocs.yml index 4bd43d68298..618cc6c93e7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -17,6 +17,8 @@ theme: - content.code.copy # https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#section-index-pages - navigation.indexes + # https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-path + - navigation.path # https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/?h=navigation+tabs#navigation-tabs - navigation.tabs - navigation.tabs.sticky diff --git a/netlify.toml b/netlify.toml index 4a7adc8ce27..b3e79a376fe 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,3 @@ [build] - command = "pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git@9.0.4-insiders-4.27.1 && mkdocs build" + command = "pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git@9.0.5-insiders-4.28.0 && mkdocs build" publish = "site" From e4907518f85706bb5b49e69ee016ce9e416cfd49 Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Wed, 18 Jan 2023 11:29:34 +0000 Subject: [PATCH 2/2] latest theme + style tweak --- docs/_extra/css/extra.css | 6 ++++++ netlify.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/_extra/css/extra.css b/docs/_extra/css/extra.css index fd8d49d86dc..90d59f25153 100644 --- a/docs/_extra/css/extra.css +++ b/docs/_extra/css/extra.css @@ -172,6 +172,12 @@ border: none; } +/* reduce padding between title and breadcrumbs */ + +.md-content__inner { + padding-top: 0; +} + /* dark mode */ /* [data-md-color-scheme="dark"] .md-header{ box-shadow: none; diff --git a/netlify.toml b/netlify.toml index b3e79a376fe..842b78c20a2 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,3 @@ [build] - command = "pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git@9.0.5-insiders-4.28.0 && mkdocs build" + command = "pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git@9.0.5-insiders-4.28.1 && mkdocs build" publish = "site"