Skip to content

Commit 94b81c6

Browse files
committed
docs: rename search release notes to use hyphens to match navigation paths and fix 404
1 parent ef115d5 commit 94b81c6

5 files changed

Lines changed: 6 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,5 @@ pnpm-workspace.yaml
148148
pnpm-lock.yaml
149149
.docmd/
150150
.docmd-search/
151+
_docmd-search/
151152
.vscode/
File renamed without changes.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414
"preview": "npx serve site"
1515
},
1616
"dependencies": {
17-
"@docmd/core": "^0.8.17"
17+
"@docmd/core": "^0.8.17",
18+
"@docmd/template-summer": "0.8.17",
19+
"@huggingface/transformers": "^4.2.0",
20+
"docmd-search": "0.1.1",
21+
"onnxruntime-node": "^1.27.0"
1822
},
1923
"allowScripts": {
2024
"@docmd/engine-rust": true,

0 commit comments

Comments
 (0)