From 1ca55f914ffd6ce4f8f8161dba491a2d1b2658a1 Mon Sep 17 00:00:00 2001 From: thhsh-local Date: Tue, 20 May 2025 15:30:15 -0400 Subject: [PATCH] Rename OpenHost --- docs/about/attribution.md | 2 +- docs/handbook/meta/syntax.md | 2 +- docs/index.md | 6 +++--- overrides/.icons/logos/{openhosted.svg => openhost.svg} | 0 4 files changed, 5 insertions(+), 5 deletions(-) rename overrides/.icons/logos/{openhosted.svg => openhost.svg} (100%) diff --git a/docs/about/attribution.md b/docs/about/attribution.md index 6655495..291bcf0 100644 --- a/docs/about/attribution.md +++ b/docs/about/attribution.md @@ -13,7 +13,7 @@ This site, and all StarCat Systems projects, products, and services make use of - [DocsHub](https://docshub.io) logo - adapted from [Document](https://thenounproject.com/icon/document-6244658/) by [Reion](https://thenounproject.com/creator/dickydante/) from Noun Project. - [StageLink](https://stagelink.cloud) logo - adapted from [slider](https://thenounproject.com/icon/slider-2309209/) by [DinosoftLabs](https://thenounproject.com/creator/dinosoftlab/) from Noun Project. - [PostLine](https://postline.email) logo - adapted from [Group Mail](https://thenounproject.com/icon/group-mail-1571732/) by [Smashicons](https://thenounproject.com/creator/smashicons/) from Noun Project. -- [OpenHosted](https://openhosted.net) logo - adapted from [Blockchain](https://thenounproject.com/icon/blockchain-7881143/) by [Hermanto](https://thenounproject.com/creator/kak.her1992/) from Noun Project. +- [OpenHost](https://openho.st) logo - adapted from [Blockchain](https://thenounproject.com/icon/blockchain-7881143/) by [Hermanto](https://thenounproject.com/creator/kak.her1992/) from Noun Project. ## Images diff --git a/docs/handbook/meta/syntax.md b/docs/handbook/meta/syntax.md index e62b7a6..18396cb 100644 --- a/docs/handbook/meta/syntax.md +++ b/docs/handbook/meta/syntax.md @@ -21,7 +21,7 @@ There are some custom icons added to this MkDocs instance, for example for StarC :logos-docshub: `:logos-docshub:` - DocsHub logo :logos-stagelink: `:logos-stagelink:` - StageLink logo :logos-postline: `:logos-postline:` - PostLine logo -:logos-openhosted: `:logos-openhosted:` - OpenHosted logo +:logos-openhost: `:logos-openhost:` - OpenHost logo ### Coloring icons You can add a color to an icon by adding the CSS color after the icon, like this: diff --git a/docs/index.md b/docs/index.md index 74c29ed..3007a32 100644 --- a/docs/index.md +++ b/docs/index.md @@ -63,13 +63,13 @@ You'll find the following sections of information on this site: [:octicons-arrow-right-16: StageLink](stagelink/index.md) -- :logos-openhosted:{ .lg .middle .starcat-paleblue } **OpenHosted** +- :logos-openhost:{ .lg .middle .starcat-paleblue } **OpenHost** --- - Information about [OpenHosted](https://openhosted.net), managed, fast, and easy open-source app hosting. + Information about [OpenHost](https://openho.st), managed, fast, and easy open-source app hosting. - [:octicons-arrow-right-16: OpenHosted](openhosted/index.md) + [:octicons-arrow-right-16: OpenHost](openhost/index.md) - :fontawesome-solid-scroll:{ .lg .middle .starcat-paleblue } **Policies** diff --git a/overrides/.icons/logos/openhosted.svg b/overrides/.icons/logos/openhost.svg similarity index 100% rename from overrides/.icons/logos/openhosted.svg rename to overrides/.icons/logos/openhost.svg