You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ More information about plugins in the [MkDocs documentation][mkdocs-plugins].
50
50
- `branch` - The name of the branch to get contributors from. Example: 'master'(default)
51
51
- `enterprise_hostname` - For GitHub enterprise: the enterprise hostname.
52
52
- `docs_path`- the path to the documentation folder. Defaults to `docs`.
53
+
- `cache_dir`- The path which holds the authors cache file to speed up documentation builds. Defaults to `.cache/plugin/git-committers/`. The cache file is named `page-authors.json.json`.
53
54
54
55
If the token is not set in `mkdocs.yml` it will be read from the `MKDOCS_GIT_COMMITTERS_APIKEY` environment variable.
0 commit comments