open-consul/docs
Dan Upton fb441e323a
Restructure gRPC server setup (#12586)
OSS sync of enterprise changes at 0b44395e
2022-03-22 12:40:24 +00:00
..
acl Move contributing to docs 2021-08-30 16:17:09 -04:00
cli Move contributing to docs 2021-08-30 16:17:09 -04:00
client-agent Move contributing to docs 2021-08-30 16:17:09 -04:00
cluster-federation Revert "[Docs] Agent configuration hierarchy " 2022-03-15 16:13:58 -07:00
cluster-membership Move contributing to docs 2021-08-30 16:17:09 -04:00
config Revert "[Docs] Agent configuration hierarchy " 2022-03-15 16:13:58 -07:00
contributing Add changelog creation to contributor docs 2022-02-02 10:58:27 -08:00
http-api Move contributing to docs 2021-08-30 16:17:09 -04:00
persistence Move contributing to docs 2021-08-30 16:17:09 -04:00
rpc Restructure gRPC server setup (#12586) 2022-03-22 12:40:24 +00:00
service-discovery Add 7th check registration flow to docs 2022-02-11 15:11:22 -05:00
service-mesh contrib: add CA manager states diagram 2022-01-26 12:14:29 -05:00
README.md Move contributing to docs 2021-08-30 16:17:09 -04:00
consul-mermaid-theme.json Move contributing to docs 2021-08-30 16:17:09 -04:00
faq.md Move contributing to docs 2021-08-30 16:17:09 -04:00
overview.mmd Move contributing to docs 2021-08-30 16:17:09 -04:00
overview.svg Move contributing to docs 2021-08-30 16:17:09 -04:00

README.md

Consul Developer Documentation

See our contributing guide to get started.

This directory contains documentation intended for anyone interested in understanding, and contributing changes to, the Consul codebase.

Overview

This documentation is organized into the following categories. Each category is either a significant architectural layer, or major functional area of Consul. These documents assume a basic understanding of Consul's feature set, which can be found in the public user documentation.

Overview

source

Contents

  1. Command-Line Interface (CLI)
  2. HTTP API
  3. Agent Configuration
  4. RPC
  5. Cluster Persistence
  6. Client Agent
  7. Service Discovery
  8. Service Mesh (Connect)
  9. Cluster Membership
  10. Key/Value Store
  11. ACL
  12. Multi-Cluster Federation

Also see the FAQ.

Important Directories

Most top level directories contain Go source code. The directories listed below contain other important source related to Consul.

Contributing to these docs

This section is meta documentation about contributing to these docs.

Diagrams

The diagrams in these documents are created using the mermaid-js live editor. The mermaid-js docs provide a complete reference for how to create and edit the diagrams. Use the consul-mermaid-theme.json (paste it into the Config tab in the editor) to maintain a consistent Consul style for the diagrams.