Skip to content

Commit 685c81e

Browse files
Chris Chojyemin
authored andcommitted
extend notice to all top level pages other than landing, apidocs, scala, reactive (#753)
1 parent e9e516b commit 685c81e

File tree

1 file changed

+1
-1
lines changed
  • docs/reference/themes/mongodb/layouts/partials

1 file changed

+1
-1
lines changed

docs/reference/themes/mongodb/layouts/partials/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
<div class="documentwrapper">
2626
<div class="bodywrapper">
2727
<div class="body">
28-
{{ if ( and ( findRE ".*mongo-java-driver/4.3/driver/" .URL ) ( not ( findRE ".*/apidocs/.*" .URL ))) }}
28+
{{ if ( and ( findRE ".*mongo-java-driver/4.3/.+" .URL ) ( not ( findRE ".*/apidocs/.*" .URL )) ( not ( findRE ".*/driver-scala/.*" .URL )) (not ( findRE ".*/driver-reactive/.*" .URL ))) }}
2929
{{- partial "header/newSiteNotice.html" . -}}
3030
{{ end }}

0 commit comments

Comments
 (0)