mirror of https://github.com/status-im/consul.git
Pre-process architecture docs as ERB for image tags
This commit is contained in:
parent
1927f48598
commit
7903a55dd1
|
@ -69,7 +69,9 @@ allowing a client to make a request from a server.
|
||||||
|
|
||||||
From a 10,000 foot altitude the architecture of Consul looks like this:
|
From a 10,000 foot altitude the architecture of Consul looks like this:
|
||||||
|
|
||||||
![Consul Architecture](/images/consul-arch.png)
|
<div class="center">
|
||||||
|
<%= link_to image_tag('consul-arch.png', alt: 'Consul Architecture'), image_path('consul-arch.png') %>
|
||||||
|
</div>
|
||||||
|
|
||||||
Lets break down this image and describe each piece. First of all we can see
|
Lets break down this image and describe each piece. First of all we can see
|
||||||
that there are two datacenters, one and two respectively. Consul has first
|
that there are two datacenters, one and two respectively. Consul has first
|
Loading…
Reference in New Issue