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:
parent
9af0a4cec9
commit
073c7ed513
@ -23,7 +23,7 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
integrations: [
|
integrations: [
|
||||||
starlight({
|
starlight({
|
||||||
title: 'informix-db',
|
title: 'informix-driver',
|
||||||
description: 'Pure-Python driver for IBM Informix IDS. No CSDK, no JVM, no native libraries.',
|
description: 'Pure-Python driver for IBM Informix IDS. No CSDK, no JVM, no native libraries.',
|
||||||
logo: { src: './src/assets/logo.svg', replacesTitle: false },
|
logo: { src: './src/assets/logo.svg', replacesTitle: false },
|
||||||
favicon: '/favicon.svg',
|
favicon: '/favicon.svg',
|
||||||
@ -31,11 +31,11 @@ export default defineConfig({
|
|||||||
lastUpdated: true,
|
lastUpdated: true,
|
||||||
pagination: true,
|
pagination: true,
|
||||||
editLink: {
|
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: [
|
social: [
|
||||||
{ icon: 'github', label: 'GitHub', href: 'https://github.com/rsp2k/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-db/' },
|
{ icon: 'seti:python', label: 'PyPI', href: 'https://pypi.org/project/informix-driver/' },
|
||||||
],
|
],
|
||||||
customCss: ['./src/styles/theme.css', './src/styles/components.css'],
|
customCss: ['./src/styles/theme.css', './src/styles/components.css'],
|
||||||
components: {
|
components: {
|
||||||
|
|||||||
@ -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">
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 24" fill="none" role="img" aria-label="informix-driver">
|
||||||
<title>informix-db</title>
|
<title>informix-driver</title>
|
||||||
<rect x="0" y="4" width="5" height="16" rx="1" fill="#f5a524"/>
|
<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="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"/>
|
<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 |
Loading…
x
Reference in New Issue
Block a user