Skip to content

Commit 38001f4

Browse files
committed
Tiny refactor
Gonna use this across places later
1 parent b22e50b commit 38001f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

layouts/ManualDocsLayout.re

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
let version = "v8.2.0";
2+
13
module Link = Next.Link;
24

35
// Structure defined by `scripts/extract-tocs.js`
@@ -154,7 +156,6 @@ module Docs = {
154156
);
155157

156158
let title = "Language Manual";
157-
let version = "v8.2.0";
158159

159160
<DocsLayout
160161
theme=`Reason

0 commit comments

Comments
 (0)