We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ddb4e commit a79a31dCopy full SHA for a79a31d
.github/workflows/test.yml
@@ -34,7 +34,7 @@ jobs:
34
run: |
35
git fetch origin deploy:deploy
36
mike deploy --push --branch deploy --rebase ${{ matrix.version }}
37
- if [[ ${{ matrix.version }} == "v2" ]]; then
+ if [[ ${{ matrix.version }} == "v1" ]]; then
38
mike set-default -b deploy ${{ matrix.version }}
39
fi
40
mkdocs.yml
@@ -1,5 +1,5 @@
1
site_name: 'MaxKB 文档'
2
-site_url: 'https://maxkb.cn/docs'
+site_url: 'https://maxkb.cn/docs2'
3
site_description: 'MaxKB 是强大易用的企业级智能体平台'
4
site_author: 'MaxKB 开源项目组'
5
repo_name: 'MaxKB'
0 commit comments