Files
cup_edit/docs.json
Nick Fisher 7446b0545a update docs
2025-06-18 14:34:03 +08:00

29 lines
720 B
JSON

{
"name": "Thermion",
"description": "3D rendering framework for Dart and/or Flutter",
"logo": "logo.png",
"sidebar": [
[
"Getting Started",
[
["Overview", "/"],
["Quick Start", "/quickstart"],
["Viewer", "/viewer"],
["Camera Manipulation", "/camera_manipulation"]
]
],
["Misc.", [
["Debugging", "/debugging"],
["Playground", "https://dartpad.thermion.dev"],
["Showcase", "/showcase"],
["Windows", "/windows"],
["Android", "/android"],
["iOS", "/ios"],
["Web", "/web"],
["Contributing", "/contributing"],
["Discord", "https://discord.gg/h2VdDK3EAQ"]
]]
]
}