github.com/sl1pm4t/consul@v1.4.5-0.20190325224627-74c31c540f9c/website/source/intro/getting-started/next-steps.html.md (about)

     1  ---
     2  layout: "intro"
     3  page_title: "Next Steps"
     4  sidebar_current: "gettingstarted-nextsteps"
     5  description: |-
     6    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.
     7  ---
     8  
     9  # Next Steps
    10  
    11  That concludes the getting started guide for Consul. Hopefully you're able to
    12  see that while Consul is simple to use, it has a powerful set of features.
    13  We've covered the basics for all of these features in this guide.
    14  
    15  Consul is designed to be friendly to both the DevOps community and
    16  application developers, making it perfect for modern, elastic infrastructures.
    17  
    18  As a next step, the following resources are available:
    19  
    20  * [Documentation](/docs/index.html) - The documentation is an in-depth reference
    21    guide to all the features of Consul, including technical details about the
    22    internals of how Consul operates.
    23  
    24  * [Guides](/docs/guides/index.html) - This section provides various getting
    25    started guides with Consul, including how to bootstrap a new datacenter.
    26  
    27  * [Examples](https://github.com/hashicorp/consul/tree/master/demo) -
    28    The work-in-progress examples folder within the GitHub
    29    repository for Consul contains functional examples of various use cases
    30    of Consul to help you get started with exactly what you need.