あるファイルが[[ナビゲーション (MkDocs)|ナビゲーション]]の中で参照されていない場合、INFOログが出力される。
```
INFO - Building documentation...
INFO - The following pages exist in the docs directory, but are not included in the "nav" configuration:
- ja/notify-prerequirements.md
- ja/todo.md
- ja/constants/and_or.md
- ja/constants/http_method.md
- ja/constants/status.md
```
`validation.nav.omitted_files: ignore` を設定すると、これらのログが出力されなくなる。
```yaml
validation:
nav:
omitted_files: ignore
```
> - `validation.nav.omitted_files`
> - The following pages exist in the docs directory, but are not included in the "nav" configuration: ...
>
> *[Configuration - MkDocs](https://www.mkdocs.org/user-guide/configuration/#validation)*