From 7c98db5125cf40d2d0b28ebe8040e40f10fe95c4 Mon Sep 17 00:00:00 2001
From: thhsh-local <thhsh-local@noreply.git.starcat.systems>
Date: Mon, 7 Apr 2025 13:39:45 -0400
Subject: [PATCH] Build out placehold page labels

---
 docs/about/index.md                                 | 12 +++++++++++-
 docs/contact/index.md                               | 12 +++++++++++-
 docs/docshq/index.md                                | 12 +++++++++++-
 docs/handbook/index.md                              | 12 +++++++++++-
 docs/handbook/infrastructure/index.md               | 13 ++++++++++++-
 .../infrastructure/providers/communication/index.md | 12 +++++++++++-
 .../providers/communication/mxroute.md              |  8 +++++++-
 .../providers/communication/voipms.md               |  9 ++++++++-
 docs/handbook/infrastructure/providers/index.md     | 12 +++++++++++-
 .../providers/servers_and_hosting/index.md          | 12 +++++++++++-
 docs/handbook/meta/index.md                         | 12 +++++++++++-
 docs/policies/index.md                              | 12 +++++++++++-
 docs/postline/index.md                              | 12 +++++++++++-
 docs/sourcecamp/index.md                            | 12 +++++++++++-
 docs/stagelink/index.md                             | 12 +++++++++++-
 mkdocs.yml                                          |  4 ++--
 16 files changed, 161 insertions(+), 17 deletions(-)

diff --git a/docs/about/index.md b/docs/about/index.md
index ca1e30b..a73b379 100644
--- a/docs/about/index.md
+++ b/docs/about/index.md
@@ -1 +1,11 @@
-# About
\ No newline at end of file
+# About
+
+!!! 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](../../../meta/editing.md) 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/contact/index.md b/docs/contact/index.md
index 2d6cfad..ad82c47 100644
--- a/docs/contact/index.md
+++ b/docs/contact/index.md
@@ -1 +1,11 @@
-# Contact StarCat Systems
\ No newline at end of file
+# Contact StarCat Systems
+
+!!! 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](../../../meta/editing.md) 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/docshq/index.md b/docs/docshq/index.md
index b3a9bb4..12f4f45 100644
--- a/docs/docshq/index.md
+++ b/docs/docshq/index.md
@@ -1 +1,11 @@
-# DocsHQ
\ No newline at end of file
+# DocsHQ
+
+!!! 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](../../../meta/editing.md) 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/index.md b/docs/handbook/index.md
index c183ab2..ba28d69 100644
--- a/docs/handbook/index.md
+++ b/docs/handbook/index.md
@@ -1 +1,11 @@
-# StarCat Systems Handbook
\ No newline at end of file
+# StarCat Systems Handbook
+
+!!! 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](../../../meta/editing.md) 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/index.md b/docs/handbook/infrastructure/index.md
index 90c21fe..42c429f 100644
--- a/docs/handbook/infrastructure/index.md
+++ b/docs/handbook/infrastructure/index.md
@@ -1,2 +1,13 @@
 # Infrastructure
-Various things related to the servers, systems, and services that power all StarCat creations.
\ No newline at end of file
+Various things related to the servers, systems, and services that power all StarCat creations.
+
+
+!!! 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](../../../meta/editing.md) 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/index.md b/docs/handbook/infrastructure/providers/communication/index.md
index 7e37400..d4422da 100644
--- a/docs/handbook/infrastructure/providers/communication/index.md
+++ b/docs/handbook/infrastructure/providers/communication/index.md
@@ -1 +1,11 @@
-# Communication
\ No newline at end of file
+# Communication
+
+!!! 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](../../../meta/editing.md) 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/mxroute.md b/docs/handbook/infrastructure/providers/communication/mxroute.md
index 99d476c..54e6acf 100644
--- a/docs/handbook/infrastructure/providers/communication/mxroute.md
+++ b/docs/handbook/infrastructure/providers/communication/mxroute.md
@@ -3,4 +3,10 @@
 [:octicons-link-external-24: MXroute](https://mxroute.com/) hosts our email servers for coporate email, transactional messages, and Postline groups.
 
 ## Connection Information
-Please see the [:octicons-lock-16: MXroute](https://git.starcat.systems/starcat-internal-docs/infra/wiki/MXroute) page of the internal wiki for connection and access information.
\ No newline at end of file
+Please see the [:octicons-lock-16: MXroute](https://git.starcat.systems/starcat-internal-docs/infra/wiki/MXroute) page of the internal wiki for connection and access information.
+
+---
+!!! 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](../../../meta/editing.md) 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/voipms.md b/docs/handbook/infrastructure/providers/communication/voipms.md
index b6cc68a..d441377 100644
--- a/docs/handbook/infrastructure/providers/communication/voipms.md
+++ b/docs/handbook/infrastructure/providers/communication/voipms.md
@@ -1 +1,8 @@
-# Voip.ms
\ No newline at end of file
+# Voip.ms
+[:octicons-link-external-24: Voip.ms](https://voip.ms/) provides phone numbers, calls, and text messages for corporate phone, and app communications.
+
+---
+!!! 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](../../../meta/editing.md) 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/index.md b/docs/handbook/infrastructure/providers/index.md
index 64708b7..c687e2f 100644
--- a/docs/handbook/infrastructure/providers/index.md
+++ b/docs/handbook/infrastructure/providers/index.md
@@ -1 +1,11 @@
-# Infrastructure Providers
\ No newline at end of file
+# 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](../../../meta/editing.md) 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/index.md b/docs/handbook/infrastructure/providers/servers_and_hosting/index.md
index 90c21a2..2c3d01b 100644
--- a/docs/handbook/infrastructure/providers/servers_and_hosting/index.md
+++ b/docs/handbook/infrastructure/providers/servers_and_hosting/index.md
@@ -1 +1,11 @@
-# Servers and Hosting
\ No newline at end of file
+# Servers and Hosting
+
+!!! 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](../../../meta/editing.md) 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/meta/index.md b/docs/handbook/meta/index.md
index 8c6c56b..fd82098 100644
--- a/docs/handbook/meta/index.md
+++ b/docs/handbook/meta/index.md
@@ -1 +1,11 @@
-# Handbook Meta
\ No newline at end of file
+# Handbook Meta
+
+!!! 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](../../../meta/editing.md) 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/policies/index.md b/docs/policies/index.md
index e5fd1e8..457a142 100644
--- a/docs/policies/index.md
+++ b/docs/policies/index.md
@@ -1 +1,11 @@
-# Policies
\ No newline at end of file
+# Policies
+
+!!! 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](../../../meta/editing.md) 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/postline/index.md b/docs/postline/index.md
index 476c49b..12f9e87 100644
--- a/docs/postline/index.md
+++ b/docs/postline/index.md
@@ -1 +1,11 @@
-# Postline
\ No newline at end of file
+# Postline
+
+!!! 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](../../../meta/editing.md) 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/sourcecamp/index.md b/docs/sourcecamp/index.md
index a11e0f4..87973da 100644
--- a/docs/sourcecamp/index.md
+++ b/docs/sourcecamp/index.md
@@ -1 +1,11 @@
-# SourceCamp
\ No newline at end of file
+# SourceCamp
+
+!!! 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](../../../meta/editing.md) 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/stagelink/index.md b/docs/stagelink/index.md
index 7681518..a2ea13e 100644
--- a/docs/stagelink/index.md
+++ b/docs/stagelink/index.md
@@ -1 +1,11 @@
-# StageLink
\ No newline at end of file
+# StageLink
+
+!!! 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](../../../meta/editing.md) 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/mkdocs.yml b/mkdocs.yml
index d26890f..4dfdb82 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -20,9 +20,9 @@ theme:
   icon:
     admonition:
       note: octicons/tag-16
-      abstract: octicons/checklist-16
+      abstract: material/select-multiple
       info: octicons/info-16
-      tip: octicons/squirrel-16
+      tip: octicons/flame-16
       success: octicons/check-16
       question: octicons/question-16
       warning: octicons/alert-16