[27] update titles

This commit is contained in:
meisnate12 2023-11-06 15:58:52 -05:00
parent 7a635ea92f
commit 50dfafcf0c
3 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
1.19.1-develop26
1.19.1-develop27

View file

@ -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";
}
}
}

View file

@ -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: