example landing page

This commit is contained in:
Deborah Barnard
2022-11-30 14:40:37 +00:00
parent dd4d68fcdd
commit 8e4f1dd3f5
2 changed files with 27 additions and 5 deletions

View File

@@ -1,7 +1,29 @@
# Hosting n8n
This section provides information on self-hosting n8n:
This section provides information on self-hosting n8n.
* Guidance on [installing](/hosting/installation/) n8n using Docker or npm.
* [Server setup guides](/hosting/server-setups/) for popular platforms.
* Details of how to [configure](/hosting/configuration/), [secure](/hosting/security/), and [scale](/hosting/scaling/) your n8n instance.
<div class="grid cards" markdown>
- __Installation and server setups__
Install n8n on any platform using npm or Docker. Or follow our guides to popular hosting platforms.
[:octicons-arrow-right-24: Installation guides](/hosting/installation/)
- __Configuration__
Learn how to configure n8n with environment variables.
[:octicons-arrow-right-24: Configuration](/hosting/configuration/)
- __User management__
Configure your n8n instance to support multiple users.
[:octicons-arrow-right-24: Configuration](/hosting/user-management/)
- __Scaling__
Manage data, modes, and processes to keep n8n running smoothly at scale.
[:octicons-arrow-right-24: Scaling](/hosting/scaling/)

View File

@@ -1,3 +1,3 @@
[build]
command = "pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git@8.5.10-insiders-4.26.6 && mkdocs build"
command = "pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git@8.5.6-insiders-4.25.4 && mkdocs build"
publish = "site"