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

23 lines
493 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", "/examples"],
["Windows", "/windows"],
["Android", "/android"],
["Contributing", "/contributing"]
]]
]
}