website: update next steps
This commit is contained in:
parent
20a0b00cea
commit
e4eca86de1
|
@ -8,6 +8,7 @@ sidebar_current: "gettingstarted-nextsteps"
|
|||
|
||||
That concludes the getting started guide for Consul. Hopefully you're able to
|
||||
see that while Consul is simple to use, it has a powerful set of features.
|
||||
We've covered the basics for all of these features in this guide.
|
||||
|
||||
Consul is designed to be friendly to both the DevOps community and
|
||||
application developers, making it perfect for modern, elastic infrastructures.
|
||||
|
@ -21,7 +22,8 @@ As a next step, the following resources are available:
|
|||
* [Guides](/docs/guides/index.html) - This section provides various getting
|
||||
started guides with Consul, including how to bootstrap a new datacenter.
|
||||
|
||||
* [Examples](https://github.com/hashicorp/consul/tree/master/demo) - The work-in-progress examples folder within the GitHub
|
||||
* [Examples](https://github.com/hashicorp/consul/tree/master/demo) -
|
||||
The work-in-progress examples folder within the GitHub
|
||||
repository for Consul contains functional examples of various use cases
|
||||
of Consul to help you get started with exactly what you need.
|
||||
|
||||
|
|
|
@ -37,6 +37,9 @@ key features:
|
|||
means users of Consul do not have to worry about building additional layers of
|
||||
abstraction to grow to multiple regions.
|
||||
|
||||
Consul is designed to be friendly to both the DevOps community and
|
||||
application developers, making it perfect for modern, elastic infrastructures.
|
||||
|
||||
## Basic Architecture of Consul
|
||||
|
||||
Consul is a distributed, highly available system. There is an
|
||||
|
|
Loading…
Reference in New Issue