consul/contributing
Daniel Nephin a1fbd2d007 docs: move the remaining content from INTERNALS.md
Into the appropriate section of the docs.
2021-08-20 16:39:35 -04:00
..
acl contrib: add first draft of ACL docs 2021-07-05 18:25:06 -04:00
cli contrib: Add CLI docs 2021-07-05 18:25:05 -04:00
client-agent docs: move the remaining content from INTERNALS.md 2021-08-20 16:39:35 -04:00
cluster-federation contributing: start an outline for more docs 2021-07-05 18:25:00 -04:00
cluster-membership docs: move the remaining content from INTERNALS.md 2021-08-20 16:39:35 -04:00
config contrib: add first draft of agent configuration docs 2021-07-14 16:48:15 -04:00
http-api docs: move the remaining content from INTERNALS.md 2021-08-20 16:39:35 -04:00
persistence contrib: Add cluster persistence docs 2021-07-05 18:25:06 -04:00
rpc docs: move the remaining content from INTERNALS.md 2021-08-20 16:39:35 -04:00
service-discovery docs: move the remaining content from INTERNALS.md 2021-08-20 16:39:35 -04:00
service-mesh xds: document how authorization works 2021-08-17 19:26:34 -04:00
INTERNALS.md docs: move the remaining content from INTERNALS.md 2021-08-20 16:39:35 -04:00
README.md docs: move the remaining content from INTERNALS.md 2021-08-20 16:39:35 -04:00
consul-mermaid-theme.json contrib: add first draft of ACL docs 2021-07-05 18:25:06 -04:00
faq.md contrib: move FAQ into a separate file. 2021-07-05 18:25:05 -04:00
overview.mmd Fix typo in overview diagram 2021-07-07 13:38:10 -04:00
overview.svg Fix typo in overview diagram 2021-07-07 13:38:10 -04:00

README.md

Contributing to Consul

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 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.