mirror of https://github.com/hashicorp/consul
Website: cleanup for docs/internals/index.html.
parent
d0869e9963
commit
dc764fee91
|
@ -3,14 +3,13 @@ layout: "docs"
|
||||||
page_title: "Internals"
|
page_title: "Internals"
|
||||||
sidebar_current: "docs-internals"
|
sidebar_current: "docs-internals"
|
||||||
description: |-
|
description: |-
|
||||||
This section goes over some of the internals of Consul, such as the architecture, consensus and gossip protocol, security model, etc.
|
This section covers some of the internals of Consul, such as the architecture, consensus and gossip protocols, and security model.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Consul Internals
|
# Consul Internals
|
||||||
|
|
||||||
This section goes over some of the internals of Consul, such as the architecture,
|
This section covers some of the internals of Consul, such as the architecture,
|
||||||
consensus and gossip protocol, security model, etc.
|
consensus and gossip protocols, and security model.
|
||||||
|
|
||||||
-> **Note:** Knowing about the internals of Consul is not necessary to successfully
|
-> **Note:** Knowing about the internals of Consul is not necessary to successfully
|
||||||
use it, but we document it here to be completely transparent about how Consul
|
use it. We document it here to be completely transparent about how Consul works.
|
||||||
works.
|
|
||||||
|
|
Loading…
Reference in New Issue