File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -365,6 +365,7 @@ export function DocsLayout({
365365 < div className = "w-1/2 px-1 flex justify-end flex-wrap" >
366366 { prevItem ? (
367367 < Link
368+ from = "/$libraryId/$version/docs"
368369 to = { prevItem . to }
369370 params
370371 className = "py-1 px-2 bg-white/70 text-black dark:bg-gray-500/40 dark:text-white shadow-lg shadow-black/20 flex items-center justify-center backdrop-blur-sm z-20 rounded-lg overflow-hidden"
@@ -379,6 +380,7 @@ export function DocsLayout({
379380 < div className = "w-1/2 px-1 flex justify-start flex-wrap" >
380381 { nextItem ? (
381382 < Link
383+ from = "/$libraryId/$version/docs"
382384 to = { nextItem . to }
383385 params
384386 className = "py-1 px-2 bg-white/70 text-black dark:bg-gray-500/40 dark:text-white shadow-lg shadow-black/20 flex items-center justify-center backdrop-blur-sm z-20 rounded-lg overflow-hidden"
You can’t perform that action at this time.
0 commit comments