Update all URLs from GitHub to Gitea
Library repo: git.supported.systems/MCP/mcwaddams Site repo: git.supported.systems/warehack.ing/mcwaddams-site
This commit is contained in:
parent
3af91e8a9d
commit
5a582615fd
@ -20,7 +20,7 @@ export default defineConfig({
|
||||
replacesTitle: false,
|
||||
},
|
||||
social: [
|
||||
{ icon: 'github', label: 'GitHub', href: 'https://github.com/ryanmalloy/mcwaddams' },
|
||||
{ icon: 'github', label: 'GitHub', href: 'https://git.supported.systems/MCP/mcwaddams' },
|
||||
],
|
||||
customCss: [
|
||||
'./src/styles/custom.css',
|
||||
@ -107,7 +107,7 @@ export default defineConfig({
|
||||
},
|
||||
],
|
||||
editLink: {
|
||||
baseUrl: 'https://github.com/ryanmalloy/mcwaddams-site/edit/main/',
|
||||
baseUrl: 'https://git.supported.systems/warehack.ing/mcwaddams-site/_edit/main/',
|
||||
},
|
||||
lastUpdated: true,
|
||||
pagination: true,
|
||||
|
||||
@ -105,7 +105,7 @@ The persistence of caring about the small things. Like proper Unicode handling i
|
||||
Built by Ryan Malloy at [Supported Systems](https://supported.systems).
|
||||
<br/><br/>
|
||||
- [ryanmalloy.com](https://ryanmalloy.com) — Personal site
|
||||
- [GitHub](https://github.com/ryanmalloy) — Open source work
|
||||
- [Gitea](https://git.supported.systems/rsp2k) — Open source work
|
||||
<br/><br/>
|
||||
<small>
|
||||
Read: [AI Discernment vs AI Criticism](https://ryanmalloy.com/collaborations/ai-discernment-vs-criticism/) —
|
||||
|
||||
@ -12,9 +12,9 @@ We want to hear from you — bugs, feature requests, or just letting us know wha
|
||||
## Report Issues
|
||||
|
||||
<LinkCard
|
||||
title="GitHub Issues"
|
||||
description="Report bugs or request features on our GitHub repository."
|
||||
href="https://github.com/ryanmalloy/mcwaddams/issues"
|
||||
title="Issues"
|
||||
description="Report bugs or request features on our repository."
|
||||
href="https://git.supported.systems/MCP/mcwaddams/issues"
|
||||
/>
|
||||
|
||||
## What Makes a Good Bug Report
|
||||
|
||||
@ -198,7 +198,7 @@ By default, hosted servers only accept URLs and `file_content` uploads. If you'r
|
||||
Clone the repo and use our docker-compose with caddy-docker-proxy labels:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/ryanmalloy/mcwaddams.git
|
||||
git clone https://git.supported.systems/MCP/mcwaddams.git
|
||||
cd mcwaddams
|
||||
cp .env.example .env
|
||||
# Edit .env to set your hostname
|
||||
|
||||
@ -12,8 +12,8 @@ hero:
|
||||
link: /installation/
|
||||
icon: right-arrow
|
||||
variant: primary
|
||||
- text: View on GitHub
|
||||
link: https://github.com/ryanmalloy/mcwaddams
|
||||
- text: View Source
|
||||
link: https://git.supported.systems/MCP/mcwaddams
|
||||
icon: external
|
||||
variant: minimal
|
||||
---
|
||||
|
||||
@ -92,7 +92,7 @@ We grabbed 301 random Office documents from a real filesystem and threw them at
|
||||
|
||||
```bash
|
||||
# Clone the repo
|
||||
git clone https://github.com/ryanmalloy/mcwaddams.git
|
||||
git clone https://git.supported.systems/MCP/mcwaddams.git
|
||||
cd mcwaddams
|
||||
|
||||
# Install dev dependencies
|
||||
|
||||
@ -209,7 +209,7 @@ Got a folder of questionable Office documents? Run them through:
|
||||
|
||||
```bash
|
||||
# Clone and install
|
||||
git clone https://github.com/ryanmalloy/mcwaddams.git
|
||||
git clone https://git.supported.systems/MCP/mcwaddams.git
|
||||
cd mcwaddams
|
||||
uv sync --dev
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user