Site header: informix-db → informix-driver

Match what users see when they `pip install informix-driver`. Also fix
two broken social links: PyPI was pointing at the now-404 informix-db
project, GitHub link was pointing at github.com/rsp2k/informix-db
(repo doesn't exist there — source lives on Gitea). Rewired to:

- Source (Gitea): git.supported.systems/warehack.ing/informix-db
- PyPI: pypi.org/project/informix-driver
- editLink: Gitea's _edit/branch/main URL pattern

Logo SVG aria-label + title also updated for accessibility consistency.
This commit is contained in:
Ryan Malloy 2026-05-08 05:00:36 -06:00
parent 9af0a4cec9
commit 073c7ed513
2 changed files with 6 additions and 6 deletions

View File

@ -23,7 +23,7 @@ export default defineConfig({
},
integrations: [
starlight({
title: 'informix-db',
title: 'informix-driver',
description: 'Pure-Python driver for IBM Informix IDS. No CSDK, no JVM, no native libraries.',
logo: { src: './src/assets/logo.svg', replacesTitle: false },
favicon: '/favicon.svg',
@ -31,11 +31,11 @@ export default defineConfig({
lastUpdated: true,
pagination: true,
editLink: {
baseUrl: 'https://github.com/rsp2k/informix-db/edit/main/docs-site/',
baseUrl: 'https://git.supported.systems/warehack.ing/informix-db/_edit/branch/main/docs-site/',
},
social: [
{ icon: 'github', label: 'GitHub', href: 'https://github.com/rsp2k/informix-db' },
{ icon: 'seti:python', label: 'PyPI', href: 'https://pypi.org/project/informix-db/' },
{ icon: 'github', label: 'Source (Gitea)', href: 'https://git.supported.systems/warehack.ing/informix-db' },
{ icon: 'seti:python', label: 'PyPI', href: 'https://pypi.org/project/informix-driver/' },
],
customCss: ['./src/styles/theme.css', './src/styles/components.css'],
components: {

View File

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 24" fill="none" role="img" aria-label="informix-db">
<title>informix-db</title>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 24" fill="none" role="img" aria-label="informix-driver">
<title>informix-driver</title>
<rect x="0" y="4" width="5" height="16" rx="1" fill="#f5a524"/>
<rect x="8" y="4" width="3" height="16" rx="1" fill="#f5a524" fill-opacity="0.78"/>
<rect x="14" y="4" width="3" height="16" rx="1" fill="#f5a524" fill-opacity="0.52"/>

Before

Width:  |  Height:  |  Size: 473 B

After

Width:  |  Height:  |  Size: 481 B