Skip to content

Commit 7388815

Browse files
authored
Merge pull request #39 from Sithumli/main
Main → Prod
2 parents 0ea0889 + 6d1f220 commit 7388815

File tree

7 files changed

+5074
-12
lines changed

7 files changed

+5074
-12
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# create-docubase
22

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- 820c898: Search fuctionality
8+
39
## 1.1.1
410

511
### Patch Changes

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-docubase",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Create a new DocuBase documentation site",
55
"type": "module",
66
"bin": {
@@ -12,7 +12,7 @@
1212
],
1313
"scripts": {
1414
"dev": "astro dev",
15-
"build": "astro build",
15+
"build": "astro build && pagefind --site dist",
1616
"preview": "astro preview",
1717
"astro": "astro",
1818
"test": "vitest run",
@@ -64,6 +64,7 @@
6464
"@types/node": "^25.0.10",
6565
"@types/prompts": "^2.4.9",
6666
"storybook": "^8.4.0",
67+
"pagefind": "^1.4.0",
6768
"vitest": "^3.0.0"
6869
}
6970
}

pnpm-lock.yaml

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

template/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "A DocuBase documentation site",
66
"scripts": {
77
"dev": "astro dev",
8-
"build": "astro build",
8+
"build": "astro build && pagefind --site dist",
99
"preview": "astro preview",
1010
"astro": "astro"
1111
},
@@ -18,5 +18,8 @@
1818
"rehype-slug": "^6.0.0",
1919
"tailwindcss": "^4.1.18",
2020
"typescript": "^5.9.3"
21+
},
22+
"devDependencies": {
23+
"pagefind": "^1.4.0"
2124
}
2225
}

0 commit comments

Comments
 (0)