docs: pr feedback

This commit is contained in:
Natalie Smith 2022-01-10 17:26:47 -08:00 committed by Blake Covarrubias
parent a00492e622
commit bea810cf62
3 changed files with 13 additions and 3 deletions

View File

@ -9,7 +9,11 @@ description: >-
-> **Note:** Some CLI arguments may be different from HCL keys. See [Configuration Key Reference](/docs/agent/config/agent-config-files#config_key_reference) for equivalent HCL Keys.
The options below are all specified on the command-line.
This topic describes the available command-line options for the Consul agent.
## Usage
See [Agent Overview](/docs/agent#starting-the-consul-agent) for examples of how to use flags with the `consul agent` CLI.
## Environment Variables

View File

@ -7,8 +7,10 @@ description: >-
# Configuration Files ((#configuration_files))
In addition to the command-line options, configuration can be put into
files. This may be easier in certain situations, for example when Consul is
You can create one or more files to configure the Consul agent on startup. We recommend
grouping similar configurations into separate files, such as ACL parameters, to make it
easier to manage configuration changes. Using external files may be easier than
configuring agents on the command-line when Consul is
being configured using a configuration management system.
The configuration files are JSON formatted, making them easily readable

View File

@ -1262,6 +1262,10 @@ module.exports = [
{
source: '/api/:path*',
destination: '/api-docs/:path*',
},
{
source: '/docs/agent/options',
destination: '/docs/agent/config',
permanent: true,
},
]