Skip to content

Commit ac2191e

Browse files
committed
Fix config and representation
1 parent 290a039 commit ac2191e

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

src/Elastic.Markdown/Slices/Layout/_TableOfContents.cshtml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</svg>
3030
</div>
3131
</button>
32-
<div class="hidden group-focus-within:block left-0 right-0 absolute top-full w-max max-w-65">
32+
<div class="hidden group-focus-within:block left-0 right-0 absolute top-full w-max min-w-30 max-w-60">
3333
<ul class="mt-1 py-0 mb-4 bg-white border-1 border-grey-20 rounded-sm shadow-md">
3434
<li class="block">
3535
<a
@@ -52,8 +52,7 @@
5252
<li class="block">
5353
<a
5454
class="block py-1 px-4 text-sm hover:underline hover:text-black hover:bg-grey-10 active:bg-blue-elastic-70 active:text-white font-semibold text-ink rounded-sm"
55-
href="@legacyPage"
56-
@Htmx.GetNavHxAttributes(false, "mouseover")>
55+
href="@legacyPage">
5756
@legacyPage.Version
5857
</a>
5958
</li>
@@ -71,9 +70,9 @@
7170
@* } *@
7271
@if (Model.LegacyPages.Length == 0)
7372
{
74-
<li class="block">
73+
<li class="block border-t-1 border-grey-20">
7574
<div class="py-2 px-4 text-sm">
76-
There are no previous versions of this page.
75+
There is no previous version of this page.
7776
</div>
7877
</li>
7978
}

src/tooling/docs-assembler/legacy-url-mappings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ stack: &stack [ '9.0+', '8.18', '8.17', '8.16', '8.15', '8.14', '8.13', '8.12',
44

55
mappings:
66
en/apm/agent/android: ['1.0.0','0.x']
7-
en/apm/agent/dotnet: ['current']
7+
en/apm/agent/dotnet: [ '1.32.0', '1.8 ']
88
en/apm/agent/go: ['2.7.1', '1.x', '0.5']
99
en/apm/agent/java: ['1.54.0', '0.7', '0.6']
1010
en/apm/agent/nodejs: [ '3.x', '2.x', '1.x' ]

0 commit comments

Comments
 (0)