Skip to content

Commit

Permalink
cleanup config
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Apr 26, 2024
1 parent a1bc6c2 commit b68db8f
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions client/src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@
"name": "Latest Mathlib",
"examples": [
{ "file": "MathlibLatest/Bijection.lean",
"name": "Bijection"},
"name": "Bijection" },
{ "file": "MathlibLatest/Logic.lean",
"name": "Logic"},
"name": "Logic" },
{ "file": "MathlibLatest/Ring.lean",
"name": "Ring"},
"name": "Ring" },
{ "file": "MathlibLatest/Rational.lean",
"name": "Rational"}
]
},
"name": "Rational" }]},
{ "folder": "lean4web-tools",
"name": "Stable Lean"
}
"name": "Stable Lean" }
]
}

0 comments on commit b68db8f

Please sign in to comment.