update 2.0 docs

This commit is contained in:
crazywhalecc
2022-12-31 16:54:03 +08:00
parent ff1b43ad89
commit 90a4c6803e
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
const apiConfig = require('./api') const apiConfig = require('./api')
module.exports = { module.exports = {
title: '炸毛框架', title: '炸毛框架v2 旧版)',
description: '一个高性能聊天机器人 + Web 框架', description: '一个高性能聊天机器人 + Web 框架',
theme: 'antdocs', theme: 'antdocs',
markdown: { markdown: {
@@ -34,7 +34,7 @@ module.exports = {
{ text: 'API', link: '/api/' }, { text: 'API', link: '/api/' },
{ text: 'FAQ', link: '/faq/' }, { text: 'FAQ', link: '/faq/' },
{ text: '更新日志', link: '/update/v2/' }, { text: '更新日志', link: '/update/v2/' },
{ text: '炸毛框架 v1', link: 'https://docs-v1.zhamao.xin/' } { text: '炸毛框架 v3最新版', link: 'https://framework.zhamao.xin/' }
], ],
sidebar: { sidebar: {
'/guide/': [ '/guide/': [

View File

@@ -1 +1 @@
framework.zhamao.me docs-v2.zhamao.me