diff --git a/docs/quick_start/4.-configuration.md b/docs/quick_start/4.-configuration.md index b2f89a1..b2f0ae5 100644 --- a/docs/quick_start/4.-configuration.md +++ b/docs/quick_start/4.-configuration.md @@ -77,7 +77,9 @@ Troubleshooting = "TROUBLESHOOTING.md" "4. Configuration" = "docs/quick_start/4.-configuration.md" ``` -For more information see [MkDocs configuration](https://www.mkdocs.org/user-guide/configuration/) and [pdoc3 configuration](https://github.com/pdoc3/pdoc/blob/master/pdoc/templates/config.mako). +Note that the above utilizes [TOMLs double bracket syntax to specify a List of Dicts](https://github.com/toml-lang/toml/blob/master/README.md#user-content-array-of-tables). + +For more information about available configuration options see [MkDocs configuration](https://www.mkdocs.org/user-guide/configuration/) and [pdoc3 configuration](https://github.com/pdoc3/pdoc/blob/master/pdoc/templates/config.mako). !!! warning While portray allows configuring any aspect of MkDocs or pdoc3, it only allows that configuration to be defined in a `pyproject.toml` file. Any other configuration files normally used for these projects will be ignored.