Skip to content

Commit bf2cfe2

Browse files
authored
Merge pull request #68 from mattam82/disable-playground
Disable playground for now, until we find a more stable solution
2 parents ce10a0b + 622f640 commit bf2cfe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rocqproverorg_frontend/components/header.eml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ let url_of_nav_item = function
2525
| News -> Url.changelog
2626
| Playground -> Url.playground
2727

28-
let nav_items = [ Learn; Platform; Packages; Community; Consortium; News; Playground ]
28+
let nav_items = [ Learn; Platform; Packages; Community; Consortium; News ] (* ; Playground *)
2929

3030
let git_branch = try Sys.getenv "GIT_BRANCH" with Not_found -> failwith "Environment variable GIT_BRANCH is not set"
3131
let git_commit = try Sys.getenv "GIT_COMMIT" with Not_found -> failwith "Environment variable GIT_COMMIT is not set"

0 commit comments

Comments
 (0)