We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a6e465 + cfcdcb8 commit e825fd4Copy full SHA for e825fd4
api/docker/caddy/Caddyfile
@@ -12,6 +12,13 @@ log {
12
@distribution path_regexp ^/docs/distribution(?:/?)$
13
redir @distribution /docs/symfony/
14
15
+# note that once 4.1 is out we may need to improve this
16
+@coreToSymfony path_regexp pathMatch ^/docs/core/(controllers|file-upload|fosuser-bundle|messenger|migrate-from-fosrestbundle|nelmio-api-doc|user)(?:/?)$
17
+redir @coreToSymfony /docs/symfony/{re.pathMatch.1}/
18
+
19
+@angular path_regexp pathMatch ^/docs/core/angularjs-integration(?:/?)$
20
+redir @angular /docs/core/client-integration/
21
22
@docsroot path_regexp ^/docs(/?)$
23
redir @docsroot /docs/symfony/
24
0 commit comments