Skip to content

Commit 868c03a

Browse files
committed
update
1 parent f3f41ef commit 868c03a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

deploy.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#!/bin/bash
2-
3-
nvm use v18.20.8 --default
1+
#!/bin/zsh
42

53
# 使用 pwd 命令获取当前脚本所在目录作为项目根目录
64
PROJECT_DIR=$(pwd)

docs/.vuepress/config/sidebarConf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ module.exports = {
320320
{
321321
title: "Gemini-cli",
322322
collapsable: false,
323-
children: ["", "basic-usage", "mcp-with-gemini-cli", "custom-mcp-with-gemini-cli", "project",],
323+
children: ["", "basic-usage", "mcp-with-gemini-cli", "custom-mcp-with-gemini-cli", "pro",],
324324
},
325325
],
326326
"/about/index/": [{ title: "INDEX", collapsable: false, children: [""] }],

0 commit comments

Comments
 (0)