From 2f86fe582de8e6f8dfb498faaefba58c3cc582b7 Mon Sep 17 00:00:00 2001 From: Krystian Podemski Date: Tue, 10 Jun 2025 14:11:07 +0200 Subject: [PATCH] Mark v9 as a current version --- src/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/config.yml b/src/config.yml index 53bb06b6768..82da6f56e9a 100644 --- a/src/config.yml +++ b/src/config.yml @@ -15,9 +15,9 @@ params: ghRepoURL: "https://github.com/PrestaShop/docs/" ghCommitURL: "https://github.com/PrestaShop/docs/commit/" ghApiCommitURL: "https://api.github.com/repos/prestashop/docs/commits" - howToContributeURL: "/8/contribute/documentation/how" - currentUpgradeGuideURL: "/8/basics/keeping-up-to-date/update" - hookListURL: "/8/modules/concepts/hooks/list-of-hooks" + howToContributeURL: "/9/contribute/documentation/how" + currentUpgradeGuideURL: "/9/basics/keeping-up-to-date/update" + hookListURL: "/9/modules/concepts/hooks/list-of-hooks" description: "Learn how to extend, modify and test PrestaShop, create modules, themes, and more." author: "PrestaShop" showVisitedLinks: false @@ -37,7 +37,7 @@ params: # Default documentation version versions: - current: "8" + current: "9" docSearch: appId: "79DO4UR9Y5"