From 0f31dca64a777a641308139e6644cf2a19eb3405 Mon Sep 17 00:00:00 2001 From: thhsh-local Date: Tue, 20 May 2025 14:35:23 -0400 Subject: [PATCH 1/4] Add OpenHosted section template --- docs/.nav.yml | 1 + docs/openhosted/.nav.yml | 3 +++ docs/openhosted/index.md | 11 +++++++++++ 3 files changed, 15 insertions(+) create mode 100644 docs/openhosted/.nav.yml create mode 100644 docs/openhosted/index.md diff --git a/docs/.nav.yml b/docs/.nav.yml index 16685d4..211ce50 100644 --- a/docs/.nav.yml +++ b/docs/.nav.yml @@ -3,6 +3,7 @@ nav: - sourcecamp - docshub - postline + - openhosted - stagelink - policies - handbook diff --git a/docs/openhosted/.nav.yml b/docs/openhosted/.nav.yml new file mode 100644 index 0000000..6ca440e --- /dev/null +++ b/docs/openhosted/.nav.yml @@ -0,0 +1,3 @@ +title: OpenHosted +nav: + - index.md \ No newline at end of file diff --git a/docs/openhosted/index.md b/docs/openhosted/index.md new file mode 100644 index 0000000..124245e --- /dev/null +++ b/docs/openhosted/index.md @@ -0,0 +1,11 @@ +# OpenHosted + +!!! 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-16: Editing this site](https://about.starcat.systems/editing/) and the [:simple-forgejo: Git repo](https://git.starcat.systems/starcatsys/about) for this site. \ No newline at end of file From 2e312cfd2c4f87ecea972533d22fa2e7aeb337a8 Mon Sep 17 00:00:00 2001 From: thhsh-local Date: Tue, 20 May 2025 14:36:52 -0400 Subject: [PATCH 2/4] Fix support link and contact icon --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index d4b939d..9ab70b0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -85,9 +85,9 @@ You'll find the following sections of information on this site: Get assistance with your StarCat Systems product(s). - [:octicons-mail-16:](support/index.md) + [:octicons-arrow-right-16: Support](support/index.md) -- :fontawesome-solid-life-ring:{ .lg .middle .starcat-paleblue } **Contact** +- :octicons-mail-16:{ .lg .middle .starcat-paleblue } **Contact** --- From 19a2389758db9be5aff9517a730966106d398ae8 Mon Sep 17 00:00:00 2001 From: thhsh-local Date: Tue, 20 May 2025 14:38:17 -0400 Subject: [PATCH 3/4] Contact block phrasing and link --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 9ab70b0..74c29ed 100644 --- a/docs/index.md +++ b/docs/index.md @@ -91,9 +91,9 @@ You'll find the following sections of information on this site: --- - Get in touch with the StarCat Systems team. + Got a question or an idea? Get in touch with the StarCat Systems team. - [:octicons-arrow-right-16: Contact](contaxt/index.md) + [:octicons-arrow-right-16: Contact](contact/index.md) - :material-book:{ .lg .middle .starcat-paleblue } **Handbook** From f765cc74b5b4a3a64a4229562f6d78685cc02c56 Mon Sep 17 00:00:00 2001 From: thhsh-local Date: Tue, 20 May 2025 15:22:58 -0400 Subject: [PATCH 4/4] Rename OpenHost --- docs/.nav.yml | 2 +- docs/openhost/.nav.yml | 3 +++ docs/{openhosted => openhost}/index.md | 2 +- docs/openhosted/.nav.yml | 3 --- 4 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 docs/openhost/.nav.yml rename docs/{openhosted => openhost}/index.md (89%) delete mode 100644 docs/openhosted/.nav.yml diff --git a/docs/.nav.yml b/docs/.nav.yml index 211ce50..2241fb8 100644 --- a/docs/.nav.yml +++ b/docs/.nav.yml @@ -3,7 +3,7 @@ nav: - sourcecamp - docshub - postline - - openhosted + - openhost - stagelink - policies - handbook diff --git a/docs/openhost/.nav.yml b/docs/openhost/.nav.yml new file mode 100644 index 0000000..847f664 --- /dev/null +++ b/docs/openhost/.nav.yml @@ -0,0 +1,3 @@ +title: OpenHost +nav: + - index.md \ No newline at end of file diff --git a/docs/openhosted/index.md b/docs/openhost/index.md similarity index 89% rename from docs/openhosted/index.md rename to docs/openhost/index.md index 124245e..18f9590 100644 --- a/docs/openhosted/index.md +++ b/docs/openhost/index.md @@ -1,4 +1,4 @@ -# OpenHosted +# OpenHost !!! abstract "Placeholder Page" This is a placeholder page. Please see the site navigation for any sub-pages that exist. diff --git a/docs/openhosted/.nav.yml b/docs/openhosted/.nav.yml deleted file mode 100644 index 6ca440e..0000000 --- a/docs/openhosted/.nav.yml +++ /dev/null @@ -1,3 +0,0 @@ -title: OpenHosted -nav: - - index.md \ No newline at end of file