Skip to content

Commit cefc051

Browse files
committed
chore(docs): fix config
1 parent 5629b74 commit cefc051

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import lightbox from 'vitepress-plugin-lightbox';
44
// https://vitepress.dev/reference/site-config
55
export default defineConfig({
66
title: 'Algo Bootstrap 使用文档',
7+
description: '一个现代的编程环境配置器',
78
lang: 'zh-CN',
89
themeConfig: {
910
// https://vitepress.dev/reference/default-theme-config

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@
8888
"pack:win-x64": "electron-builder --publish=never --win --x64",
8989
"pack:win-arm64": "electron-builder --publish=never --win --arm64",
9090
"pack": "electron-builder --publish=never",
91-
"ci:create-release": "npm i --no-save cos-nodejs-sdk-v5",
92-
"ci:docs": "npm i --no-save vitepress vitepress-plugin-lightbox",
91+
"ci:create-release": "npm i --no-save --package-lock=false cos-nodejs-sdk-v5",
92+
"ci:docs": "npm i --no-save --package-lock=false vitepress vitepress-plugin-lightbox",
9393
"prettier": "prettier --list-different \"./**/*.{ts,tsx,js,jsx,less}\"",
9494
"line-count": "cloc src/ --exclude-dir=node_modules,.umi,.umi-production --fullpath --not-match-f='/(assets)/'",
9595
"docs:dev": "vitepress dev docs",

0 commit comments

Comments
 (0)