From a8a11ffef674047000bdf2fa2a02461402b28339 Mon Sep 17 00:00:00 2001 From: thhsh-local Date: Mon, 21 Apr 2025 11:16:38 -0400 Subject: [PATCH] Reorganize folders --- docs/handbook/infrastructure/.nav.yml | 8 +++++--- docs/handbook/infrastructure/apps/.nav.yml | 4 ---- docs/handbook/infrastructure/apps/index.md | 11 ----------- .../{providers => }/communication/.nav.yml | 0 .../{providers => }/communication/index.md | 0 .../{providers => }/communication/mxroute.md | 0 .../{providers => }/communication/voipms.md | 0 .../infrastructure/{apps => }/monitoring/.nav.yml | 0 .../infrastructure/{apps => }/monitoring/beszel.md | 0 .../infrastructure/{apps => }/monitoring/index.md | 0 .../infrastructure/{apps => }/monitoring/uptime.md | 0 .../infrastructure/{providers => }/network/.nav.yml | 0 .../infrastructure/{providers => }/network/bunny.md | 0 .../infrastructure/{providers => }/network/index.md | 0 docs/handbook/infrastructure/providers/.nav.yml | 6 ------ docs/handbook/infrastructure/providers/index.md | 11 ----------- .../{providers => }/servers_and_hosting/.nav.yml | 0 .../{providers => }/servers_and_hosting/hetzner.md | 0 .../{providers => }/servers_and_hosting/index.md | 0 .../{providers => }/servers_and_hosting/nfsn.md | 0 .../{providers => }/servers_and_hosting/pikapods.md | 0 21 files changed, 5 insertions(+), 35 deletions(-) delete mode 100644 docs/handbook/infrastructure/apps/.nav.yml delete mode 100644 docs/handbook/infrastructure/apps/index.md rename docs/handbook/infrastructure/{providers => }/communication/.nav.yml (100%) rename docs/handbook/infrastructure/{providers => }/communication/index.md (100%) rename docs/handbook/infrastructure/{providers => }/communication/mxroute.md (100%) rename docs/handbook/infrastructure/{providers => }/communication/voipms.md (100%) rename docs/handbook/infrastructure/{apps => }/monitoring/.nav.yml (100%) rename docs/handbook/infrastructure/{apps => }/monitoring/beszel.md (100%) rename docs/handbook/infrastructure/{apps => }/monitoring/index.md (100%) rename docs/handbook/infrastructure/{apps => }/monitoring/uptime.md (100%) rename docs/handbook/infrastructure/{providers => }/network/.nav.yml (100%) rename docs/handbook/infrastructure/{providers => }/network/bunny.md (100%) rename docs/handbook/infrastructure/{providers => }/network/index.md (100%) delete mode 100644 docs/handbook/infrastructure/providers/.nav.yml delete mode 100644 docs/handbook/infrastructure/providers/index.md rename docs/handbook/infrastructure/{providers => }/servers_and_hosting/.nav.yml (100%) rename docs/handbook/infrastructure/{providers => }/servers_and_hosting/hetzner.md (100%) rename docs/handbook/infrastructure/{providers => }/servers_and_hosting/index.md (100%) rename docs/handbook/infrastructure/{providers => }/servers_and_hosting/nfsn.md (100%) rename docs/handbook/infrastructure/{providers => }/servers_and_hosting/pikapods.md (100%) diff --git a/docs/handbook/infrastructure/.nav.yml b/docs/handbook/infrastructure/.nav.yml index cfbf1f1..0b03573 100644 --- a/docs/handbook/infrastructure/.nav.yml +++ b/docs/handbook/infrastructure/.nav.yml @@ -1,6 +1,8 @@ -title: Infrastructure +title: Apps + Infrastructure nav: - index.md - - apps - - providers + - servers_and_hosting + - network + - communication + - monitoring - naming_conventions.md \ No newline at end of file diff --git a/docs/handbook/infrastructure/apps/.nav.yml b/docs/handbook/infrastructure/apps/.nav.yml deleted file mode 100644 index 1e599be..0000000 --- a/docs/handbook/infrastructure/apps/.nav.yml +++ /dev/null @@ -1,4 +0,0 @@ -title: Apps -nav: - - index.md - - monitoring \ No newline at end of file diff --git a/docs/handbook/infrastructure/apps/index.md b/docs/handbook/infrastructure/apps/index.md deleted file mode 100644 index 88f8079..0000000 --- a/docs/handbook/infrastructure/apps/index.md +++ /dev/null @@ -1,11 +0,0 @@ -# Apps - -!!! abstract "Placeholder Page" - This is a placeholder page. Please see the site navigation for any sub-pages that exist. - ---- - -!!! example "Work in Progress" - This page is not complete, and is subject to change. - - Want to help with this page? Please see [:octicons-arrow-right-24: Editing this site](https://about.starcat.systems/editing/) and the [:simple-forgejo: Git repo](https://git.starcat.systems/starcatsys/about_docs) for this site. \ No newline at end of file diff --git a/docs/handbook/infrastructure/providers/communication/.nav.yml b/docs/handbook/infrastructure/communication/.nav.yml similarity index 100% rename from docs/handbook/infrastructure/providers/communication/.nav.yml rename to docs/handbook/infrastructure/communication/.nav.yml diff --git a/docs/handbook/infrastructure/providers/communication/index.md b/docs/handbook/infrastructure/communication/index.md similarity index 100% rename from docs/handbook/infrastructure/providers/communication/index.md rename to docs/handbook/infrastructure/communication/index.md diff --git a/docs/handbook/infrastructure/providers/communication/mxroute.md b/docs/handbook/infrastructure/communication/mxroute.md similarity index 100% rename from docs/handbook/infrastructure/providers/communication/mxroute.md rename to docs/handbook/infrastructure/communication/mxroute.md diff --git a/docs/handbook/infrastructure/providers/communication/voipms.md b/docs/handbook/infrastructure/communication/voipms.md similarity index 100% rename from docs/handbook/infrastructure/providers/communication/voipms.md rename to docs/handbook/infrastructure/communication/voipms.md diff --git a/docs/handbook/infrastructure/apps/monitoring/.nav.yml b/docs/handbook/infrastructure/monitoring/.nav.yml similarity index 100% rename from docs/handbook/infrastructure/apps/monitoring/.nav.yml rename to docs/handbook/infrastructure/monitoring/.nav.yml diff --git a/docs/handbook/infrastructure/apps/monitoring/beszel.md b/docs/handbook/infrastructure/monitoring/beszel.md similarity index 100% rename from docs/handbook/infrastructure/apps/monitoring/beszel.md rename to docs/handbook/infrastructure/monitoring/beszel.md diff --git a/docs/handbook/infrastructure/apps/monitoring/index.md b/docs/handbook/infrastructure/monitoring/index.md similarity index 100% rename from docs/handbook/infrastructure/apps/monitoring/index.md rename to docs/handbook/infrastructure/monitoring/index.md diff --git a/docs/handbook/infrastructure/apps/monitoring/uptime.md b/docs/handbook/infrastructure/monitoring/uptime.md similarity index 100% rename from docs/handbook/infrastructure/apps/monitoring/uptime.md rename to docs/handbook/infrastructure/monitoring/uptime.md diff --git a/docs/handbook/infrastructure/providers/network/.nav.yml b/docs/handbook/infrastructure/network/.nav.yml similarity index 100% rename from docs/handbook/infrastructure/providers/network/.nav.yml rename to docs/handbook/infrastructure/network/.nav.yml diff --git a/docs/handbook/infrastructure/providers/network/bunny.md b/docs/handbook/infrastructure/network/bunny.md similarity index 100% rename from docs/handbook/infrastructure/providers/network/bunny.md rename to docs/handbook/infrastructure/network/bunny.md diff --git a/docs/handbook/infrastructure/providers/network/index.md b/docs/handbook/infrastructure/network/index.md similarity index 100% rename from docs/handbook/infrastructure/providers/network/index.md rename to docs/handbook/infrastructure/network/index.md diff --git a/docs/handbook/infrastructure/providers/.nav.yml b/docs/handbook/infrastructure/providers/.nav.yml deleted file mode 100644 index c2f00e6..0000000 --- a/docs/handbook/infrastructure/providers/.nav.yml +++ /dev/null @@ -1,6 +0,0 @@ -title: Providers -nav: - - index.md - - servers_and_hosting - - network - - communication \ No newline at end of file diff --git a/docs/handbook/infrastructure/providers/index.md b/docs/handbook/infrastructure/providers/index.md deleted file mode 100644 index b6686a8..0000000 --- a/docs/handbook/infrastructure/providers/index.md +++ /dev/null @@ -1,11 +0,0 @@ -# Infrastructure Providers - -!!! abstract "Placeholder Page" - This is a placeholder page. Please see the site navigation for any sub-pages that exist. - ---- - -!!! example "Work in Progress" - This page is not complete, and is subject to change. - - Want to help with this page? Please see [:octicons-arrow-right-24: Editing this site](https://about.starcat.systems/editing/) and the [:simple-forgejo: Git repo](https://git.starcat.systems/starcatsys/about_docs) for this site. \ No newline at end of file diff --git a/docs/handbook/infrastructure/providers/servers_and_hosting/.nav.yml b/docs/handbook/infrastructure/servers_and_hosting/.nav.yml similarity index 100% rename from docs/handbook/infrastructure/providers/servers_and_hosting/.nav.yml rename to docs/handbook/infrastructure/servers_and_hosting/.nav.yml diff --git a/docs/handbook/infrastructure/providers/servers_and_hosting/hetzner.md b/docs/handbook/infrastructure/servers_and_hosting/hetzner.md similarity index 100% rename from docs/handbook/infrastructure/providers/servers_and_hosting/hetzner.md rename to docs/handbook/infrastructure/servers_and_hosting/hetzner.md diff --git a/docs/handbook/infrastructure/providers/servers_and_hosting/index.md b/docs/handbook/infrastructure/servers_and_hosting/index.md similarity index 100% rename from docs/handbook/infrastructure/providers/servers_and_hosting/index.md rename to docs/handbook/infrastructure/servers_and_hosting/index.md diff --git a/docs/handbook/infrastructure/providers/servers_and_hosting/nfsn.md b/docs/handbook/infrastructure/servers_and_hosting/nfsn.md similarity index 100% rename from docs/handbook/infrastructure/providers/servers_and_hosting/nfsn.md rename to docs/handbook/infrastructure/servers_and_hosting/nfsn.md diff --git a/docs/handbook/infrastructure/providers/servers_and_hosting/pikapods.md b/docs/handbook/infrastructure/servers_and_hosting/pikapods.md similarity index 100% rename from docs/handbook/infrastructure/providers/servers_and_hosting/pikapods.md rename to docs/handbook/infrastructure/servers_and_hosting/pikapods.md