From d8bdd9cfbc7e29bab727b1ef58d7ca223dccf22e Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Sat, 15 Jun 2024 21:28:55 +0800 Subject: [PATCH] Update docs.json --- docs.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs.json b/docs.json index 50cb186f..4c275802 100644 --- a/docs.json +++ b/docs.json @@ -1,8 +1,5 @@ { - "name": "docs.page", - "theme": "#36B9B9", - "sidebar": [ - ["Home", "/"], - ["Another Page", "/another-page"], - ] - } \ No newline at end of file + "name": "Thermion", + "description": "3D rendering framework for Dart and/or Flutter", + "logo": "logo.png", +}