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 a261934 commit 116fe99Copy full SHA for 116fe99
src/Elastic.Documentation.Site/Layout/_Header.cshtml
@@ -1,7 +1,7 @@
1
@inherits RazorSlice<Elastic.Documentation.Site.GlobalLayoutViewModel>
2
@if (Model.Features.PrimaryNavEnabled)
3
{
4
- <div id="elastic-nav"></div>
+ <div id="elastic-nav" hx-disable="true"></div>
5
<script src="https://www.elastic.co/elastic-nav.js"></script>
6
@await RenderPartialAsync(_SecondaryNav.Create(Model))
7
}
0 commit comments