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 f3fb5ac commit cbfb62cCopy full SHA for cbfb62c
layouts/partials/md-dropdown.html
@@ -57,6 +57,7 @@
57
<div class="text-base">Ask questions with Docs AI</div>
58
</div>
59
</button>
60
+ {{ if eq hugo.Environment "production" }}
61
<button
62
onclick="openInClaude()"
63
data-heap-id="search-docs-ai-button"
@@ -69,6 +70,7 @@
69
70
<div class="text-base">Open in Claude</div>
71
72
73
+ {{ end }}
74
75
76
</details>
0 commit comments