From 87702b90196f963c91a5c55646700542cdc4eab9 Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Sat, 22 Jul 2023 13:59:21 +0000 Subject: [PATCH] GitHub not Github --- docs/conf.py | 2 +- docs/config/github.md | 10 +++++----- docs/home/acknowledgements.md | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index fac50ef8..f8923588 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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"), ]), diff --git a/docs/config/github.md b/docs/config/github.md index db0bdf69..46723ff8 100644 --- a/docs/config/github.md +++ b/docs/config/github.md @@ -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). diff --git a/docs/home/acknowledgements.md b/docs/home/acknowledgements.md index e7e2efbc..3cb4eb36 100644 --- a/docs/home/acknowledgements.md +++ b/docs/home/acknowledgements.md @@ -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 |