Fix figure captions, numbering, and heading level

This commit is contained in:
yeasy
2026-03-09 19:03:47 -07:00
parent d6fff9a3f7
commit d3e253a6cc
14 changed files with 25 additions and 25 deletions

View File

@@ -1,10 +1,10 @@
## 15.1 简介
如图 12-5 所示etcd 项目使用该标识
如图 15-1所示etcd 项目使用该标识
![etcd 标识](./_images/etcd_logo.png)
12-5 etcd 项目标识
15-1etcd 项目标识
`etcd` `CoreOS` 团队于 2013 6 月发起的开源项目它的目标是构建一个高可用的分布式键值 (`key-value`) 数据库基于 `Go` 语言实现我们知道在分布式系统中各种服务的配置信息的管理分享服务的发现是一个很基本同时也是很重要的问题`CoreOS` 项目就希望基于 `etcd` 来解决这一问题