Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ A beautiful, dark-mode documentation theme powered by [libsql-search](https://gi

## Quick Start

Requires Node.js 22.12.0 or newer and pnpm 10.20.0.

### 1. Clone or Use as Template

```bash
Expand Down
2 changes: 2 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import { defineConfig } from 'astro/config';

// https://astro.build/config
export default defineConfig({
// Preserve Astro 6's HTML-aware whitespace handling after the Astro 7 upgrade.
compressHTML: true,
output: 'server',
adapter: node({
mode: 'standalone',
Expand Down
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.5.4/schema.json",
"$schema": "https://biomejs.dev/schemas/2.5.5/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
Expand Down
23 changes: 13 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"author": "llbbl",
"license": "MIT",
"packageManager": "pnpm@10.20.0",
"engines": {
"node": ">=22.12.0"
},
"repository": {
"type": "git",
"url": "https://github.com/llbbl/semantic-docs.git"
Expand All @@ -41,27 +44,27 @@
"format": "biome format --write ."
},
"dependencies": {
"@astrojs/node": "^10.1.4",
"@astrojs/react": "^5.0.7",
"@astrojs/node": "^11.0.2",
"@astrojs/react": "^6.0.1",
"@libsql/client": "^0.17.4",
"@logan/libsql-search": "jsr:^0.1.3",
"@radix-ui/react-dialog": "^1.1.20",
"@radix-ui/react-dialog": "^1.1.21",
"@tailwindcss/vite": "^4.3.3",
"astro": "^6.4.8",
"astro": "^7.1.3",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"logan-logger": "^1.1.16",
"lucide-react": "^1.25.0",
"marked": "^18.0.6",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"lucide-react": "^1.26.0",
"marked": "^18.0.7",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"sanitize-html": "^2.17.6",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.3",
"winston": "^3.19.0"
},
"devDependencies": {
"@biomejs/biome": "^2.5.4",
"@biomejs/biome": "^2.5.5",
"@llbbl/uncov": "0.1.4",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
Expand All @@ -72,7 +75,7 @@
"@vitest/browser": "^4.1.10",
"@vitest/coverage-v8": "^4.1.10",
"@vitest/ui": "^4.1.10",
"happy-dom": "^20.11.0",
"happy-dom": "^20.11.1",
"tsx": "^4.23.1",
"typescript": "^6.0.3",
"vitest": "^4.1.10"
Expand Down
Loading
Loading