File tree 2 files changed +7
-1
lines changed
rocqproverorg_frontend/pages
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,12 @@ let patch v =
63
63
let v2 = " https://v2.ocaml.org"
64
64
let manual_with_version v = " /doc/V" ^ patch v ^ " /refman/index.html"
65
65
let manual = " /refman"
66
+ let corelib_with_version v = " /doc/V" ^ patch v ^ " /corelib/index.html"
67
+ let corelib = " /corelib"
66
68
let stdlib_with_version v = " /doc/V" ^ patch v ^ " /stdlib/index.html"
67
69
let stdlib = " /stdlib"
70
+ let stdlib_manual_with_version v = " /doc/V" ^ patch v ^ " /refman-stdlib/index.html"
71
+ let stdlib_manual = " /refman-stdlib"
68
72
let api_with_version v = " /doc/V" ^ patch v ^ " /api/index.html"
69
73
let api = " /api"
70
74
let books = " /books"
Original file line number Diff line number Diff line change @@ -27,8 +27,10 @@ Learn_layout.single_column_layout
27
27
<div class="flex flex-col gap-4 md:gap-6 md:w-80">
28
28
<%s! Hero_section.hero_button ~left_icon:(Icons.rocq "w-5 h-5") ~right_icon:(Icons.download "w-5 h-5") ~text:("Install Rocq Platform " ^ latest_platform_version)
29
29
~href:(Url.install) "" %>
30
- <%s! Hero_section.hero_button ~left_icon:(Icons.book "w-5 h-5") ~right_icon:(Icons.link "w-5 h-5") ~text:("Standard Library") ~href:(Url.stdlib) "" %>
31
30
<%s! Hero_section.hero_button ~left_icon:(Icons.book "w-5 h-5") ~right_icon:(Icons.link "w-5 h-5") ~text:("Rocq Reference Manual") ~href:(Url.manual) "" %>
31
+ <%s! Hero_section.hero_button ~left_icon:(Icons.book "w-5 h-5") ~right_icon:(Icons.link "w-5 h-5") ~text:("Core Library") ~href:(Url.corelib) "" %>
32
+ <%s! Hero_section.hero_button ~left_icon:(Icons.book "w-5 h-5") ~right_icon:(Icons.link "w-5 h-5") ~text:("Standard Library Manual") ~href:(Url.stdlib_manual) "" %>
33
+ <%s! Hero_section.hero_button ~left_icon:(Icons.book "w-5 h-5") ~right_icon:(Icons.link "w-5 h-5") ~text:("Standard Library") ~href:(Url.stdlib) "" %>
32
34
</div>
33
35
</div>
34
36
</div>
You can’t perform that action at this time.
0 commit comments