diff --git a/package.json b/package.json index cede17e..f29fae2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "libredb-studio-website", "type": "module", - "version": "0.5.3", + "version": "0.5.4", "scripts": { "dev": "astro dev", "build": "node scripts/sync-docker-compose.mjs && astro build", diff --git a/src/components/Footer.astro b/src/components/Footer.astro deleted file mode 100644 index afa1c2a..0000000 --- a/src/components/Footer.astro +++ /dev/null @@ -1,298 +0,0 @@ ---- -const currentYear = new Date().getFullYear(); - -const sections = [ - { - id: 'product', - title: 'Product', - links: [ - { label: 'Features', href: '/features' }, - { label: 'Providers', href: '/providers' }, - { label: 'Database (pre-alpha)', href: '/database' }, - { label: 'Platform (beta)', href: '/platform' }, - { label: 'Tech Stack', href: '/tech-stack' }, - { label: 'Deploy', href: '/deploy' }, - { label: 'Live Demo', href: 'https://app.libredb.org', external: true }, - ], - }, - { - id: 'resources', - title: 'Resources', - links: [ - { - label: 'Documentation', - href: 'https://github.com/libredb/libredb-studio#readme', - external: true, - }, - { label: 'Docker Compose Example', href: '/docker-compose-example' }, - { - label: 'API Reference', - href: 'https://github.com/libredb/libredb-studio/blob/main/docs/API_DOCS.md', - external: true, - }, - { - label: 'Architecture', - href: 'https://github.com/libredb/libredb-studio/blob/main/docs/ARCHITECTURE.md', - external: true, - }, - { - label: 'Releases', - href: 'https://github.com/libredb/libredb-studio/releases', - external: true, - }, - ], - }, - { - id: 'community', - title: 'Community', - links: [ - { label: 'GitHub', href: 'https://github.com/libredb/libredb-studio', external: true }, - { label: 'Issues', href: 'https://github.com/libredb/libredb-studio/issues', external: true }, - { - label: 'Discussions', - href: 'https://github.com/libredb/libredb-studio/discussions', - external: true, - }, - { - label: 'Contributing', - href: 'https://github.com/libredb/libredb-studio#contributing', - external: true, - }, - { label: 'Sponsor ♥', href: 'https://github.com/sponsors/libredb', external: true }, - ], - }, - { - id: 'legal', - title: 'Legal', - links: [{ label: 'Privacy Policy', href: '/privacy-policy' }], - }, -]; ---- - - - - - - diff --git a/src/components/Header.astro b/src/components/Header.astro deleted file mode 100644 index 3484d31..0000000 --- a/src/components/Header.astro +++ /dev/null @@ -1,65 +0,0 @@ ---- - ---- - -
- -
diff --git a/src/components/studio/StatusBar.astro b/src/components/studio/StatusBar.astro index 7bce340..9d1eb58 100644 --- a/src/components/studio/StatusBar.astro +++ b/src/components/studio/StatusBar.astro @@ -32,6 +32,12 @@ const meta = sectionById[active] ?? sectionById['home']; rel="noopener noreferrer" class="cursor-pointer hover:text-fg">LinkedIn + Docker -
-
-
-