From 4a569b14c052011306932781e0b7f362f94804d5 Mon Sep 17 00:00:00 2001 From: thhsh-local Date: Mon, 5 May 2025 12:53:57 -0400 Subject: [PATCH 1/3] Remove Mantis from Service Domains --- docs/about/service_domains.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/about/service_domains.md b/docs/about/service_domains.md index bdabfb7..7b8270b 100644 --- a/docs/about/service_domains.md +++ b/docs/about/service_domains.md @@ -10,7 +10,6 @@ This list helps to ensure that you're only dealing with official, legitimate Sta - `login.starcat.systems` - the StarCat Accounts site. Use your StarCat Account to log in to all other StarCat Services. - :fontawesome-solid-triangle-exclamation:{ .warning-yellow } This is the **only** site that you should enter your StarCat Accounts login information or 2FA information into. All StarCat sites and services will redirect to `login.starcat.systems` for you to log in. - `git.starcat.systems` - the StarCat Git server, powered by Forgejo. -- `mantis.starcat.systems` - the StarCat bug and issue tracker, powered by MantisBT. - `policies.starcat.systems` - a quick link that redirects to the Policies section of this site. - `support.starcat.systems` - a quick link that redirects to the Support section of this site. - `status.starcat.systems` - a quick link that redirects to our InStatus offsite status page (below). From e483d48dc6074fec3669eb08afe22d6ca33e383d Mon Sep 17 00:00:00 2001 From: thhsh-local Date: Mon, 5 May 2025 12:58:11 -0400 Subject: [PATCH 2/3] Reimplement last commit badge in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 316bb37..79f7325 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ This repo contains the source Markdown and MkDocs files that generate [about.starcat.systems](https://about.starcat.systems) using [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/). +[![Forgejo Last Commit](https://img.shields.io/gitea/last-commit/starcatsys/about?display_timestamp=committer&gitea_url=https%3A%2F%2Fgit.starcat.systems&style=flat&logo=git&logoColor=fff&logoSize=auto)](https://git.starcat.systems/starcatsys/about/) ## Contributing From 73351483d19c6409ddfc9ff3499d358b12792ed3 Mon Sep 17 00:00:00 2001 From: thhsh-local Date: Mon, 5 May 2025 12:59:04 -0400 Subject: [PATCH 3/3] Rename Git Mirror Badges --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 79f7325..6f2d102 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ We welcome your contributions and suggestions! Please see the [Meta](https://abo Source code is automatically pushed to the following mirrors. -[![Static Badge](https://img.shields.io/badge/git.starcat.systems-main-green?style=flat&logo=forgejo&logoColor=fff&logoSize=auto)](https://git.starcat.systems/starcatsys/about/) +[![Main Forge Badge](https://img.shields.io/badge/git.starcat.systems-main-green?style=flat&logo=forgejo&logoColor=fff&logoSize=auto)](https://git.starcat.systems/starcatsys/about/) -[![Static Badge](https://img.shields.io/badge/sourcehut-mirror-blue?style=flat&logo=sourcehut&logoColor=fff&logoSize=auto)](https://git.sr.ht/~starcatsys/about) +[![SourceHut Badge](https://img.shields.io/badge/sourcehut-mirror-blue?style=flat&logo=sourcehut&logoColor=fff&logoSize=auto)](https://git.sr.ht/~starcatsys/about) -[![Static Badge](https://img.shields.io/badge/GitLab-mirror-blue?style=flat&logo=gitlab&logoColor=fff&logoSize=auto)](https://gitlab.com/starcatsys-mirror/starcatsys/about) +[![GitLab Badge](https://img.shields.io/badge/GitLab-mirror-blue?style=flat&logo=gitlab&logoColor=fff&logoSize=auto)](https://gitlab.com/starcatsys-mirror/starcatsys/about) 📝 Note that all issues and pull requests should be directed to the [main forge](https://git.starcat.systems/starcatsys/about).