Skip to content

Commit 892418a

Browse files
committed
✨ Update website for Cassandra
1 parent 2fcc50b commit 892418a

File tree

10 files changed

+278
-145
lines changed

10 files changed

+278
-145
lines changed

website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"dependencies": {
1313
"@astrojs/alpinejs": "^0.4.8",
1414
"@astrojs/check": "^0.9.4",
15-
"@astrojs/sitemap": "^3.4.1",
16-
"@astrojs/starlight": "^0.34.3",
15+
"@astrojs/sitemap": "^3.4.2",
16+
"@astrojs/starlight": "^0.35.2",
1717
"@astrojs/starlight-tailwind": "^4.0.1",
1818
"@astrojs/tailwind": "^6.0.2",
1919
"@tailwindcss/vite": "^4.1.8",
2020
"@types/alpinejs": "^3.13.10",
2121
"alpinejs": "^3.14.1",
22-
"astro": "^5.9.2",
22+
"astro": "^5.12.8",
2323
"astro-navbar": "^2.3.3",
2424
"dompurify": "^3.1.6",
2525
"highlight.js": "^11.10.0",

website/pnpm-lock.yaml

Lines changed: 94 additions & 135 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/public/icons/cassandra.svg

Lines changed: 31 additions & 0 deletions
Loading

website/public/icons/scylladb.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name: Cassandra
2+
url: /docs/database/cassandra
3+
icon: /icons/cassandra.svg
4+
description: Query data from Cassandra tables.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name: ScyllaDB
2+
url: /docs/database/scylladb
3+
icon: /icons/scylladb.svg
4+
description: Query data from ScyllaDB tables.

0 commit comments

Comments
 (0)