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,
|
replacesTitle: false,
|
||||||
},
|
},
|
||||||
social: [
|
social: [
|
||||||
{ icon: 'github', label: 'GitHub', href: 'https://github.com/ryanmalloy/mcwaddams' },
|
{ icon: 'github', label: 'GitHub', href: 'https://git.supported.systems/MCP/mcwaddams' },
|
||||||
],
|
],
|
||||||
customCss: [
|
customCss: [
|
||||||
'./src/styles/custom.css',
|
'./src/styles/custom.css',
|
||||||
@ -107,7 +107,7 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
editLink: {
|
editLink: {
|
||||||
baseUrl: 'https://github.com/ryanmalloy/mcwaddams-site/edit/main/',
|
baseUrl: 'https://git.supported.systems/warehack.ing/mcwaddams-site/_edit/main/',
|
||||||
},
|
},
|
||||||
lastUpdated: true,
|
lastUpdated: true,
|
||||||
pagination: 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).
|
Built by Ryan Malloy at [Supported Systems](https://supported.systems).
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
- [ryanmalloy.com](https://ryanmalloy.com) — Personal site
|
- [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/>
|
<br/><br/>
|
||||||
<small>
|
<small>
|
||||||
Read: [AI Discernment vs AI Criticism](https://ryanmalloy.com/collaborations/ai-discernment-vs-criticism/) —
|
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
|
## Report Issues
|
||||||
|
|
||||||
<LinkCard
|
<LinkCard
|
||||||
title="GitHub Issues"
|
title="Issues"
|
||||||
description="Report bugs or request features on our GitHub repository."
|
description="Report bugs or request features on our repository."
|
||||||
href="https://github.com/ryanmalloy/mcwaddams/issues"
|
href="https://git.supported.systems/MCP/mcwaddams/issues"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
## What Makes a Good Bug Report
|
## 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:
|
Clone the repo and use our docker-compose with caddy-docker-proxy labels:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/ryanmalloy/mcwaddams.git
|
git clone https://git.supported.systems/MCP/mcwaddams.git
|
||||||
cd mcwaddams
|
cd mcwaddams
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
# Edit .env to set your hostname
|
# Edit .env to set your hostname
|
||||||
|
|||||||
@ -12,8 +12,8 @@ hero:
|
|||||||
link: /installation/
|
link: /installation/
|
||||||
icon: right-arrow
|
icon: right-arrow
|
||||||
variant: primary
|
variant: primary
|
||||||
- text: View on GitHub
|
- text: View Source
|
||||||
link: https://github.com/ryanmalloy/mcwaddams
|
link: https://git.supported.systems/MCP/mcwaddams
|
||||||
icon: external
|
icon: external
|
||||||
variant: minimal
|
variant: minimal
|
||||||
---
|
---
|
||||||
|
|||||||
@ -92,7 +92,7 @@ We grabbed 301 random Office documents from a real filesystem and threw them at
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clone the repo
|
# Clone the repo
|
||||||
git clone https://github.com/ryanmalloy/mcwaddams.git
|
git clone https://git.supported.systems/MCP/mcwaddams.git
|
||||||
cd mcwaddams
|
cd mcwaddams
|
||||||
|
|
||||||
# Install dev dependencies
|
# Install dev dependencies
|
||||||
|
|||||||
@ -209,7 +209,7 @@ Got a folder of questionable Office documents? Run them through:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clone and install
|
# Clone and install
|
||||||
git clone https://github.com/ryanmalloy/mcwaddams.git
|
git clone https://git.supported.systems/MCP/mcwaddams.git
|
||||||
cd mcwaddams
|
cd mcwaddams
|
||||||
uv sync --dev
|
uv sync --dev
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user