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 b3d9b37 commit 0d0ca3cCopy full SHA for 0d0ca3c
src/Elastic.Documentation.Site/Htmx.cs
@@ -11,12 +11,6 @@ namespace Elastic.Documentation.Site;
11
12
public static class Htmx
13
{
14
- private static readonly string Version =
15
- Assembly.GetExecutingAssembly().GetCustomAttributes<AssemblyInformationalVersionAttribute>()
16
- .FirstOrDefault()?.InformationalVersion ?? "0.0.0";
17
-
18
- public static readonly string VersionHash = ShortId.Create(Version);
19
20
public static string GetHxSelectOob(bool hasSameTopLevelGroup) => hasSameTopLevelGroup ? "#content-container,#toc-nav" : "#main-container";
21
public const string Preload = "mousedown";
22
0 commit comments