mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
[27] update titles
This commit is contained in:
parent
7a635ea92f
commit
50dfafcf0c
3 changed files with 4 additions and 4 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.19.1-develop26
|
||||
1.19.1-develop27
|
||||
|
|
|
@ -12,7 +12,7 @@ function checkURLForBranch() {
|
|||
// Change the text of <span class="md-ellipsis">
|
||||
const ellipsisSpan = document.querySelector(".md-ellipsis");
|
||||
if (ellipsisSpan) {
|
||||
ellipsisSpan.textContent = "PMM Wiki - NIGHTLY BRANCH";
|
||||
ellipsisSpan.textContent = "PMM Nightly Wiki";
|
||||
}
|
||||
} else if (currentURL.indexOf("develop") !== -1) {
|
||||
// If "metadata" is found in the URL, change the CSS of .md-header to yellow
|
||||
|
@ -22,7 +22,7 @@ function checkURLForBranch() {
|
|||
// Change the text of <span class="md-ellipsis">
|
||||
const ellipsisSpan = document.querySelector(".md-ellipsis");
|
||||
if (ellipsisSpan) {
|
||||
ellipsisSpan.textContent = "PMM Wiki - DEVELOP BRANCH";
|
||||
ellipsisSpan.textContent = "PMM Develop Wiki";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@ site_name: Plex Meta Manager Wiki
|
|||
site_author: meisnate12
|
||||
site_description: Plex Meta Manager is an open-source python project allowing you to unlock the potential of your media server.
|
||||
|
||||
repo_name: docs
|
||||
repo_name: Plex Meta Manager
|
||||
repo_url: https://github.com/meisnate12/Plex-Meta-Manager
|
||||
|
||||
theme:
|
||||
|
|
Loading…
Reference in a new issue