From 50dfafcf0cd56a3706c6f6fdaff25d22b94e4ad3 Mon Sep 17 00:00:00 2001 From: meisnate12 Date: Mon, 6 Nov 2023 15:58:52 -0500 Subject: [PATCH] [27] update titles --- VERSION | 2 +- docs/stylesheets/branch.js | 4 ++-- mkdocs.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index b0a8dbf5..f83516f7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.19.1-develop26 +1.19.1-develop27 diff --git a/docs/stylesheets/branch.js b/docs/stylesheets/branch.js index a8707db9..fb03ce69 100644 --- a/docs/stylesheets/branch.js +++ b/docs/stylesheets/branch.js @@ -12,7 +12,7 @@ function checkURLForBranch() { // Change the text of 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 const ellipsisSpan = document.querySelector(".md-ellipsis"); if (ellipsisSpan) { - ellipsisSpan.textContent = "PMM Wiki - DEVELOP BRANCH"; + ellipsisSpan.textContent = "PMM Develop Wiki"; } } } diff --git a/mkdocs.yml b/mkdocs.yml index 1b8ab001..d7bf1b9b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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: