This commit is contained in:
Nick Fisher
2024-06-15 21:37:47 +08:00
parent fe6deb925b
commit d5e69e2683
3 changed files with 22 additions and 5 deletions

View File

@@ -1,5 +1,16 @@
{
"name": "Thermion",
"description": "3D rendering framework for Dart and/or Flutter",
"logo": "logo.png",
}
{
"name": "Thermion",
"description": "3D rendering framework for Dart and/or Flutter",
"logo": "logo.png",
"sidebar": [
[
"Getting Started",
[
["Overview", "/"],
["Quick Start", "/quickstart"]
]
],
["Misc.", [["Contributing", "/contributing"]]]
]
}