dev
This commit is contained in:
parent
f1f8323901
commit
2e4175de86
|
@ -4,7 +4,7 @@ import { defineConfig } from 'vitepress'
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
lang: 'zh-CN',
|
lang: 'zh-CN',
|
||||||
title: "Blocks Service Mesh",
|
title: "Blocks Service Mesh",
|
||||||
description: "部署即使用的微服务架构",
|
description: "部署即应用的微服务架构",
|
||||||
|
|
||||||
srcDir: '../src',
|
srcDir: '../src',
|
||||||
assetsDir: './static',
|
assetsDir: './static',
|
||||||
|
|
|
@ -4,8 +4,8 @@ layout: home
|
||||||
|
|
||||||
hero:
|
hero:
|
||||||
name: "Blocks Service Mesh"
|
name: "Blocks Service Mesh"
|
||||||
text: "部署即使用的微服务架构"
|
text: "部署即使用的MA"
|
||||||
tagline: Backend as a Service
|
tagline: Backend as a Service Microservice Architecture
|
||||||
actions:
|
actions:
|
||||||
- theme: brand
|
- theme: brand
|
||||||
text: Markdown Examples
|
text: Markdown Examples
|
||||||
|
|
Loading…
Reference in New Issue