diff --git a/src/NAV.md b/src/NAV.md index 16401a7..57b8f68 100644 --- a/src/NAV.md +++ b/src/NAV.md @@ -9,6 +9,7 @@ * [Buession Framework](https://wwww.buession.com/) * [Buession Security](https://security.buession.com/) * [Buession Logging](https://logging.buession.com/) + * [Buession Canal](https://canal.buession.com/) * [Buession SpringBoot](https://springboot.buession.com/) * [Buession SpringCloud](https://springcloud.buession.com/) * [Buession Cas](https://cas.buession.com/) diff --git a/src/index.jsx b/src/index.jsx index e2a60bd..8d9052c 100644 --- a/src/index.jsx +++ b/src/index.jsx @@ -5,7 +5,7 @@ banner: btns: - { name: '开 始', href: '/docs/quickstart.html', primary: true } - { name: 'Github >', href: 'https://github.com/buession/buession-logging' } - caption: '当前版本: v0.0.1' + caption: '当前版本: v0.0.2' features: - { name: '优雅', desc: '经过精雕细琢,我们带给大家一个精心设计的、标准的、高内聚低耦合的通用类库' } - { name: '灵活', desc: '非重复造车轮,我们是整合市面上开源的类库,以标准的接口暴露给上层用户,用户可替换或自行封装同类组件。在此基础上,封装了大量的常用的类库。' } @@ -24,6 +24,7 @@ footer: - { name: 'Buession Framework', href: 'https://www.buession.com/' } - { name: 'Buession Security', href: 'https://security.buession.com/' } - { name: 'Buession Logging', href: 'https://logging.buession.com/' } + - { name: 'Buession Canal', href: 'https://canal.buession.com/' } - { name: 'Buession SpringBoot', href: 'https://springboot.buession.com/' } - { name: 'Buession SpringCloud', href: 'https://springcloud.buession.com/' } - { name: 'Buession Cas', href: 'https://cas.buession.com/' }