18 lines
381 B
JSON
18 lines
381 B
JSON
{
|
|
"name": "Thermion",
|
|
"description": "3D rendering framework for Dart and/or Flutter",
|
|
"logo": "logo.png",
|
|
"sidebar": [
|
|
[
|
|
"Getting Started",
|
|
[
|
|
["Overview", "/"],
|
|
["Quick Start", "/quickstart"],
|
|
["Playground", "https://dartpad.thermion.dev"]
|
|
]
|
|
],
|
|
["Misc.", [["Contributing", "/contributing"]]]
|
|
]
|
|
|
|
}
|