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.
1 parent e9e516b commit 685c81eCopy full SHA for 685c81e
docs/reference/themes/mongodb/layouts/partials/header.html
@@ -25,6 +25,6 @@
25
<div class="documentwrapper">
26
<div class="bodywrapper">
27
<div class="body">
28
- {{ if ( and ( findRE ".*mongo-java-driver/4.3/driver/" .URL ) ( not ( findRE ".*/apidocs/.*" .URL ))) }}
+ {{ if ( and ( findRE ".*mongo-java-driver/4.3/.+" .URL ) ( not ( findRE ".*/apidocs/.*" .URL )) ( not ( findRE ".*/driver-scala/.*" .URL )) (not ( findRE ".*/driver-reactive/.*" .URL ))) }}
29
{{- partial "header/newSiteNotice.html" . -}}
30
{{ end }}
0 commit comments