Files
cup_edit/docs.json
2024-06-27 21:35:44 +08:00

23 lines
512 B
JSON

{
"name": "Thermion",
"description": "3D rendering framework for Dart and/or Flutter",
"logo": "logo.png",
"sidebar": [
[
"Getting Started",
[
["Overview", "/"],
["Quick Start", "/quickstart"]
]
],
["Misc.", [
["Playground", "https://dartpad.thermion.dev"],
["Examples", "https://dartpad.thermion.dev"],
["Windows", "/windows"],
["Android", "/android"],
["Contributing", "/contributing"]
]]
]
}