We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce10a0b + 622f640 commit bf2cfe2Copy full SHA for bf2cfe2
src/rocqproverorg_frontend/components/header.eml
@@ -25,7 +25,7 @@ let url_of_nav_item = function
25
| News -> Url.changelog
26
| Playground -> Url.playground
27
28
-let nav_items = [ Learn; Platform; Packages; Community; Consortium; News; Playground ]
+let nav_items = [ Learn; Platform; Packages; Community; Consortium; News ] (* ; Playground *)
29
30
let git_branch = try Sys.getenv "GIT_BRANCH" with Not_found -> failwith "Environment variable GIT_BRANCH is not set"
31
let git_commit = try Sys.getenv "GIT_COMMIT" with Not_found -> failwith "Environment variable GIT_COMMIT is not set"
0 commit comments