Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglbme committed Jun 13, 2024
1 parent f22aa73 commit 332164f
Show file tree
Hide file tree
Showing 3 changed files with 1,221 additions and 930 deletions.
9 changes: 6 additions & 3 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import { defaultTheme } from 'vuepress';
import { viteBundler } from '@vuepress/bundler-vite';
import { defaultTheme } from '@vuepress/theme-default';
import { defineUserConfig } from 'vuepress';
import { searchPlugin } from '@vuepress/plugin-search';

module.exports = {
export default defineUserConfig({
bundler: viteBundler(),
lang: 'zh-CN',
title: '腾讯云 IM 服务端 Java SDK 使用文档',
description: '腾讯云 IM 服务端 SDK API 文档 Java 版',
Expand Down Expand Up @@ -57,4 +60,4 @@ module.exports = {
isSearchable: page => page.path !== '/',
}),
],
};
})
Loading

0 comments on commit 332164f

Please sign in to comment.