GitHub not Github

This commit is contained in:
Chaz Larson 2023-07-22 13:59:21 +00:00
parent 583b6c8b94
commit 87702b9019
3 changed files with 7 additions and 7 deletions

View file

@ -209,7 +209,7 @@ html_theme_options = {
("Trakt", "config/trakt"),
("MdbList", "config/mdblist"),
("OMDb", "config/omdb"),
("Github", "config/github"),
("GitHub", "config/github"),
("AniDB", "config/anidb"),
("MyAnimeList", "config/myanimelist"),
]),

View file

@ -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.
@ -14,6 +14,6 @@ github:
| 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).

View file

@ -2,7 +2,7 @@
## Plex Meta Manager Team
| Github | Discord | Role |
| GitHub | Discord | Role |
|:----------------------------------------------|:------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [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 |