mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
GitHub not Github
This commit is contained in:
parent
583b6c8b94
commit
87702b9019
3 changed files with 7 additions and 7 deletions
|
@ -209,7 +209,7 @@ html_theme_options = {
|
||||||
("Trakt", "config/trakt"),
|
("Trakt", "config/trakt"),
|
||||||
("MdbList", "config/mdblist"),
|
("MdbList", "config/mdblist"),
|
||||||
("OMDb", "config/omdb"),
|
("OMDb", "config/omdb"),
|
||||||
("Github", "config/github"),
|
("GitHub", "config/github"),
|
||||||
("AniDB", "config/anidb"),
|
("AniDB", "config/anidb"),
|
||||||
("MyAnimeList", "config/myanimelist"),
|
("MyAnimeList", "config/myanimelist"),
|
||||||
]),
|
]),
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# Github Attributes
|
# GitHub Attributes
|
||||||
|
|
||||||
Configuring [Github](https://github.com/) is optional but can allow you to avoid rate limits when requesting data from github.
|
Configuring [GitHub](https://github.com/) is optional but can allow you to avoid rate limits when requesting data from GitHub.
|
||||||
|
|
||||||
Requests made with a github token have a higher rate limit than anonymous requests.
|
Requests made with a GitHub token have a higher rate limit than anonymous requests.
|
||||||
|
|
||||||
A `github` mapping is in the root of the config file.
|
A `github` mapping is in the root of the config file.
|
||||||
|
|
||||||
|
@ -14,6 +14,6 @@ github:
|
||||||
|
|
||||||
| Attribute | Allowed Values | Default | Required |
|
| Attribute | Allowed Values | Default | Required |
|
||||||
|:-------------------|:---------------------------------------------------------------------------|:--------|:--------:|
|
|:-------------------|:---------------------------------------------------------------------------|:--------|:--------:|
|
||||||
| `token` | Github Personal Access Token | N/A | ✅ |
|
| `token` | GitHub Personal Access Token | N/A | ✅ |
|
||||||
|
|
||||||
* The Github Personal Access Token can be generated [here](https://github.com/settings/tokens).
|
* The GitHub Personal Access Token can be generated [here](https://github.com/settings/tokens).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
## Plex Meta Manager Team
|
## Plex Meta Manager Team
|
||||||
|
|
||||||
| Github | Discord | Role |
|
| GitHub | Discord | Role |
|
||||||
|:----------------------------------------------|:------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:----------------------------------------------|:------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| [meisnate12](https://github.com/meisnate12/) | Sohjiro | Main PMM Developer |
|
| [meisnate12](https://github.com/meisnate12/) | Sohjiro | Main PMM Developer |
|
||||||
| [YozoraXCII](https://github.com/YozoraXCII) | Yozora | PMM Discord Moderator, Default Configs Creator & Maintainer, Wiki Contributor, [Configs Repo](https://github.com/meisnate12/Plex-Meta-Manager-Configs) Maintainer |
|
| [YozoraXCII](https://github.com/YozoraXCII) | Yozora | PMM Discord Moderator, Default Configs Creator & Maintainer, Wiki Contributor, [Configs Repo](https://github.com/meisnate12/Plex-Meta-Manager-Configs) Maintainer |
|
||||||
|
|
Loading…
Reference in a new issue