31 lines
797 B
JSON
31 lines
797 B
JSON
{
|
|
"name": "Thermion",
|
|
"description": "3D rendering framework for Dart and/or Flutter",
|
|
"logo": "logo.png",
|
|
"sidebar": [
|
|
[
|
|
"Getting Started",
|
|
[
|
|
["Overview", "/"],
|
|
["Getting Started", "/gettingstarted"],
|
|
["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"],
|
|
["Linux", "/linux"],
|
|
["Contributing", "/contributing"],
|
|
["Discord", "https://discord.gg/h2VdDK3EAQ"]
|
|
]]
|
|
]
|
|
|
|
}
|