Pre-process sessions docs as ERB for image tags
This commit is contained in:
parent
ab75771eb6
commit
651f559380
|
@ -27,7 +27,9 @@ a named ID which can be used to refer to it. This ID can be used with the KV
|
||||||
store to acquire locks, which are advisory mechanisms for mutual exclusion.
|
store to acquire locks, which are advisory mechanisms for mutual exclusion.
|
||||||
Below is a diagram showing the relationship between these components:
|
Below is a diagram showing the relationship between these components:
|
||||||
|
|
||||||
![Session Architecture](/images/consul-sessions.png)
|
<div class="center">
|
||||||
|
<%= link_to image_tag('consul-sessions.png'), image_path('consul-sessions.png') %>
|
||||||
|
</div>
|
||||||
|
|
||||||
The contract that Consul provides is that under any of the folllowing
|
The contract that Consul provides is that under any of the folllowing
|
||||||
situations the session will be *invalidated*:
|
situations the session will be *invalidated*:
|
Loading…
Reference in New Issue