Skip to content

Commit

Permalink
docs: update documate ai func
Browse files Browse the repository at this point in the history
  • Loading branch information
EstrellaXD committed Oct 9, 2023
1 parent 2a4e7af commit 3dfcba7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default {
// https://vitepress.dev/guide/extending-default-theme#layout-slots
'home-features-after': () => h(HomePreviewWebUI),
'nav-bar-content-before': () => h(Documate, {
endpoint: '',
endpoint: 'https://kp35gyb313.us.aircode.run/ask',
}),
})
},
Expand Down
2 changes: 1 addition & 1 deletion docs/documate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"include": [
"**/*.md"
],
"backend": ""
"backend": "https://kp35gyb313.us.aircode.run/upload"
}
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"documate:upload": "documate upload"
},
"devDependencies": {
"@documate/documate": "^0.2.0",
"@documate/documate": "^0.2.1",
"@vue/tsconfig": "^0.4.0",
"medium-zoom": "^1.0.8",
"typescript": "4.9.5",
Expand All @@ -18,6 +18,6 @@
},
"type": "module",
"dependencies": {
"@documate/vue": "^0.3.0"
"@documate/vue": "^0.3.1"
}
}
18 changes: 9 additions & 9 deletions docs/pnpm-lock.yaml

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

0 comments on commit 3dfcba7

Please sign in to comment.