We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-f/--config-file
1 parent 815af48 commit 8345850Copy full SHA for 8345850
docs/user-guide/configuration.md
@@ -6,8 +6,9 @@ Guide to all available configuration settings.
6
7
## Introduction
8
9
-Project settings are always configured by using a YAML configuration file in the
10
-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
11
+by using the `-f`/`--config-file` option (see `mkdocs build --help`).
12
13
As a minimum, this configuration file must contain the `site_name` and
14
`site_url` settings. All other settings are optional.
0 commit comments