Clarify a few things

This commit is contained in:
Matthew Holt 2020-02-11 11:48:18 -07:00
parent 2abf8549a7
commit f74f5ade03
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
5 changed files with 13 additions and 8 deletions

View file

@ -4,7 +4,7 @@ title: "Extending Caddy"
# Extending Caddy
Caddy is easy to extend because of its modular architecture. Most Caddy extensions (or plugins) are called _modules_. To be clear, Caddy modules are distinct from [Go modules](https://github.com/golang/go/wiki/Modules) (but they are also Go modules). On this page, we refer to Caddy modules.
Caddy is easy to extend because of its modular architecture. Most kinds of Caddy extensions (or plugins) are known as _modules_ if they extend or plug into Caddy's configuration structure. To be clear, Caddy modules are distinct from [Go modules](https://github.com/golang/go/wiki/Modules) (but they are also Go modules). On this page, we refer to Caddy modules.