diff --git a/Plugin/unraid/pages/monitor.php b/Plugin/unraid/pages/monitor.php index 5b9a99c..9e8c25c 100644 --- a/Plugin/unraid/pages/monitor.php +++ b/Plugin/unraid/pages/monitor.php @@ -86,7 +86,12 @@ // ═══════════════════════════════════════════════════════════════════════════════════════════════ require_once dirname(__DIR__) . '/include/monitor.php'; require_once dirname(__DIR__) . '/include/ai_chat.php'; +require_once dirname(__DIR__) . '/include/docs.php'; if (vv_ai_ui_on()) vv_ai_chat_assets(); + +// Live values for the `$VAR` markers in pages/readme/monitor-readme.md. Same arrangement the +// Scheduler tab uses: the doc names a conf variable and the reader sees this host's value. +$_vv_doc_vars = array_merge(vv_conf_vars(), ['SCRIPTS_DIR' => SCRIPTS_DIR]); ?>