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
5 changes: 5 additions & 0 deletions .changeset/twenty-rules-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-docubase": patch
---

Search fuctionality
Copy link

Copilot AI Feb 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo in changeset summary: “fuctionality” should be “functionality”.

Suggested change
Search fuctionality
Search functionality

Copilot uses AI. Check for mistakes.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"scripts": {
"dev": "astro dev",
"build": "astro build",
"build": "astro build && pagefind --site dist",
"preview": "astro preview",
"astro": "astro",
"test": "vitest run",
Expand Down Expand Up @@ -64,6 +64,7 @@
"@types/node": "^25.0.10",
"@types/prompts": "^2.4.9",
"storybook": "^8.4.0",
"pagefind": "^1.4.0",
"vitest": "^3.0.0"
}
}
64 changes: 64 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "A DocuBase documentation site",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"build": "astro build && pagefind --site dist",
"preview": "astro preview",
"astro": "astro"
},
Expand All @@ -18,5 +18,8 @@
"rehype-slug": "^6.0.0",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
},
"devDependencies": {
"pagefind": "^1.4.0"
}
}
Loading