1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-31 10:07:22 +01:00

chore(docs): adds docs for hostname label

This commit is contained in:
Amir Raminfar
2023-10-05 13:50:30 -07:00
parent f4bc3bdc21
commit 9b2cf1254e
3 changed files with 35 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ export default defineConfig({
items: [
{ text: "Authentication", link: "/guide/authentication" },
{ text: "Healthcheck", link: "/guide/healthcheck" },
{ text: "Hostname", link: "/guide/hostname" },
{ text: "Remote Hosts", link: "/guide/remote-hosts" },
{ text: "Supported Env Vars", link: "/guide/supported-env-vars" },
{ text: "Logging Files on Disk", link: "/guide/log-files-on-disk" },