Skip to content

Commit

Permalink
modify config
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Apr 26, 2024
1 parent 28b7a2d commit d61c603
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions client/src/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{
"projects": [
{ "folder": "lean4web-tools",
"name": "Stable Lean",
"examples": [
{"file": "Webeditor.lean", "name": "Test"}
]
},
{ "folder": "mathlib-demo",
"name": "Latest Mathlib",
"examples": [
Expand All @@ -17,6 +11,13 @@
"name": "Ring"},
{ "file": "MathlibLatest/Rational.lean",
"name": "Rational"}
]}
]
},
{ "folder": "lean4web-tools",
"name": "Stable Lean",
"examples": [
{"file": "Webeditor.lean", "name": "Test"}
]
}
]
}

0 comments on commit d61c603

Please sign in to comment.