From 7adee13afe580155952d0f978861177e4043fc46 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Thu, 9 Oct 2025 17:47:20 -0500 Subject: [PATCH] refac --- docs/tutorials/https/_category_.json | 7 +++++++ docs/tutorials/{https-caddy.md => https/caddy.md} | 0 docs/tutorials/{https-haproxy.md => https/haproxy.md} | 0 docs/tutorials/{https-nginx.md => https/nginx.md} | 0 4 files changed, 7 insertions(+) create mode 100644 docs/tutorials/https/_category_.json rename docs/tutorials/{https-caddy.md => https/caddy.md} (100%) rename docs/tutorials/{https-haproxy.md => https/haproxy.md} (100%) rename docs/tutorials/{https-nginx.md => https/nginx.md} (100%) diff --git a/docs/tutorials/https/_category_.json b/docs/tutorials/https/_category_.json new file mode 100644 index 00000000..7a03c9ef --- /dev/null +++ b/docs/tutorials/https/_category_.json @@ -0,0 +1,7 @@ +{ + "label": "🔒 HTTPS", + "position": 200, + "link": { + "type": "generated-index" + } +} diff --git a/docs/tutorials/https-caddy.md b/docs/tutorials/https/caddy.md similarity index 100% rename from docs/tutorials/https-caddy.md rename to docs/tutorials/https/caddy.md diff --git a/docs/tutorials/https-haproxy.md b/docs/tutorials/https/haproxy.md similarity index 100% rename from docs/tutorials/https-haproxy.md rename to docs/tutorials/https/haproxy.md diff --git a/docs/tutorials/https-nginx.md b/docs/tutorials/https/nginx.md similarity index 100% rename from docs/tutorials/https-nginx.md rename to docs/tutorials/https/nginx.md