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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ unless you access private repositories.
58
58
- `repository`- For GitHub, the name of the repository, e.g. 'ojacques/mkdocs-git-committers-plugin-2'
59
59
- `gitlab_repository`- For GitLab, the project ID, e.g. '12345678'
60
60
- `branch` - The name of the branch to get contributors from. Example: 'master'(default)
61
-
- `token` - A github fine-grained token for GitHub GraphQL API calls (classic tokens work too). The token does not need any scope: uncheck everything when creating the GitHub Token at [github.com/settings/personal-access-tokens/new](https://github.com/settings/personal-access-tokens/new), unless you access private repositories.
61
+
- `token` - A GitHub or GitLab personal access token for REST API calls. The token does not need any scope: uncheck everything when creating the GitHub Token at [github.com/settings/personal-access-tokens/new](https://github.com/settings/personal-access-tokens/new), unless you access private repositories. For GitLab, create a token at [gitlab.com/-/profile/personal_access_tokens](https://gitlab.com/-/profile/personal_access_tokens).
62
62
- `enterprise_hostname` - For GitHub enterprise: the GitHub enterprise hostname.
63
63
- `gitlab_hostname` - For GitLab: the GitLab hostname if different from gitlab.com (self-hosted).
64
64
- `docs_path`- the path to the documentation folder. Defaults to `docs`.
0 commit comments