From 33c26278194fe681d894da57ddb0a7847bdd3942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Fri, 29 Mar 2024 08:51:28 +0100 Subject: [PATCH] Configure docs path depending on the branch The directory structure differs between both branches. --- .symfony.bundle.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.symfony.bundle.yaml b/.symfony.bundle.yaml index 483351a..84eacbe 100644 --- a/.symfony.bundle.yaml +++ b/.symfony.bundle.yaml @@ -1,4 +1,4 @@ branches: ["3.3.x", "3.4.x", "3.5.x", "3.6.x"] maintained_branches: ["3.5.x", "3.6.x"] -doc_dir: "Resources/doc/" +doc_dir: {"3.5.x": "Resources/doc/", "3.6.x": "docs/"} dev_branch: "3.6.x"