23 lines
493 B
JSON
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"]
|
|
]]
|
|
]
|
|
|
|
}
|