mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Add hint about -f/--config-file in configuration documentation (#2616)
This commit is contained in:
@@ -6,8 +6,9 @@ Guide to all available configuration settings.
|
||||
|
||||
## Introduction
|
||||
|
||||
Project settings are always configured by using a YAML configuration file in the
|
||||
project directory named `mkdocs.yml`.
|
||||
Project settings are configured by default using a YAML configuration file in
|
||||
the project directory named `mkdocs.yml`. You can specify another path for it
|
||||
by using the `-f`/`--config-file` option (see `mkdocs build --help`).
|
||||
|
||||
As a minimum, this configuration file must contain the `site_name` and
|
||||
`site_url` settings. All other settings are optional.
|
||||
|
||||
Reference in New Issue
Block a user