From 5de44da802507dc0cbc58f9d55202b29cb2ffa59 Mon Sep 17 00:00:00 2001 From: thhsh-local Date: Mon, 7 Apr 2025 13:01:20 -0400 Subject: [PATCH 1/6] Mkdir communication --- .../handbook/infrastructure/providers/communication/.nav.yml | 5 +++++ .../handbook/infrastructure/providers/communication/index.md | 1 + .../infrastructure/providers/communication/voipms.md | 1 + 3 files changed, 7 insertions(+) create mode 100644 docs/handbook/infrastructure/providers/communication/.nav.yml create mode 100644 docs/handbook/infrastructure/providers/communication/index.md create mode 100644 docs/handbook/infrastructure/providers/communication/voipms.md diff --git a/docs/handbook/infrastructure/providers/communication/.nav.yml b/docs/handbook/infrastructure/providers/communication/.nav.yml new file mode 100644 index 0000000..b55b20c --- /dev/null +++ b/docs/handbook/infrastructure/providers/communication/.nav.yml @@ -0,0 +1,5 @@ +title: Communication +nav: + - index.md + - mxroute.md + - voipms.md \ No newline at end of file diff --git a/docs/handbook/infrastructure/providers/communication/index.md b/docs/handbook/infrastructure/providers/communication/index.md new file mode 100644 index 0000000..7e37400 --- /dev/null +++ b/docs/handbook/infrastructure/providers/communication/index.md @@ -0,0 +1 @@ +# Communication \ No newline at end of file diff --git a/docs/handbook/infrastructure/providers/communication/voipms.md b/docs/handbook/infrastructure/providers/communication/voipms.md new file mode 100644 index 0000000..b6cc68a --- /dev/null +++ b/docs/handbook/infrastructure/providers/communication/voipms.md @@ -0,0 +1 @@ +# Voip.ms \ No newline at end of file From a9a7374385b0670a85d67e319d014730db0b458e Mon Sep 17 00:00:00 2001 From: thhsh-local Date: Mon, 7 Apr 2025 13:01:31 -0400 Subject: [PATCH 2/6] mv MXroute --- .../infrastructure/providers/{ => communication}/mxroute.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/handbook/infrastructure/providers/{ => communication}/mxroute.md (100%) diff --git a/docs/handbook/infrastructure/providers/mxroute.md b/docs/handbook/infrastructure/providers/communication/mxroute.md similarity index 100% rename from docs/handbook/infrastructure/providers/mxroute.md rename to docs/handbook/infrastructure/providers/communication/mxroute.md From bb45cf72faadba1ad07de1a54d9327ce5cb1e598 Mon Sep 17 00:00:00 2001 From: thhsh-local Date: Mon, 7 Apr 2025 13:01:42 -0400 Subject: [PATCH 3/6] mkdir network --- docs/handbook/infrastructure/providers/network/.nav.yml | 4 ++++ docs/handbook/infrastructure/providers/network/bunny.md | 1 + docs/handbook/infrastructure/providers/network/index.md | 1 + 3 files changed, 6 insertions(+) create mode 100644 docs/handbook/infrastructure/providers/network/.nav.yml create mode 100644 docs/handbook/infrastructure/providers/network/bunny.md create mode 100644 docs/handbook/infrastructure/providers/network/index.md diff --git a/docs/handbook/infrastructure/providers/network/.nav.yml b/docs/handbook/infrastructure/providers/network/.nav.yml new file mode 100644 index 0000000..f5adff4 --- /dev/null +++ b/docs/handbook/infrastructure/providers/network/.nav.yml @@ -0,0 +1,4 @@ +title: Network +nav: + - index.md + - bunny.md \ No newline at end of file diff --git a/docs/handbook/infrastructure/providers/network/bunny.md b/docs/handbook/infrastructure/providers/network/bunny.md new file mode 100644 index 0000000..e668c58 --- /dev/null +++ b/docs/handbook/infrastructure/providers/network/bunny.md @@ -0,0 +1 @@ +# Bunny \ No newline at end of file diff --git a/docs/handbook/infrastructure/providers/network/index.md b/docs/handbook/infrastructure/providers/network/index.md new file mode 100644 index 0000000..5686306 --- /dev/null +++ b/docs/handbook/infrastructure/providers/network/index.md @@ -0,0 +1 @@ +# Network \ No newline at end of file From 747e10801596c367cfb692b7c93949a26185fdab Mon Sep 17 00:00:00 2001 From: thhsh-local Date: Mon, 7 Apr 2025 13:01:52 -0400 Subject: [PATCH 4/6] mkdir servers + hosting --- .../infrastructure/providers/servers_and_hosting/.nav.yml | 5 +++++ .../infrastructure/providers/servers_and_hosting/index.md | 1 + .../infrastructure/providers/servers_and_hosting/nfsn.md | 1 + 3 files changed, 7 insertions(+) create mode 100644 docs/handbook/infrastructure/providers/servers_and_hosting/.nav.yml create mode 100644 docs/handbook/infrastructure/providers/servers_and_hosting/index.md create mode 100644 docs/handbook/infrastructure/providers/servers_and_hosting/nfsn.md diff --git a/docs/handbook/infrastructure/providers/servers_and_hosting/.nav.yml b/docs/handbook/infrastructure/providers/servers_and_hosting/.nav.yml new file mode 100644 index 0000000..fcc485a --- /dev/null +++ b/docs/handbook/infrastructure/providers/servers_and_hosting/.nav.yml @@ -0,0 +1,5 @@ +title: Servers + Hosting +nav: + - index.md + - hetzner.md + - nfsn.md \ No newline at end of file diff --git a/docs/handbook/infrastructure/providers/servers_and_hosting/index.md b/docs/handbook/infrastructure/providers/servers_and_hosting/index.md new file mode 100644 index 0000000..90c21a2 --- /dev/null +++ b/docs/handbook/infrastructure/providers/servers_and_hosting/index.md @@ -0,0 +1 @@ +# Servers and Hosting \ No newline at end of file diff --git a/docs/handbook/infrastructure/providers/servers_and_hosting/nfsn.md b/docs/handbook/infrastructure/providers/servers_and_hosting/nfsn.md new file mode 100644 index 0000000..eb43262 --- /dev/null +++ b/docs/handbook/infrastructure/providers/servers_and_hosting/nfsn.md @@ -0,0 +1 @@ +# NFSN \ No newline at end of file From 07eb30b135727cc5789d276b39a330482516647e Mon Sep 17 00:00:00 2001 From: thhsh-local Date: Mon, 7 Apr 2025 13:02:03 -0400 Subject: [PATCH 5/6] mv hetzner --- .../infrastructure/providers/{ => servers_and_hosting}/hetzner.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/handbook/infrastructure/providers/{ => servers_and_hosting}/hetzner.md (100%) diff --git a/docs/handbook/infrastructure/providers/hetzner.md b/docs/handbook/infrastructure/providers/servers_and_hosting/hetzner.md similarity index 100% rename from docs/handbook/infrastructure/providers/hetzner.md rename to docs/handbook/infrastructure/providers/servers_and_hosting/hetzner.md From 224935cac9533501069ad6f91d63d35ac5957f74 Mon Sep 17 00:00:00 2001 From: thhsh-local Date: Mon, 7 Apr 2025 13:02:08 -0400 Subject: [PATCH 6/6] Update .nav.yml --- docs/handbook/infrastructure/providers/.nav.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/handbook/infrastructure/providers/.nav.yml b/docs/handbook/infrastructure/providers/.nav.yml index 332c48e..c2f00e6 100644 --- a/docs/handbook/infrastructure/providers/.nav.yml +++ b/docs/handbook/infrastructure/providers/.nav.yml @@ -1,5 +1,6 @@ title: Providers nav: - index.md - - hetzner.md - - mxroute.md \ No newline at end of file + - servers_and_hosting + - network + - communication \ No newline at end of file