Sfoglia il codice sorgente

add docs to plex and healthchecks

CauseFX 4 anni fa
parent
commit
954cf429cc
2 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 1 0
      api/homepage/healthchecks.php
  2. 1 1
      api/homepage/plex.php

+ 1 - 0
api/homepage/healthchecks.php

@@ -15,6 +15,7 @@ trait HealthChecksHomepageItem
 			return $homepageInformation;
 		}
 		$homepageSettings = [
+			'docs' => $this->docs('features/homepage/healthchecks-homepage-item'),
 			'debug' => true,
 			'settings' => [
 				'Enable' => [

+ 1 - 1
api/homepage/plex.php

@@ -2,7 +2,6 @@
 
 trait PlexHomepageItem
 {
-	
 	public function plexSettingsArray($infoOnly = false)
 	{
 		$homepageInformation = [
@@ -24,6 +23,7 @@ trait PlexHomepageItem
 			}
 		}
 		$homepageSettings = [
+			'docs' => $this->docs('features/homepage/plex-homepage-item'),
 			'debug' => true,
 			'settings' => [
 				'Enable' => [