diff --git a/docs/setup/adding-a-git-repository.md b/docs/setup/adding-a-git-repository.md index 65ec48379..9b54aef6f 100644 --- a/docs/setup/adding-a-git-repository.md +++ b/docs/setup/adding-a-git-repository.md @@ -222,8 +222,11 @@ The following configuration options are supported: enable_creation_date: true ``` - !!! note - If you are deploying through a CI system, you might need to adjust your CI settings when fetching the code. For more information, see [git-revision-date-localized](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin#note-when-using-build-environments). + !!! note "When using build environments" + + If you are deploying through a CI system, you might need to adjust your + CI settings when fetching the code. For more information, see + [git-revision-date-localized].