Skip to content

Commit

Permalink
feat(guide): add docs search and update config
Browse files Browse the repository at this point in the history
link #4
  • Loading branch information
Zhengqbbb committed Mar 6, 2022
1 parent bdd8529 commit 941bbe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vuepress/plugins/vuepressPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import type { Page, PluginConfig } from "vuepress";
export const docSearchPlugin: PluginConfig = [
"@vuepress/plugin-docsearch",
{
apiKey: "6a0b75ff16eb6d2f06a04fe2aed71d13",
apiKey: "bf9a47e8561e6b8ffdda0bf8595a2f5d",
indexName: "cz-git",
appId: "FR46CTJZQV",
appId: "QC8EFXZNC3",
locales: {
'/zh/': {
placeholder: '搜索文档',
Expand Down

0 comments on commit 941bbe7

Please sign in to comment.