Skip to content

Commit 4c0f5a4

Browse files
authored
Merge pull request #536 from greg0ire/different-doc-dir
Configure the documentation directory for each branch
2 parents 2b8faad + b587af9 commit 4c0f5a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.symfony.bundle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
branches: ["2.2.x", "3.0.x", "3.1.x", "3.2.x", "3.3.x", "3.4.x"]
22
maintained_branches: ["2.2.x", "3.3.x", "3.4.x"]
3-
doc_dir: "Resources/doc/"
3+
doc_dir: {"2.2.x": "Resources/doc/", "3.3.x": "Resources/doc/", "3.4.x": "docs/"}
44
dev_branch: "3.4.x"

0 commit comments

Comments
 (0)