Skip to content

Commit

Permalink
Merge pull request #57 from andrew-rowson-lseg/patch-1
Browse files Browse the repository at this point in the history
fix: Added api_version to config
  • Loading branch information
ojacques authored Apr 5, 2024
2 parents ab15c14 + 5da612b commit 07bc150
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mkdocs_git_committers_plugin_2/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class GitCommittersPlugin(BasePlugin):
('gitlab_hostname', config_options.Type(str, default='')),
('repository', config_options.Type(str, default='')), # For GitHub: owner/repo
('gitlab_repository', config_options.Type(int, default=0)), # For GitLab: project_id
('api_version', config_options.Type(str, default=None)),
('branch', config_options.Type(str, default='master')),
('docs_path', config_options.Type(str, default='docs/')),
('enabled', config_options.Type(bool, default=True)),
Expand Down

0 comments on commit 07bc150

Please sign in to comment.