We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c174fb commit fa44358Copy full SHA for fa44358
1 file changed
nginx.conf.sigil
@@ -18,7 +18,7 @@ map $doc_version $doc_host {
18
# Plugin latest version map
19
map $plugin_name $plugin_latest {
20
default "";
21
- "authentication" "3";
+ "authentication" "4";
22
"authorization" "3";
23
"bake" "3";
24
"chronos" "3";
@@ -37,6 +37,7 @@ map "$plugin_name-$plugin_version" $plugin_host {
37
"authentication-1" "authentication-docs.cakephp.org";
38
"authentication-2" "authentication-docs-2.cakephp.org";
39
"authentication-3" "authentication-docs-3.cakephp.org";
40
+ "authentication-4" "authentication-docs-4.cakephp.org";
41
42
# Authorization
43
"authorization-1" "authorization-docs.cakephp.org";
0 commit comments