mirror of
https://github.com/caddyserver/website.git
synced 2025-04-23 05:26:16 -04:00
docs: Update for v2.3; refactor install information
We now have only 1 download page, yay. Install docs are organized better. Less confusing. Automatic HTTPS docs improved, and menu added. Other minor updates to bring up to speed for v2.3.
This commit is contained in:
parent
9dd9309a9b
commit
4827cff659
11 changed files with 186 additions and 159 deletions
|
@ -203,9 +203,9 @@ Prints CLI help text, optionally for a specific subcommand, then exits.
|
|||
<pre><code class="cmd bash">caddy list-modules
|
||||
[--versions]</code></pre>
|
||||
|
||||
Prints the Caddy modules that are installed, optionally with version information from their associated Go modules, then exits.
|
||||
Prints the Caddy modules that are installed, optionally with package and/or version information from their associated Go modules, then exits.
|
||||
|
||||
NOTE: Due to [a bug in Go](https://github.com/golang/go/issues/29228), version information is only available if Caddy is built as a dependency and not as the main module. TODO: Link to docs that explain how to build Caddy with version info
|
||||
NOTE: Due to [a bug in Go](https://github.com/golang/go/issues/29228), version information is only available if Caddy is built as a dependency and not as the main module. Use [xcaddy](/docs/build#xcaddy) to make this easier.
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue