From 079da1990ef371a53ac0b2769679cc4b35f0b219 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 8 May 2026 12:57:59 +0000 Subject: [PATCH] Apply validation feedback for docs title and workshop migration notes Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/1575c81b-f8a7-433a-8f3b-e068c0992c18 Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com> --- modules/billing/docs.php | 3 ++- modules/steam_workshop/agent_update_workshop.php | 11 ++++++----- modules/steam_workshop/module.php | 2 ++ 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/modules/billing/docs.php b/modules/billing/docs.php index 8931e24a..e93301d1 100644 --- a/modules/billing/docs.php +++ b/modules/billing/docs.php @@ -20,6 +20,7 @@ $docsDir = __DIR__ . '/docs'; $action = $_GET['action'] ?? 'list'; $doc = $_GET['doc'] ?? ''; $docsPagePath = '/docs.php'; +$pageTitle = $action === 'view' ? 'Documentation' : 'Documentation - GSP'; /** * Get all documentation folders with their metadata @@ -138,7 +139,7 @@ uksort($grouped, function($a, $b) use ($categoryOrder) { -