Skip to content

Commit 1497212

Browse files
committed
doc: add algolia search, thanks for algolia company
1 parent 8de054b commit 1497212

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/.vitepress/config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ export default defineConfig({
1212
editLinks: true,
1313
editLinkText: 'Edit this page on GitHub',
1414
lastUpdated: 'Last Updated',
15+
algolia: {
16+
appId: 'NBNHWJCAL4',
17+
apiKey: 'fa9bd1600dd455c6fc927a6fbafcd7b5',
18+
indexName: 'spa-server',
19+
},
1520
nav: [
1621
{text: 'Guide', link: '/', activeMatch: '^/$|^/guide/'},
1722
{

docs/develop/roadmap.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ There is no real roadmap for v1.3.x now, need users firstly.
1313
- [ ] doc: add spa-server usage scenario and corresponding config File
1414
- [ ] doc: what's version control and file directory layout
1515
- [ ] chore: spa-client command help doc
16-
- [x] fix(build): disable generating new tag when build spa-client(js) success
16+
- [x] fix(build): disable generating new tag when build spa-client(js) success
17+
- [x] doc: add algolia search, thanks for algolia company!

0 commit comments

Comments
 (0)