1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 14:31:44 +01:00

docs: adds documentation for swarm mode (#2976)

This commit is contained in:
Amir Raminfar
2024-05-23 11:42:14 -07:00
committed by GitHub
parent 1f19785c99
commit 9dfbf7463c
3 changed files with 50 additions and 4 deletions

View File

@@ -64,6 +64,7 @@ export default defineConfig({
text: "Advanced Configuration",
items: [
{ text: "Authentication", link: "/guide/authentication" },
{ text: "Swarm Mode", link: "/guide/swarm-mode" },
{ text: "Changing Base", link: "/guide/changing-base" },
{ text: "Healthcheck", link: "/guide/healthcheck" },
{ text: "Hostname", link: "/guide/hostname" },