Daniel Nephin
b93f9d8788
|
3 years ago | |
---|---|---|
.. | ||
acl |
…
|
|
cli |
…
|
|
client-agent |
…
|
|
cluster-federation |
…
|
|
cluster-membership |
…
|
|
config | contrib: add first draft of agent configuration docs | 3 years ago |
http-api |
…
|
|
persistence |
…
|
|
rpc |
…
|
|
service-discovery |
…
|
|
service-mesh |
…
|
|
INTERNALS.md |
…
|
|
README.md | contrib: add docs about the diagrams | 3 years ago |
consul-mermaid-theme.json |
…
|
|
faq.md |
…
|
|
overview.mmd | Fix typo in overview diagram | 3 years ago |
overview.svg | Fix typo in overview diagram | 3 years ago |
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.
Contents
- Overview
- Command-Line Interface (CLI)
- HTTP API
- Agent Configuration
- RPC
- Cluster Persistence
- Client Agent
- Service Discovery
- Service Mesh (Connect)
- Cluster Membership
- Key/Value Store
- ACL
- Multi-Cluster Federation
Also see the FAQ.
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.