Merge pull request #330 from kikitux/master
list Getting in depth in same order as menu
This commit is contained in:
commit
bb40d48f8e
|
@ -128,8 +128,8 @@ ensuring PCI compliant workloads run on appropriate servers.
|
||||||
# Getting in Depth
|
# Getting in Depth
|
||||||
|
|
||||||
This has been a brief high-level overview of the architecture of Nomad. There
|
This has been a brief high-level overview of the architecture of Nomad. There
|
||||||
are more details available for each of the sub-systems. The [scheduler design](/docs/internals/scheduling.html),
|
are more details available for each of the sub-systems. The [consensus protocol](/docs/internals/consensus.html),
|
||||||
[consensus protocol](/docs/internals/consensus.html), and [gossip protocol](/docs/internals/gossip.html)
|
[gossip protocol](/docs/internals/gossip.html), and [scheduler design](/docs/internals/scheduling.html)
|
||||||
are all documented in more detail.
|
are all documented in more detail.
|
||||||
|
|
||||||
For other details, either consult the code, ask in IRC or reach out to the mailing list.
|
For other details, either consult the code, ask in IRC or reach out to the mailing list.
|
||||||
|
|
Loading…
Reference in New Issue