From 7f7e0ff42c391ac44cc6e18771c93f3c0675fae4 Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Mon, 8 Jul 2024 13:08:51 -0400 Subject: [PATCH] refactor --- .../{personalized-frontend => }/personalized-frontend.md | 6 +++++- .../self-hosting/personalized-frontend/_category_.json | 7 ------- 2 files changed, 5 insertions(+), 8 deletions(-) rename docs/guides/self-hosting/{personalized-frontend => }/personalized-frontend.md (77%) delete mode 100644 docs/guides/self-hosting/personalized-frontend/_category_.json diff --git a/docs/guides/self-hosting/personalized-frontend/personalized-frontend.md b/docs/guides/self-hosting/personalized-frontend.md similarity index 77% rename from docs/guides/self-hosting/personalized-frontend/personalized-frontend.md rename to docs/guides/self-hosting/personalized-frontend.md index ad9950f5..cd00c5d4 100644 --- a/docs/guides/self-hosting/personalized-frontend/personalized-frontend.md +++ b/docs/guides/self-hosting/personalized-frontend.md @@ -1,3 +1,7 @@ -# Personalized Frontend +--- +title: Personalized Frontend +sidebar_label: Personalized Frontend +sidebar_position: 19 +--- This document describes an approach for self-hosting a public frontend for one or many zrok shares, complete with TLS and personalized DNS. This implementation can give you all of the advantages of a personalized domain name for your zrok shares, without having to self-host the entirety of the zrok and OpenZiti stack. \ No newline at end of file diff --git a/docs/guides/self-hosting/personalized-frontend/_category_.json b/docs/guides/self-hosting/personalized-frontend/_category_.json deleted file mode 100644 index 94c985cb..00000000 --- a/docs/guides/self-hosting/personalized-frontend/_category_.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "label": "Personalized Frontends", - "position": 19, - "link": { - "type": "generated-index" - } -}