writer infra
This commit is contained in:
		
							parent
							
								
									8a6095e96d
								
							
						
					
					
						commit
						97bd4b367d
					
				|  | @ -18,7 +18,7 @@ export default defineConfig({ | ||||||
|       { text: 'Home', link: '/' }, |       { text: 'Home', link: '/' }, | ||||||
|       { text: '概述', link: '/overview/micro-service' }, |       { text: '概述', link: '/overview/micro-service' }, | ||||||
|       { text: '安装', link: '/install/os' }, |       { text: '安装', link: '/install/os' }, | ||||||
|       { text: '基础服务', link: '/base' }, |       { text: '基础服务', link: '/infra' }, | ||||||
|       { text: '应用服务', link: '/app' }, |       { text: '应用服务', link: '/app' }, | ||||||
|       { |       { | ||||||
|         text: '各领域服务库', |         text: '各领域服务库', | ||||||
|  | @ -51,7 +51,14 @@ export default defineConfig({ | ||||||
|           { text: '系统变量', link: '/install/env' }, |           { text: '系统变量', link: '/install/env' }, | ||||||
|           { text: 'bsm 命令', link: '/install/bsm' } |           { text: 'bsm 命令', link: '/install/bsm' } | ||||||
|         ] |         ] | ||||||
|       } |       }, | ||||||
|  |       { | ||||||
|  |         text: '基础服务', | ||||||
|  |         items: [ | ||||||
|  |           { text: 'Gateway API网关', link: '/infra/gateway' }, | ||||||
|  |           { text: 'Registry 服务仓库', link: '/infra/registry' } | ||||||
|  |         ] | ||||||
|  |       }, | ||||||
|     ], |     ], | ||||||
| 
 | 
 | ||||||
|     socialLinks: [ |     socialLinks: [ | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue