dev
This commit is contained in:
parent
9d6757bf0f
commit
e4dbd536c6
|
@ -5,7 +5,7 @@ export default defineConfig({
|
||||||
lang: 'zh-CN',
|
lang: 'zh-CN',
|
||||||
title: "Blocks Service Mesh",
|
title: "Blocks Service Mesh",
|
||||||
description: "部署即应用的微服务架构",
|
description: "部署即应用的微服务架构",
|
||||||
|
logo: './static/logo.png',
|
||||||
srcDir: '../src',
|
srcDir: '../src',
|
||||||
assetsDir: './static',
|
assetsDir: './static',
|
||||||
outDir: '../dist',
|
outDir: '../dist',
|
||||||
|
@ -45,7 +45,7 @@ export default defineConfig({
|
||||||
],
|
],
|
||||||
|
|
||||||
socialLinks: [
|
socialLinks: [
|
||||||
{ icon: 'github', link: 'https://github.com/vuejs/vitepress' }
|
{ svg: 'github', link: 'https://git.apinb.com' }
|
||||||
],
|
],
|
||||||
|
|
||||||
footer: {
|
footer: {
|
||||||
|
|
|
@ -6,6 +6,7 @@ hero:
|
||||||
name: "Blocks"
|
name: "Blocks"
|
||||||
text: "Service Mesh"
|
text: "Service Mesh"
|
||||||
tagline: 私有化部署,部署即应用的微服务架构
|
tagline: 私有化部署,部署即应用的微服务架构
|
||||||
|
image: ./static/main-banner-2.png
|
||||||
actions:
|
actions:
|
||||||
- theme: brand
|
- theme: brand
|
||||||
text: 开始使用
|
text: 开始使用
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 115 KiB |
Loading…
Reference in New Issue